From 15a1a8b21a4bc4a4e245603570d4c2ee069ac7a1 Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 20 May 2026 03:19:11 +0000 Subject: [PATCH] docs: require latest master for supervisor repo --- docs/reference/code-queue-supervision.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/code-queue-supervision.md b/docs/reference/code-queue-supervision.md index c52669a3..13966afb 100644 --- a/docs/reference/code-queue-supervision.md +++ b/docs/reference/code-queue-supervision.md @@ -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;