File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,17 +39,3 @@ by a tool, or by your own reasoning — you MUST:
3939The goal is to treat every mistake as a signal that the workflow is
4040incomplete, and to improve it in place so the same mistake cannot
4141happen 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.
You can’t perform that action at this time.
0 commit comments