You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ When operating to complete a task, adhere strictly to the following constraints
8
8
9
9
### Must-Do (Defaults & Assumptions)
10
10
-**Zero Interruption Policy**: If a decision is needed and no explicit instruction exists, you MUST make an informed, safe assumption based on idiomatic Go best practices and document it in the PR/commit. Do NOT ask for human clarification mid-task.
11
-
-**Test-Driven Progress**: You must write a failing Go test (`_test.go`) for every sub-task before implementing the feature.
11
+
-**Test-Driven Progress**: You must write a failing Go test (`_test.go`) for every sub-task before implementing the feature.
12
12
-**Graceful Fallbacks**: If an API or dependency lacks documentation, use mock interfaces or a simplified implementation rather than blocking the task.
13
13
-**Continuous Logging**: Document every step completed in an `execution_log.md` within the current working directory to maintain state.
0 commit comments