docs(agents): seats read the queue, not CURRENT.md (row 10, #1508)

AGENTS.md cadence, pointer and recovery rule name `scripts/mosaic queue
next <seat>` and the ratified goal order. The six seat CONTEXT files run
the queue instead of reading CURRENT.md for ownership and gates. The
queue README says why queue-commit.sh calls cli.mjs directly (Filbert
A2 r1 n3).

Co-Authored-By: Claude Opus 5.5 <[email protected]>
This commit is contained in:
2026-09-26 20:23:20 -05:00
co-authored by Claude Opus 5.5
parent 9e23705724
commit 5efe28ab01
8 changed files with 24 additions and 16 deletions
+5
View File
@@ -150,6 +150,11 @@ is swept in:
commit and those entries are still H's. Otherwise exit 3 and print the
command. Until it runs, the guard refuses ordinary commits.
`queue-commit.sh` calls `node packages/queue/src/cli.mjs` directly, not
`scripts/mosaic queue`. That stays after A2 on purpose: step 4 runs HEAD's
archived copy, which then depends only on the package, not on the
dispatcher.
`scripts/git-hooks/pre-commit` is the guard. `scripts/queue-commit.sh
--install-hook` installs it (jason or sage). It refuses any `git commit`
whose index entries for the two queue files differ from HEAD's.