Spaces:
Sleeping
Sleeping
Claude Code commited on
Commit ·
78dea99
1
Parent(s): 5982cbe
Claude Code: Check Cain's current application logs (stdout/stderr) to identify the "u
Browse files
CLAUDE.md
CHANGED
|
@@ -28,6 +28,12 @@
|
|
| 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.
|
|
|
|
| 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 |
+
## STATE VERIFICATION (CRITICAL — Prevent Semantic Grounding Failure)
|
| 32 |
+
- BEFORE proposing any fix: READ the target file to verify current state
|
| 33 |
+
- If your proposed fix matches the current file content: ACKNOWLEDGE "Fix already applied" and HALT
|
| 34 |
+
- DO NOT repeat tasks based on conversation history — the file system is the source of truth
|
| 35 |
+
- Conversation history may be stale — always verify against actual files before acting
|
| 36 |
+
|
| 37 |
## Focus
|
| 38 |
Improve Cain's functionality, add features, fix bugs.
|
| 39 |
Do NOT re-check or re-configure infrastructure that is already working.
|