v0.1.7
Highlights
- added the MIT
LICENSE - added public
CONTRIBUTING.md/CONTRIBUTING.ja.md - added public MCP integration guides under
docs/mcp/ - improved
traceary session endso omittedclient/agent/repovalues inherit from the matchingsession_startedevent - added public install/release distribution docs and GitHub Actions release automation
- switched default operator-facing CLI messaging to English, with
TRACEARY_LANG=jaas the Japanese opt-in - made hooks installation portable outside the source checkout by default
Install
go install
go install github.com/duck8823/traceary@v0.1.7Prebuilt binaries
- macOS amd64 / arm64
- Linux amd64 / arm64
See the attached archives and checksums, plus:
- release guide:
docs/release/README.md - MCP guide:
docs/mcp/README.md - hooks guide:
docs/hooks/README.md
Included issues
- #72 public release readiness
- #73 add a project license
- #74 preserve start-time attribution on session end
- #75 make public CLI messaging viable in English
- #76 add public install and release distribution flow
- #77 make hooks install portable outside the source tree
- #78 add CONTRIBUTING guide
- #79 document public MCP server integration