Replies: 1 comment 1 reply
-
|
Use Spec Kit at the top-level and create the specs there |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi everyone,
I’m exploring a multi-repository architecture and would appreciate guidance on the recommended way to structure this using Spec Kit.
Current Setup
I have three separate repositories:
projectX-specs
/speckit.constitution,/speckit.specify, and/speckit.planare run hereprojectX-be
/speckit.implementprojectX-fe
The goal is:
Core Question
What is the recommended way to use Spec Kit in this multi-repo setup?
More specifically:
Additional Context
I want to avoid:
The ideal workflow would be:
/speckit.implementruns only against the canonical specWould appreciate any guidance or examples of how others are handling multi-repo setups with Spec Kit.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions