tweakcc-fixed 2.7.6 → 2.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -34,6 +34,7 @@ $ npx -y tweakcc-fixed@latest --apply
34
34
  npx -y tweakcc-fixed@latest # interactive TUI — toggle patches, edit prompts
35
35
  npx -y tweakcc-fixed@latest --apply # apply everything you've enabled
36
36
  npx -y tweakcc-fixed@latest --restore # revert from the backup
37
+ npx -y tweakcc-fixed@latest --validate-system-prompts # dry-run the apply preflight over your overrides
37
38
  ```
38
39
 
39
40
  Nothing to clone or build. Prompt data is pulled from this repo at runtime, so a new Claude Code release works the moment its version bump lands here. Updating Claude Code overwrites the patches, so you just re-run `--apply` — your configuration in `~/.tweakcc/config.json` is untouched either way.