You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/tools/release-smoke.test.ts:15 instructs the maintainer to "Run it (with the five Participant CLIs / backends installed)". The recorder iterates PARTICIPANT_TARGETS + BACKEND_TARGETS (line 24) — eight Participant CLIs and two Model Backends.
Impact: the architecture document contradicts a higher-authority requirement on the exact invocation fact FR-G07 governs, which is the disagreement docs/README.md's authority order exists to prevent; a reader taking architecture.md at face value would conclude that six of the eight participants have no documented start command. The release-smoke instruction understates what a maintainer must install before a release smoke run, so the run can be recorded as complete while three participants and both backends were never exercised.
Acceptance:architecture.md:458-459 enumerates the same eight invocations as FR-G07 and stays consistent with it ("Claude, Gemini, Antigravity, Pi, Little Coder and opencode use /crew, Codex uses $crew, and in Copilot you run /agent, pick crew, and then type the prompt"); release-smoke.test.ts:15 says eight Participant CLIs and two Model Backends. No code change is required for either — both are prose, and the registry is already correct.
Two roster restatements that #26 did not name, found while implementing it (#56).
docs/design/architecture.md:458-459reads: "The start command is not a literal/creweverywhere. Claude and Gemini use/crew, Codex uses$crew, and in Copilot you run/agent, pick crew, and then type the prompt." Four participants that also return/creware missing —src/platforms/antigravity.ts:29,pi.ts:51,little-coder.ts:40,opencode.ts:33. This restates the same fact as FR-G07, which docs: align every roster introduction on the eight Participant CLIs #56 corrected to enumerate all eight (docs/design/srs.md:513-515), so architecture (authority rank 4) is now out of step with the SRS (rank 2). The understatement is older than docs: align every roster introduction on the eight Participant CLIs #56 — architecture.md already omitted Pi, Little Coder, and opencode before it — and was left in place because Participant roster drift: README, CLAUDE.md/AGENTS.md, SRS, product-spec, and npm metadata disagree with the eight-CLI registry #26 did not cite this file and.github/ISSUE_TRIAGE.md's scope rule routes unnamed files to a new issue.tests/tools/release-smoke.test.ts:15instructs the maintainer to "Run it (with the five Participant CLIs / backends installed)". The recorder iteratesPARTICIPANT_TARGETS+BACKEND_TARGETS(line 24) — eight Participant CLIs and two Model Backends.Impact: the architecture document contradicts a higher-authority requirement on the exact invocation fact FR-G07 governs, which is the disagreement
docs/README.md's authority order exists to prevent; a reader taking architecture.md at face value would conclude that six of the eight participants have no documented start command. The release-smoke instruction understates what a maintainer must install before a release smoke run, so the run can be recorded as complete while three participants and both backends were never exercised.Acceptance:
architecture.md:458-459enumerates the same eight invocations as FR-G07 and stays consistent with it ("Claude, Gemini, Antigravity, Pi, Little Coder and opencode use/crew, Codex uses$crew, and in Copilot you run/agent, pick crew, and then type the prompt");release-smoke.test.ts:15says eight Participant CLIs and two Model Backends. No code change is required for either — both are prose, and the registry is already correct.