check_code_reflex
Checks proposed code against learned bug and antipattern memories, returning avoid, safe, or neutral to guide AI coding agents before execution.
Instructions
Instant (<1ms) associative memory check of proposed code against past rewarded or punished bug patterns. Returns 'avoid', 'safe', or 'neutral'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The proposed code snippet, function, or diff to evaluate. | |
| context | No | Optional context or filename describing the task. |