Replies: 1 comment
Re: What's the recommended workflow for updating generated files after modifying research.md?Lock the variables before assuming a logic bug:
No replies yet — a minimal repro (version + one command + first error) will get you a maintainer faster than a long essay. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Question: What's the recommended workflow for updating generated files after modifying research.md?
Scenario:
speckitto create my spec ✅ (looks great)speckit.planto generate plan, research, contracts, etc.research.mdresearch.mdwith my preferred decisionsMy Question:
What's the best approach to propagate my research changes to the other generated files (plan. md, contracts, quickstart, etc.)?
Options I'm considering:
Option A: Use GitHub Copilot (without spec-kit) to analyze and update all generated files
Option B: Delete all generated files (except spec. md) and run
speckit. planagainOption C: Point Copilot to the spec-kit templates while updating
What I need to know:
All reactions