Update AGENTS.md and Makefile for review hygiene guidelines

- Added a new section in AGENTS.md outlining the importance of not leaving temporary review labels in source code or comments.
- Updated the error message in the Makefile's check-review-labels target to reference AGENTS.md for review hygiene rules instead of plans/README.md, ensuring consistency in documentation.
This commit is contained in:
2026-05-27 03:07:25 -05:00
parent ffa9aa04f7
commit 4861f93e6f
3 changed files with 6 additions and 4 deletions
+5 -1
View File
@@ -2,4 +2,8 @@
This repository has established best practices, preferred patterns, and coding guidelines.
Before making changes, proposing implementations, or working on tasks, please read the README.md (particularly the Development Workflow and any linked sections on conventions and process).
Before making changes, proposing implementations, or working on tasks, please read the README.md (particularly the Development Workflow and any linked sections on conventions and process).
## Review & Implementation Hygiene
**Important rule**: Do not leave temporary review labels (P2-05, T1, I3, R2, "per Issue 7", etc.) in source code or comments. `make check-review-labels` (part of `make lint`) will catch violations.