Skip to content

v0.1.0: Junto Workflow Engine (M0+M1)

Choose a tag to compare

@vannt-dev vannt-dev released this 05 Sep 16:49
· 38 commits to main since this release

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.