jev_abort_check
Evaluate proposed plan against failed attempts to prevent circular retries, dead-ends, and destructive refactors before investing tokens.
Instructions
Guards against doom loops, dead-ends, circular retries, and destructive refactors. Evaluates proposed plan against recent attempt history before burning tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposed_step | Yes | The next proposed plan, code modification, or architectural direction. | |
| recent_attempts_summary | No | Summary of previous failed attempts, errors encountered, or circular patterns. |