Replies: 1 comment
-
I've actually made this conversion in my own project twice now, basically I ask opencode
Then proceed to review what it changes. Overall though, I'm not even convinced that there's any value in knowing the current feature. If you look at how scopecraft approaches this, it has
I personally much prefer how scope craft structures the tasks in relation to a parent task, but I also love the preparation workflow that SpecKit takes you through. just don't agree with the idea that git should be involved at all. It's a detail that gets in the way of the real value of SpecKit. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's become clear that your idea of where spec files go and how branches are created won't match everyone elses needs.
speckit.json
or if you don't want to rely onjq
thenspeckit.env
instead of finding the git root, walk the fs tree until you find
speckit.env
this is the local root for working on specs. if this dir doesn't contain a.specify
directory then keep walking until you find one. this is the project root.i personally don't like the naming pattern you're using. and our team would want them to be jira ticket codes instead.
store active spec in
.speckit/memory/active-specs
:In fact it might be better if you just get rid of the idea of git branches all together, because :
Beta Was this translation helpful? Give feedback.
All reactions