Summary
Run unbound-force init (or /uf-init) in the replicator repo to pull the latest scaffold assets from unbound-force. This syncs the command files to the uf. namespace prefix introduced by unbound-force/unbound-force#304.
Current State
The replicator repo still has unprefixed uf-owned command files:
.opencode/commands/address-feedback.md
.opencode/commands/agent-brief.md
.opencode/commands/cobalt-crush.md
.opencode/commands/constitution-check.md
.opencode/commands/finale.md
.opencode/commands/review-council.md
.opencode/commands/review-pr.md
.opencode/commands/triage-issue.md
.opencode/commands/uf-init.md
.opencode/commands/unleash.md
Expected After uf init
These files should be renamed to the uf. namespace:
| Old name |
New name |
address-feedback.md |
uf.address-feedback.md |
agent-brief.md |
uf.agent-brief.md |
cobalt-crush.md |
uf.cobalt-crush.md |
constitution-check.md |
uf.constitution-check.md |
finale.md |
uf.finale.md |
review-council.md |
uf.review-council.md |
review-pr.md |
uf.review-pr.md |
triage-issue.md |
uf.triage-issue.md |
uf-init.md |
uf.init.md |
unleash.md |
uf.unleash.md |
The content of these files will also be updated with all fixes merged into the upstream scaffold (AskUserQuestion gates, compression guards, STOP gate placement, etc.).
Skills (pre-flight, speckit-workflow), convention packs (severity.md), and agent files (cobalt-crush-dev.md) will also be updated.
Why This Must Happen First
Issues #46-#51 target files in internal/agentkit/content/ for compression hardening. The batch-fix script uses /opsx-propose, /unleash, and /finale — after this chore, those commands will be /opsx-propose, /uf.unleash, and /uf.finale. The script and issue descriptions need to reference the correct command names.
Acceptance Criteria
Summary
Run
unbound-force init(or/uf-init) in the replicator repo to pull the latest scaffold assets from unbound-force. This syncs the command files to theuf.namespace prefix introduced by unbound-force/unbound-force#304.Current State
The replicator repo still has unprefixed uf-owned command files:
Expected After
uf initThese files should be renamed to the
uf.namespace:address-feedback.mduf.address-feedback.mdagent-brief.mduf.agent-brief.mdcobalt-crush.mduf.cobalt-crush.mdconstitution-check.mduf.constitution-check.mdfinale.mduf.finale.mdreview-council.mduf.review-council.mdreview-pr.mduf.review-pr.mdtriage-issue.mduf.triage-issue.mduf-init.mduf.init.mdunleash.mduf.unleash.mdThe content of these files will also be updated with all fixes merged into the upstream scaffold (AskUserQuestion gates, compression guards, STOP gate placement, etc.).
Skills (
pre-flight,speckit-workflow), convention packs (severity.md), and agent files (cobalt-crush-dev.md) will also be updated.Why This Must Happen First
Issues #46-#51 target files in
internal/agentkit/content/for compression hardening. The batch-fix script uses/opsx-propose,/unleash, and/finale— after this chore, those commands will be/opsx-propose,/uf.unleash, and/uf.finale. The script and issue descriptions need to reference the correct command names.Acceptance Criteria
uf.-prefixed command files presentmake checkpasses (or equivalent CI checks)