Musketeer logo Musketeer

v0.3.0 - 2026-03-15

SMALL-native architecture alignment release for the CLI and bridge.

CLI (musketeer v0.3.0)

  • canonical workspace model split into .small/ and .musketeer/
  • new migrate command for converting legacy workspaces to SMALL-native layout
  • packet generation, execution logs, and verdict records aligned to the new state model
  • docs and README updated to frame Musketeer as a SMALL-native trio workflow harness, not a Pi pack or umbrella identity
  • Release: https://github.com/justynclarknetwork/musketeer/releases/tag/v0.3.0

Bridge (musketeer-bridge v0.3.0)

Docs

  • current release references moved from v0.2.0 to v0.3.0
  • fixed stale GitHub links that still pointed at the old justyn-clark org path
  • kept install guidance source-first while the CLI remains distributed primarily via source builds

v0.2.0 - 2026-03-15

First real-use-ready release of the CLI and bridge.

CLI (musketeer v0.2.0)

Bridge (musketeer-bridge v0.2.0)

  • bridge.json.example with all config keys documented
  • Structured error contract: 8 error codes covering config, tool, timeout, and input failures
  • CI wired with vet, build, and test gates
  • Config validation, request validation, and contract tests
  • Health check endpoint
  • Operational boundaries documented: timeout, allowlist, env filtering, output limits
  • Release: https://github.com/justynclarknetwork/musketeer-bridge/releases/tag/v0.2.0

Docs

  • synced to Musketeer CLI contract from musketeer PR #7
  • documented strict --json output behavior
  • documented exit codes: 0, 20, 21, 22, 23, 30, 40, 50
  • documented packet, log, and verdict commands
  • documented reject and approve verdict flow for check
  • corrected GitHub org URLs to justynclarknetwork
  • corrected role naming: Cross-Examiner renamed to Examiner throughout
  • added CLI role token clarification (planner, executor, auditor)