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 +1 -0
- package/dist/{config-DmafCcyN.mjs → config-Bxvb9QXo.mjs} +53 -39
- package/dist/content-BkHO2RHN.mjs +29 -0
- package/dist/index.mjs +16 -16
- package/dist/lib/index.mjs +1 -1
- package/dist/{nativeInstallation-BV86CYfT.mjs → nativeInstallation-C16cgh2G.mjs} +1 -1
- package/package.json +2 -1
- package/dist/content-CAq4lYGJ.mjs +0 -29
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.
|