Files
orca/docs
OrcaWin c72f556e95 fix(orchestration): make every well-known agent addressable as a group
Agent-name group addresses were a hand-kept literal of nine names that drifted
behind the canonical agent list. Twenty-eight launchable agents -- antigravity
among them -- resolved to nobody, and because an unknown group and an empty
group both resolve to zero handles, a misspelling was reported exactly like a
correctly addressed pane with no members.

Derive the addressable set from ALL_TUI_AGENTS, which the compiler makes
exhaustive over TuiAgent, so a new agent is addressable the day it is declared.
Keep the legacy @mimo alias pointing at the mimo-code identity. Add
isRecognisedGroupAddress so orchestration.send rejects an unknown group as
invalid_argument before it reads the sender's Run binding, separating a typo
from an empty group and from a binding problem.

Rewrite the guides generically (@all, @idle, @worktree:<id>, @<agent>) and add a
ratchet test that fails if any doc paragraph enumerates the agent groups again.
2026-09-13 20:23:07 -07:00
..
2026-09-14 01:05:07 +00:00
2026-08-28 00:59:21 -07:00