Replies: 1 comment
-
I already raised concerns about this overall problem as being something caused by it's reliance on using the branch name as state. It uses the branch name to know what spec you're working on. I guess it's getting ignored because:
In the mean time I created a gitless version of speckit for opencode to solve my own need to operate in a monorepo: https://github.com/zenobi-us/speckit-remix It's not up to date with the new prompts, but you could easily copy paste over those i guess and replace references to creating branches. |
Beta Was this translation helpful? Give feedback.
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.
-
I want to start using GitHub’s Spec Kit in a monorepo (frontend + backend). From what I understand each new feature request/development, automatically generates a set of documents: a feature specification (
spec.md), a technical plan (plan.md), and a breakdown of tasks (tasks.md), along with a sharedconstitution.md.The
constitutionfile stays the same across features, but thespec/plan/tasksare created anew even for minor changes.That's why I would like to clarify a few things:
constitution.mdand the high-level spec) and ignore the rest?I’m looking for how others handle this workflow and what best practice might be.
Insights on how teams manage these auto‑generated docs (especially for minor changes / bugs fixes) would be very helpful.
Beta Was this translation helpful? Give feedback.
All reactions