{ "name": "@boocode/conductor", "version": "0.1.0", "private": true, "type": "module", "description": "Deterministic code conductor for multi-agent flows, modelled on Han. Code owns the sequence; Han agents run as bounded single-task workers on a local model via opencode.", "scripts": { "research": "tsx src/run.ts", "typecheck": "tsc --noEmit" } }