You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(code-critic): fix remaining set -e dead code in all examples
Triple-agent review found the set -e + $? dead code pattern was
only fixed in the pre-commit example but persisted in:
- GIT_HOOKS.md pre-push hook example
- GIT_HOOKS.md selective review example
- USAGE.md quick setup example (also fixed trailing -p flag)
All now use set +e / set -e with REVIEW_EXIT capture.
Also softened Config/IaC self-review note for accuracy.
AI review: code-critic:adversarial-reviewer (auto via hook)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: plugins/code-critic/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ model: opus
153
153
154
154
To use a different model, edit `agents/adversarial-reviewer.md` and change the model field.
155
155
156
-
Note: The agent's Configuration/prompts/IaC domain awareness means it can review its own prompt file — this is intentional and useful for self-improvement workflows.
156
+
Note: The agent's Configuration/prompts/IaC domain covers prompt and config files, which includes its own prompt file — useful for self-review workflows where the agent evaluates changes to its own definition.
0 commit comments