CLI command
jeden pursue
Turn a rough objective into a source-grounded autonomous contract, execution, independent review, verdict, and receipt.
Exact invocation#
jeden pursue "rough objective" [--json] [--cwd path] [--model name] [--allow-write] [--allow-command] [--yolo|--auto-approve] [--max-steps n]Inputs and options#
- Required: a non-empty rough objective.
- The workspace, model route, grants, JSON output, and maximum steps use the same options as
run. - Transcript Lake preference evidence is consulted only when command execution is granted; otherwise pursuit proceeds without that external executable.
Output and state effect#
Runs Pursuit stages through persistent planner/executor conversations and fresh read-only reviewers, then prints or returns JSON containing the contract, verdict, receipt, and summary paths.
Refusals and boundaries#
- A missing objective is refused as
pursue requires a taskby the CLI parser; the command itself also rejects an empty value aspursue requires a rough objective. - The run fails if Pursuit cannot establish its contract, execute it, or produce its verdict and durable receipt.
- Tool mutations remain subject to the same write and command grants as
run.