Skip to content

Commit d1a673f

Browse files
committed
remove 6.
1 parent 5875eb6 commit d1a673f

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

GEMINI.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,3 @@ by a tool, or by your own reasoning — you MUST:
3939
The goal is to treat every mistake as a signal that the workflow is
4040
incomplete, and to improve it in place so the same mistake cannot
4141
happen again.
42-
43-
## 6. Code Correctness Requirement
44-
45-
Before presenting any code change to the user, you MUST verify it is
46-
correct by running it or reasoning through its execution explicitly.
47-
48-
- **Never propose code you have not verified will run.** If a snippet
49-
cannot be tested in isolation, trace through it step by step and
50-
state your reasoning.
51-
- **For non-trivial changes**, run the mandatory checks from
52-
@./docs/ai/mandatory_checks.md and confirm they pass before showing
53-
the result to the user.
54-
- **When fixing a bug**, reproduce the bug first, then verify the fix
55-
resolves it. Do not assume a fix is correct because it looks right.

0 commit comments

Comments
 (0)