openspec/initiatives/context-store-and-initiatives/work-items/09-add-initiative-resolve/decision-review.md
Do not implement a standalone openspec initiative resolve <id> command, now
or later.
The command is unnecessary because it tries to do work that already belongs to other concepts:
initiative show finds the canonical initiative.No separate initiative command is needed.
If the user only has a context store, initiative show is enough. If the user
has a workspace, the local view is already represented by that workspace. If the
user is inside a repo, repo-local commands are enough.
A workspace maps local repos and folders to paths on one machine. Future initiative-aware local opening belongs in workspace behavior.
Agents should:
openspec initiative show <id> --json for shared context.Remove all standalone resolve behavior:
initiative resolve--path search rootsConvert Item 9 into a decision-only checkpoint.
Replacement:
Item 9. Reject Initiative Resolve
Decision: do not add `openspec initiative resolve`, now or later. Initiative
discovery belongs to `initiative show`; local path mapping belongs to
workspaces; implementation progress belongs to repo-local changes.