Claude Code commited on
Commit
bf84b1b
·
1 Parent(s): 0cad227

Claude Code: [TASK] Investigate Cain's error logs and diagnose the actual issue. Chec

Browse files
Files changed (1) hide show
  1. .claude/commands/fix-cain.md +5 -4
.claude/commands/fix-cain.md CHANGED
@@ -4,10 +4,11 @@
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())
 
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())