feat(bot): enforce evaluation role and multi-iteration feedback loop

This commit is contained in:
Christian Gunderman
2026-04-30 16:59:24 -07:00
parent caa0466416
commit c6121d5113
4 changed files with 122 additions and 73 deletions
+5 -1
View File
@@ -99,7 +99,11 @@ or configuration changes:
- Why it is recommended.
- Expected impact on metrics or productivity.
2. **Surgical Changes**: Only propose a **single improvement or fix per PR**.
Prioritize highest impact, lowest risk.
Prioritize highest impact, lowest risk. While changes should be surgical
(one goal per PR), removing duplicated, conflicting, or obsolete legacy
workflows is considered the ultimate "surgical" fix. Do not hesitate to
delete files or workflows if your evidence shows they are conflicting with
standard practices.
3. **Acknowledgment**: If invoked by a comment, use the `write_file` tool to
save a brief acknowledgement to `issue-comment.md`.
4. **Stage Files**: Use `git add <file>` to stage files for the PR. **DO NOT**