docs: add agent guidance files and templates

This commit is contained in:
2026-06-07 17:20:56 -03:00
parent 489ef38365
commit caf7380088
9 changed files with 378 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
---
description: Fix only accepted findings from a diff review. Use after review-diff returns blockers or warnings that the user accepts.
disable-model-invocation: true
---
Fix only the accepted review findings.
Rules:
- Do not rewrite the solution.
- Do not expand scope.
- Do not address subjective style comments unless accepted by the user.
- Preserve the original plan unless the user explicitly approved a change.
- Add or update tests only when needed to cover the accepted finding.
- Run relevant verification commands again.
Final report:
## Fixes applied
## Files changed since review
## Commands run
## Remaining risks