Changelog
Changelog
All notable changes to this project will be documented in this file.
This project uses Conventional Commits and GitHub Releases.
0.9.0 (2026-09-07)
Features
- format: add Markdown formatting options (#70) (28dd03d)
- format: format named files in place (#69) (9bba1be)
- format: migrate Markdown renderer to v2 (#67) (6df892f)
- gotools: add an independent module archive cache (#58) (e474f58)
- gotools: add module cache management commands (#60) (af4016f)
- mcp: upgrade AWS proxy to v1 (#66) (f5b36b5)
Bug Fixes
- gotools: honor active Go build context (#63) (ea10959)
- gotools: honor Go module download policy (#61) (c2ca987)
- gotools: reuse Go module archives read-only (#59) (3ada42d)
- gotools: stop mutating the Go module cache (#57) (9122626)
- gotools: verify module archive integrity (#62) (4130e3a)
Miscellaneous Chores
- deps: update Go module graph (#68) (34052fd)
- go: upgrade to Go 1.27.1 (#65) (693b5e5)
- release: adopt release please (#72) (712f534)
v0.1.0 - 2026-05-29
Initial public release.
Added
- Claude Code hook command surface for all hook events.
PostToolUseformatter for Go, Markdown, and MDX files..prettierignoreand.scutignoresupport for formatting.- Claude Code settings installer, status, and uninstall commands.
- Claude Code status line.
gotools doccommand for agent-friendly Go documentation lookup.- Structured JSONL logging and log cleanup command.
- GitHub Actions workflows for pull requests, builds, releases, and Pages deployment.
- Release installer script with checksum verification.