Spaces:
Sleeping
Sleeping
Claude Code commited on
Commit ·
0bb9ee6
1
Parent(s): da94bbe
Claude Code: The for in is blocking execut
Browse files
.claude/commands/fix-cain.md
CHANGED
|
@@ -4,11 +4,10 @@
|
|
| 4 |
$ARGUMENTS — The specific task to complete
|
| 5 |
|
| 6 |
## Instructions
|
| 7 |
-
1.
|
| 8 |
-
2.
|
| 9 |
-
3.
|
| 10 |
-
4.
|
| 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())
|