Social Manager is designed as a self-hosted publishing control room, not a disposable dashboard. Session access, credential routing, and queue execution are kept deliberately strict so that publishing remains traceable, calm, and production-safe.
The workspace uses two credential layers on purpose: a stable default route for the project, and narrowly scoped overrides only when a specific destination needs different access.
The queue is designed to protect operators from accidental silent failure, unsafe publishing fallbacks, and ambiguous ownership of credential routes.
If the required platform or channel credential is missing, the publisher refuses the action rather than using the fake adapter as a hidden fallback.
Credential validation is exposed at the UI layer so operators can confirm access before the schedule reaches an execution window.
When a channel is imported, project credentials may be copied into the channel route to establish a stable target-specific baseline without manual re-entry.
This workspace is meant for a small operator team that values deliberate routing, recoverable scheduling, and quiet confidence over automation theater.