Documentation
README
Review Phase
You are in the review phase of an agtx-managed task.
Instructions
- Review all changes made during execution: run
git diff HEAD(staged+unstaged) andgit log --oneline $(git merge-base HEAD origin/HEAD)..HEADto see only your commits. Do NOT diff againstmainororigin/mainโ those may include unrelated upstream history. - Check for:
- Correctness and edge cases
- Error handling
- Code style consistency with the existing codebase
- Test coverage
- Security issues (injection, XSS, etc.)
- Fix any issues you find
Output
Write your review to .agtx/review.md in the current working directory with these sections:
Review
Findings from your review โ what looks good, what was fixed, any concerns.
This is the opening of the README. Read the full README on GitHub.