// changelog
v0.1.0
Walking-skeleton release — Anthropic provider, staged-diff review, cache.
Released May 16, 2026
prerelease
Added
Commands
commitbrief init— write the team-sharedCOMMITBRIEF.mdand the per-user.commitbrief/OUTPUT.mdtemplate.commitbrief setup [--local]— interactive provider + API key wizard.- Review scopes:
--staged(default),--unstaged,--file,--commit,--pull-request,--branch. commitbrief dry-run— pipeline preview without an API call.commitbrief list— markdown command reference.
Core modules
- Hybrid
go-git+gitCLI access; unified-diff parser; three-layer ignore matcher; pre-send guard for.commitbrief/**; provider abstraction with Anthropic + mock implementations; SHA-256 response cache (7-day TTL); two-tier YAML config with field-level merge; English + Turkish i18n catalogs; terminal/markdown/JSON renderers; ldflags-injected version metadata.
Known limitations
- Only the Anthropic provider is implemented; OpenAI/Gemini/Ollama land in v0.2.0.
commitbrief compressis a stub; full implementation in v0.3.0.- Reviews are returned non-streaming; streaming arrives in v0.4.0.
Private repository; no public artifacts.