OpenSpec is not working for multiple repositories #896
Replies: 1 comment
|
This is what the beta stores feature was built for. A store is a standalone git repo whose only job is planning: the same Start here: Stores User Guide. Note it's explicitly beta — command names, flags, and JSON shapes may still change. Cross-repo implementation is still one agent working one repo at a time; what stores fixes is where the plan lives and who can read it. Closing as answered — reopen or comment if your case is different. |
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 am using OpenSpec to implement a feature, and it works correctly for a single repository. However, my project is connected to multiple microservices, and the changes span across several repositories. We need to verify all the repositories in the workspace and ensure that the required changes are implemented across all of them.
All reactions