Replies: 1 comment
-
|
Whoops, I see that #168 already prompted for this. |
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've been using
spec-kitfor a new project and am loving it so far. The ability to define my project’s rules usingconstitution.mdand then propagate changes with the/constitutioncommand has been incredibly helpful.As
spec-kitis constantly evolving, I'm anticipating the need to update it in the future to take advantage of new features and fixes. However, there is currently no official update command or process, and I'm concerned about what would happen if a future update overwrites my carefully craftedconstitution.mdfile, as well as the constitution-aligned templates.To make
spec-kiteasier and safer to use on long-term projects, I would like to propose a new command:specify update.This command would handle updates in a "non-destructive" manner. It would install the latest version of
spec-kitbut would not overwrite the user's existingconstitution.mdfile, while updating current templates to the new version's standards.A safe update process would be a huge value-add for the community. It would encourage users to keep their projects up-to-date without the fear of breaking their core configurations, which would lead to wider adoption and a more positive user experience.
Beta Was this translation helpful? Give feedback.
All reactions