Replies: 1 comment
-
|
Maybe including a command to do the append, /speckit.pre_XYZ? (make it idempotent, also an undo_XYZ?). |
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.
-
Is there any way for an extension to participate in the core Spec Kit commands (e.g. plan/tasks/implement)?
I'm working on an extension which adds a command that writes markdown files to the repository. If those files exist, I want the core commands to be aware of them. This could be accomplished by simply appending a few lines of instruction to the built-in command templates, but I haven't found a way to do this.
Beta Was this translation helpful? Give feedback.
All reactions