Claude Code commited on
Commit
0bb9ee6
·
1 Parent(s): da94bbe

Claude Code: The for in is blocking execut

Browse files
Files changed (1) hide show
  1. .claude/commands/fix-cain.md +4 -5
.claude/commands/fix-cain.md CHANGED
@@ -4,11 +4,10 @@
4
  $ARGUMENTS — The specific task to complete
5
 
6
  ## Instructions
7
- 1. IMMEDIATELY verify workspace: run `git status` to confirm you are in a valid git repository (NOT a temp directory)
8
- 2. Read the relevant files in the workspace (this is Cain's Space repo)
9
- 3. Complete the task described in $ARGUMENTS
10
- 4. Validate Python syntax before writing .py files
11
- 5. Push changes when done: git add -A && git commit -m "Claude Code: <brief>" && git push
12
 
13
  ## Rules
14
  - All Spaces use sdk: docker — do NOT use Gradio (no gr.Interface, no .launch())
 
4
  $ARGUMENTS — The specific task to complete
5
 
6
  ## Instructions
7
+ 1. Read the relevant files in the workspace (this is Cain's Space repo)
8
+ 2. Complete the task described in $ARGUMENTS
9
+ 3. Validate Python syntax before writing .py files
10
+ 4. Push changes when done: git add -A && git commit -m "Claude Code: <brief>" && git push
 
11
 
12
  ## Rules
13
  - All Spaces use sdk: docker — do NOT use Gradio (no gr.Interface, no .launch())