Skip to content

fix: replace stale /review-council refs with /uf.review-council in AGENTS.md #112

Description

@yvonnedevlinrh

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

  • AGENTS.md uses /uf.review-council at all three references (lines ~92, 96, 101)
  • /speckit.* and /opsx-* references in AGENTS.md are left unchanged (only review-council was namespace-migrated)
  • Substring-safe grep scoped to AGENTS.md passes:
    grep -nP '(?<!uf\.)/review-council' AGENTS.md → zero matches
    grep -c '/uf.review-council' AGENTS.md → 3

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions