Skip to content

v0.1.0

Choose a tag to compare

@spuddydev spuddydev released this 26 Apr 04:08
b751028

First public-ready cut.

Install

curl -sSfL https://raw.githubusercontent.com/spuddydev/claudetoggle/main/setup.sh | sh

Highlights

  • XDG-compliant layout under $XDG_DATA_HOME/claudetoggle/
  • claudetoggle CLI: add, remove, list, on, off, update, uninstall, doctor, help
  • Three scopes: project, session, global
  • Slash-command + dispatcher + statusline wired in one install
  • TOGGLE_EXTRA_HOOKS for peer enforcement scripts (e.g. PreToolUse(Bash) linters)
  • 96 bats tests, lint and format clean

Notes

  • The CLI is bash for this release. A native binary rewrite (Go) is planned for v0.2.0; the CLI surface is final.
  • Reference toggles in examples/: coauth (project Co-Authored-By trailer policy) and devlog (session-scope silent journal).

See CHANGELOG.md for the full list.