rec
Suggest the next step based on an IML model and its reasoning results. rec is designed for coding agents deciding what to do next, but it is equally useful interactively.
codelogician rec [OPTIONS] IMLIf no evaluation result is supplied, rec evaluates the IML file first, then produces a recommendation.
Arguments:
| Argument | Description |
|---|---|
IML | Path to the IML file (required) |
Options:
| Option | Default | Description |
|---|---|---|
--eval-res | — | Path to an eval result JSON. If omitted, the IML file is evaluated again |
--json / --no-json | --no-json | Output results in JSON format |
Example:
codelogician rec fee.imlReuse a saved evaluation result instead of re-evaluating:
codelogician eval check-vg fee.iml --json > eval.json
codelogician rec fee.iml --eval-res eval.json