Speckit autocommit vs $speckit-git-commit #2894
Unanswered
tiefenauer
asked this question in
Q&A
Replies: 1 comment
-
|
Yes that is expected behavior because you are asking it to execute a command and that is in the command. So if you want it to get past that you should explicitly tell it to ignore the hook config |
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'm using Speckit with Codex. I initialized the project using
specify initand followed the onscreen wizard.The config at
.specify/extensions/git/git-config.ymlhas all auto-commits disabled (default when generated). This is fine because I want to review changes before commiting. However, when using the Speckit slash command (or $-command for Codex) I expect the commit to be made, even with auto-commit disabled.However, typing $speckit-git-commit gives me this:
Is this the intended behavior or am I doing anything wrong here?
My Specify version is 0.8.12
Beta Was this translation helpful? Give feedback.
All reactions