Replies: 1 comment
-
|
I'm also curious. The way I've been solving it is by having the specs in a parent folder. But my specs are not versioned. |
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.
-
Context
I'm using Spec Driven Development (SDD) with spec-kit for two distinct but connected projects:
Project A (StrategyAI Platform)
Project B (KnowledgeGraph System)
The Challenge
Currently, spec-kit's
initcommand creates aspec/folder only within the current repository. However, I need to:Specific Questions
Current Workaround Considered
Use Case Example
When Project B defines a new graph query API in its spec, Project A should be able to:
Would appreciate guidance from the community or spec-kit maintainers on best practices for this multi-repo, multi-language SDD workflow!
Beta Was this translation helpful? Give feedback.
All reactions