|
Hi! I'm new and just tried OpenSpec. I have a question I haven't found an answer to in the documentation. How can I reconcile spec artifacts after manually editing them, before "/opsx:apply" and starting the implementation? For example: I change a detail in proposal.md and would like to realign the design.md and tasks.md files before implementation (or I change something in design.md.. Thanks! |
Replies: 2 comments 1 reply
|
/opsx:explore Reviewing the skill details reveals that exploration mode does more than just prepare the context for a new feature; For instance, I use it to update design.md. |
|
Good question, and there is a command for it now: Its entire job is the thing you described: revise a change's existing planning artifacts and keep them coherent with one another, planning only, no code. Edit a detail in Shipped in v1.6.0 via #1340. Docs: There is also a page written for exactly the question you asked: @alesky78's |
Good question, and there is a command for it now:
/opsx:update.Its entire job is the thing you described: revise a change's existing planning artifacts and keep them coherent with one another, planning only, no code. Edit a detail in
proposal.md, run/opsx:update, and it tells you which parts ofdesign.mdandtasks.mdnow disagree and offers the fixes before you get anywhere near/opsx:apply.Shipped in v1.6.0 via #1340. Docs:
docs/commands.md.There is also a page written for exactly the question you asked:
docs/editing-changes.md.@alesky78's
/opsx:exploreanswer is still the right move when the idea itself needs rethinking./opsx:updateis the one for "the plan is fine, the files just…