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)