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] IML

If no evaluation result is supplied, rec evaluates the IML file first, then produces a recommendation.

Arguments:

ArgumentDescription
IMLPath to the IML file (required)

Options:

OptionDefaultDescription
--eval-resPath to an eval result JSON. If omitted, the IML file is evaluated again
--json / --no-json--no-jsonOutput results in JSON format

Example:

codelogician rec fee.iml

Reuse 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