Releases: spuddydev/claudetoggle
Releases · spuddydev/claudetoggle
Release list
v0.3.1
What's Changed
- fix: macos install now wires deny rules by @spuddydev in #19
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- fix: toggle effects and peer hooks by @spuddydev in #18
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- fix: macos install and tidy help output by @spuddydev in #17
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- feat: cli polish and state lock by @spuddydev in #13
- docs: authoring guide and scaffolding skill by @spuddydev in #14
- feat: verify release tarball checksums by @spuddydev in #15
- chore: release v0.2.0 by @spuddydev in #16
Full Changelog: v0.1.0...v0.2.0
v0.1.0
First public-ready cut.
Install
curl -sSfL https://raw.githubusercontent.com/spuddydev/claudetoggle/main/setup.sh | shHighlights
- XDG-compliant layout under
$XDG_DATA_HOME/claudetoggle/ claudetoggleCLI:add,remove,list,on,off,update,uninstall,doctor,help- Three scopes: project, session, global
- Slash-command + dispatcher + statusline wired in one install
TOGGLE_EXTRA_HOOKSfor 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) anddevlog(session-scope silent journal).
See CHANGELOG.md for the full list.