-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Description
Bug Description
When executing the sepcify.xxx step in claude code, after closing and re-entering cc, the task cannot continue.
Steps to Reproduce
I performed the steps of sepcify.xxx in the following order to build the project framework.
specify init . --ai claude
/specify.constitution Create principles focused on code quality, testing standards, user experience consistency, and performance requirements
/speckit.specify I hope you can primarily use Python to help me implement a tool that can generate corresponding upgrade and rollback statements based on the differences between two SQL files (using PostgreSQL SQL syntax) (divided into before and after changes), according to the changes between these two files. The tool should ensure that the upgrade and rollback statements are idempotent.
/speckit.plan The application mainly uses Python.
/specify.tasksThen, I exited claude code, and after re-entering cc, I found that cc could not respond to any of my requests (although cc was still functioning normally in my other projects).
After I sent a request to cc, it is completely froze. It couldn't respond or react to any of my keyboard operations. I couldn't even use Ctrl-C to exit.
Expected Behavior
I expect cc to function normally after I re-enter.
Actual Behavior
After executing /specift.xxx actions, I exited and re-entered cc. Upon re-entering cc, I sent a request to it, but the window froze immediately. It couldn't answer my query requests and also failed to respond to my keyboard operations. I couldn't even use Ctrl-C to exit.
Specify CLI Version
0.3.1
AI Agent
Claude Code
Operating System
Windows 11
Python Version
3.11.4
Error Logs
Additional Context
No response