Skip to content

chore: run uf init to sync scaffold with uf. namespace prefix #52

Description

@jflowers

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

  • Old unprefixed command files removed
  • New uf.-prefixed command files present
  • Skills and packs updated to latest scaffold versions
  • make check passes (or equivalent CI checks)
  • Committed on a branch, PR created and merged before batch-fix runs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions