clim-code
v0.5.0
Published
Multi-CLI remote control + 6-stage assembly-line pipeline driven from your phone.
Downloads
987
Maintainers
Readme
clim daemon
Local Node process that drives clarify, plan, and the 6-stage pipeline.
Routing
~/.local/share/clim/routing.json controls which CLI runs each stage.
- Applies to every stage of the pipeline (builder, tester, reviewer, security, optimizer, documenter), not just clarify and plan.
autoRouting: true(default) — the resolver consultsSTAGE_TASK_TYPE[stage]and the matchingrules[].cli. Missing rules fall back to thefallbackrule, then todefaultCli.autoRouting: false— every stage usesdefaultCliregardless of taskType.
The routing config is captured at pipeline-start time. Edits made mid-run take effect on the next run, not the current one.
Scripts
npm run typecheck—tsc --noEmitnpm test— vitest runnpm run dev—tsx src/cli.ts
