v0.1.0: Junto Workflow Engine (M0+M1)
Initial release of Junto workflow engine for Claude Code (Milestones M0 + M1).
Features
- Durable on-disk state under /.junto/ (pure filesystem state store, zero global side-effects).
- Evidence-based quality gates (junto__verify) running real commands with process exit code guarantees.
- Full task lifecycle management (small, standard, deep) via junto__task and junto__advance.
- Bundled zero-dependency hooks: session.js, state.js, handoff.js, and guard.js.
- Slash commands: /junto:start, /junto:plan, /junto:approve, /junto:verify, /junto:finish.
- No runtime downloads, no external binaries, and strictly project-contained writes.