Skip to content

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

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 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

  • AGENTS.md uses /uf.review-council (and any other renamed commands)
  • Substring-safe grep for old unprefixed command names returns zero matches (must not match /uf.review-council)

Related

This triage was performed by the Divisor review panel.

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