docs: require latest master for supervisor repo

This commit is contained in:
Codex
2026-05-20 03:19:11 +00:00
parent 1faacb94e5
commit 15a1a8b21a
+2
View File
@@ -133,6 +133,8 @@ The supervisor may:
- run controlled production deploys for infrastructure recovery when the user has allowed production repair and the deploy path is already established;
- use a clean detached worktree for documentation or controlled deployment actions when the main worktree has unrelated parallel changes.
The supervisor's own UniDesk command-and-control repo must stay on the latest `master` checkout in the single root worktree. Do not create extra worktrees for supervision or queue command decisions, so the commander always sees the current repository head and the same live state that production-facing coordination depends on. If an isolated worktree is needed for a worker or a controlled one-off operation, that worktree belongs to the worker or operation, not to the supervisor's standing environment.
The supervisor must not:
- redo a worker's assigned implementation locally unless the user explicitly asks for manual takeover;