omega_cortex_steer
Corrects tool call arguments that drift from a task baseline by blocking low-similarity calls and steering moderate ones.
Instructions
Alignment gate with automatic argument correction for drifting tool calls. Use this instead of omega_cortex_check when you want arguments auto-corrected toward the baseline; blocks hard if similarity < 0.45, steers if 0.45-0.65, passes unchanged if > 0.65. Returns JSON with fields: similarity (float), steered_args (object), corrections (array), verdict (PASSED | STEERED | BLOCKED).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Name of the tool whose arguments may need correction, e.g. 'omega_seal_run'. | |
| args | Yes | The original arguments that may be drifting from baseline. Will be corrected if in the steering range. | |
| baseline_prompt | Yes | Task baseline to steer toward, e.g. 'Deploying hotfix to staging environment'. |