Skip to content

Releases: Jonhvmp/leopold

Leopold v0.1.1

17 Jun 20:08
ef3457b

Choose a tag to compare

Added

  • leopold doctor (make doctor, /leopold-doctor): diagnoses the install — skills, hooks and their wiring, gstack, the driver toolchain, and update status.

Changed

  • Auto-release CI: npm publish is now idempotent (skips a version already on npm).

Leopold v0.1.0

17 Jun 19:38

Choose a tag to compare

Initial public release.

Added

  • In-session engine: /leopold-brief, /leopold-run, /leopold-status, /leopold-stop.
  • Stop hook (autonomous continuity) and PreToolUse hook (git lock), with behavior tests.
  • Brief artifacts (MISSION, CHARTER, GUARDRAILS, PLAN, DECISIONS) and the decision protocol.
  • SDK driver (packages/driver/, npm leopold-driver): persistent conductor + fresh workers per item, conductor/worker status protocol, charter-grounded decisions, git-locked canUseTool, notifications. Uses your Claude Code auth (no API key).
  • Optional gstack integration (detect + offer; never bundled) with planning hooks in /leopold-brief.
  • Run hygiene: clears STOP + git opt-in tokens on stop; on_finish: keep | archive; single-run-per-checkout guard with worktree guidance for parallelism.
  • Install paths: one-command curl | bash, install.sh, make, and a Claude Code plugin (.claude-plugin/).
  • Docs site (MkDocs Material + Mermaid) and CI.