Skip to content

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 08 Apr 04:19
820254e

Highlights

  • added the MIT LICENSE
  • added public CONTRIBUTING.md / CONTRIBUTING.ja.md
  • added public MCP integration guides under docs/mcp/
  • improved traceary session end so omitted client / agent / repo values inherit from the matching session_started event
  • added public install/release distribution docs and GitHub Actions release automation
  • switched default operator-facing CLI messaging to English, with TRACEARY_LANG=ja as 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.7

Prebuilt 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