After the uf. namespace migration (unbound-force/unbound-force#304), AGENTS.md still references old unprefixed command names. Agents following AGENTS.md will invoke commands that no longer exist in .opencode/commands/.
Change
Replace /review-council with /uf.review-council in AGENTS.md (approx. lines 92, 96, 101 — verify current positions).
Why
uf init classifies AGENTS.md as user-owned (isToolOwned() returns false), so command references inside it are not auto-migrated.
Acceptance Criteria
Note
This issue is scoped to AGENTS.md and satisfies the dewey row of umbrella unbound-force/unbound-force#454. Repo-wide cleanup of remaining stale /review-council refs (constitution.md, SKILL.md, spec artifacts, tool-owned self-refs) is tracked in a separate follow-up issue.
Related
After the
uf.namespace migration (unbound-force/unbound-force#304),AGENTS.mdstill references old unprefixed command names. Agents followingAGENTS.mdwill invoke commands that no longer exist in.opencode/commands/.Change
Replace
/review-councilwith/uf.review-councilinAGENTS.md(approx. lines 92, 96, 101 — verify current positions).Why
uf initclassifiesAGENTS.mdas user-owned (isToolOwned()returns false), so command references inside it are not auto-migrated.Acceptance Criteria
AGENTS.mduses/uf.review-councilat all three references (lines ~92, 96, 101)/speckit.*and/opsx-*references inAGENTS.mdare left unchanged (onlyreview-councilwas namespace-migrated)AGENTS.mdpasses:grep -nP '(?<!uf\.)/review-council' AGENTS.md→ zero matchesgrep -c '/uf.review-council' AGENTS.md→ 3Note
This issue is scoped to
AGENTS.mdand satisfies the dewey row of umbrella unbound-force/unbound-force#454. Repo-wide cleanup of remaining stale/review-councilrefs (constitution.md, SKILL.md, spec artifacts, tool-owned self-refs) is tracked in a separate follow-up issue.Related