Claude Code commited on
Commit
5e793d6
·
1 Parent(s): 23b9b9d

Claude Code: Investigate and resolve the "unknown" error in Cain's running state. Che

Browse files
Files changed (1) hide show
  1. CLAUDE.md +8 -0
CLAUDE.md CHANGED
@@ -20,6 +20,14 @@
20
  - NEVER install torch/transformers unless absolutely required (2GB+, causes OOM)
21
  - You have FULL permission to read/write/create/delete files. Just do it.
22
 
 
 
 
 
 
 
 
 
23
  ## Focus
24
  Improve Cain's functionality, add features, fix bugs.
25
  Do NOT re-check or re-configure infrastructure that is already working.
 
20
  - NEVER install torch/transformers unless absolutely required (2GB+, causes OOM)
21
  - You have FULL permission to read/write/create/delete files. Just do it.
22
 
23
+ ## SPEED + TRIAL-AND-ERROR (CRITICAL)
24
+ - PUSH WITHIN 60-90 SECONDS of starting a task — don't over-plan
25
+ - Trial-and-error is GOOD: a bad push is better than 5 minutes of deliberation
26
+ - Read → Act → Push → Iterate. NOT Read → Think → Plan → Discuss → Act.
27
+ - When Cain has errors: push a fix IMMEDIATELY, don't analyze exhaustively
28
+ - Your goal: maximize push frequency, not perfection on first try
29
+ - If unsure, just pick a reasonable fix and push — see what breaks
30
+
31
  ## Focus
32
  Improve Cain's functionality, add features, fix bugs.
33
  Do NOT re-check or re-configure infrastructure that is already working.