Replies: 2 comments 1 reply
|
There is not a core command that synchronizes two independent For a fix that crosses both apps:
Spec Kit is directory-scoped, so this separation is intentional: each project owns its own If the main pain is coordinating branches across sibling repos or submodules, the community catalog now includes Multi-Repo Branch Sync and a Multi-Repo Branching preset. Those can coordinate repository mechanics, but I would still avoid duplicating one spec into both apps; a shared, versioned contract plus two local implementation specs gives you clearer ownership and review history. |
|
Spec Kit’s unit of work is one repo / one Pattern that stays consistent
Cross-repo “one specify session, two codebases” will always desync |
Uh oh!
There was an error while loading. Please reload this page.
I have got application app1 created with git hub speck kit. This app integrates with app2.
How can i sync specs between this two apps?
I assess bug, staying in directory for app1, in app1, the resulting fix touches initial app1 and app2.
How should i properly implement fix in app2 to make app2 spec consistent?
All reactions