Skip to content

v1.8.37

Choose a tag to compare

@junaidtitan junaidtitan released this 24 Jun 11:16
· 43 commits to main since this release
2a0a8d2

cozempic uninstall — the reverse of cozempic init, closing the feature request in #147.

cozempic uninstall            # global (~/.claude): remove hooks + slash command
cozempic uninstall --project  # this project
cozempic uninstall --all      # both
cozempic uninstall --purge    # also delete ~/.cozempic data + savings ledger (confirms)
cozempic uninstall --dry-run  # preview, change nothing

Surgical: preserves user-authored hooks, never deletes a foreign cozempic.md, keeps your data unless --purge, and sets the auto-init opt-out so it won't silently re-wire. Fleet-reviewed; full suite 1774 tests.