Releases: vannt-dev/junto
Releases · vannt-dev/junto
Release list
v0.4.0
v0.3.0
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
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
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)
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.