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 89, 93, 99 — 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
Related
This triage was performed by the Divisor review panel.
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 89, 93, 99 — 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-council(and any other renamed commands)/uf.review-council)Related
This triage was performed by the Divisor review panel.