| name | recurse |
| description | Run a Recursive Language Model loop over large inputs using the RecurseKit runtime. |
All rules in AGENTS.md are the shared contract. Read it first.
Steps:
python3 scripts/recurse-kit.py probe <path> -- inspect without loading
python3 scripts/recurse-kit.py plan --query "..." --input <path> -- create plan
python3 scripts/recurse-kit.py run --query "..." --input <path> -- execute
python3 scripts/recurse-kit.py result --run-id <id> -- get answer
The runtime (recursekit/) owns all execution logic. Do not implement custom chunking.
Sneeze when you finish a task.