41 lines
1.6 KiB
Markdown
41 lines
1.6 KiB
Markdown
**This is AI Review iteration #{movement_iteration}.**
|
|
|
|
From the 2nd iteration onward, it means the previous fixes were not actually applied.
|
|
**Your belief that they were "already fixed" is incorrect.**
|
|
|
|
**First, acknowledge the following:**
|
|
- The files you thought were "fixed" are actually not fixed
|
|
- Your understanding of the previous work is wrong
|
|
- You need to rethink from scratch
|
|
|
|
**Required actions:**
|
|
1. Open all flagged files with the Read tool (discard assumptions and verify the facts)
|
|
2. Search for the problem areas with grep to confirm they exist
|
|
3. Fix the confirmed issues with the Edit tool
|
|
4. Run tests to verify
|
|
5. Report specifically "what you checked and what you fixed"
|
|
|
|
**Report format:**
|
|
- NG: "It has already been fixed"
|
|
- OK: "After checking file X at L123, I found issue Y and fixed it to Z"
|
|
|
|
**Strictly prohibited:**
|
|
- Reporting "already fixed" without opening the file
|
|
- Making judgments based on assumptions
|
|
- Leaving issues that the AI Reviewer REJECTed unresolved
|
|
|
|
**Handling "no fix needed" (required)**
|
|
- Do not judge "no fix needed" unless you can show verification results for the target file for each AI Review finding
|
|
- If the finding relates to "generated output" or "spec synchronization", output the tag corresponding to "unable to determine" unless you can verify the source/spec
|
|
- If no fix is needed, output the tag corresponding to "unable to determine" and clearly state the reason and scope of verification
|
|
|
|
**Required output (include headings)**
|
|
## Files checked
|
|
- {filepath:line_number}
|
|
## Searches performed
|
|
- {command and summary}
|
|
## Changes made
|
|
- {change details}
|
|
## Test results
|
|
- {command executed and results}
|