Skip to content

Releases: vannt-dev/junto

v0.4.0

Choose a tag to compare

@vannt-dev vannt-dev released this 08 Sep 14:01

Added

  • Read-only junto__status tool and /junto:status command for task phase, next action, blockers, gate evidence state, and advisory token budget.

v0.3.0

Choose a tag to compare

@vannt-dev vannt-dev released this 08 Sep 13:40

Added

  • Optional, bounded, persisted source context for advisory consults and panels.
  • Optional code-review-graph guidance for plan and deep-task review commands.
  • RTK compatibility guidance that preserves raw quality-gate evidence.

Security

  • Require explicit source-context egress opt-in, enforce bounded project-relative metadata, and mark source-derived context as untrusted data before sending it to advisory backends.

v0.2.1: MCP discovery fix

Choose a tag to compare

@vannt-dev vannt-dev released this 06 Sep 15:31

Fixes marketplace installations so Claude Code discovers and starts Junto's bundled MCP server, exposing all five Junto MCP tools.

Full Changelog: v0.2.0...v0.2.1

v0.2.0: Multi-model deep-task workflows

Choose a tag to compare

@vannt-dev vannt-dev released this 06 Sep 15:25

Adds multi-model consult and panel support, generic CLI advisory backends, deep-task panel/review phases, hardened CLI output handling, and release-ready examples. See CHANGELOG.md for the curated change summary.

Full Changelog: v0.1.0...v0.2.0

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

Choose a tag to compare

@vannt-dev vannt-dev released this 05 Sep 16:49

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.