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
migratecommand 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)
- release aligned to the SMALL-native Musketeer contract
- docs and install surfaces updated to point at the v0.3.0 bridge release
- Release: https://github.com/justynclarknetwork/musketeer-bridge/releases/tag/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-clarkorg 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)
- 18 smoke tests covering all 6 commands:
init,run,check,packet,log,verdict - CI wired with fmt, clippy, and test gates
- DEMO.md with exact end-to-end trio workflow replay steps
- RELEASE_NOTES.md with explicit guarantees and known limits
- Release: https://github.com/justynclarknetwork/musketeer/releases/tag/v0.2.0
Bridge (musketeer-bridge v0.2.0)
bridge.json.examplewith 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
--jsonoutput behavior - documented exit codes: 0, 20, 21, 22, 23, 30, 40, 50
- documented
packet,log, andverdictcommands - 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)