v0.6.1
What's new
Added
- Docker image for container distribution (PR #22). Runs as non-root, suitable for the Glama MCP server listing. See
Dockerfilefor the canonical invocation.
Changed
- ADR-001 reframed from "remove review tool" (historical) to "bridge does not bundle reviewer prompts" (forward-looking principle). Renamed to
docs/decisions/001-no-bundled-prompts.md. README "Code review" section reworked: three honest sources for the review prompt (built-in REPL command, bridgequery/structuredwith caller-supplied prompt, directclaude -p). PR #21, PR #23. - Dropped
--disable-slash-commandsfromclaude -pinvocations on both auth paths. The flag was redundant:--bare(API-key path) disables all skills by design (anthropics/claude-code#37207), and--setting-sources ""(subscription path) excludes the user source where commands live. No user-visible behaviour change. PR #23.
Full Changelog: v0.6.0...v0.6.1