tweakcc-fixed 2.7.5 → 2.7.7
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 +4 -3
- package/dist/{config-DbC3thCJ.mjs → config-BKJWsQjx.mjs} +47 -40
- package/dist/content-DeOxywAi.mjs +29 -0
- package/dist/identifierUnion-BXuIw0Hu.mjs +1 -0
- package/dist/index.mjs +16 -16
- package/dist/lib/index.mjs +1 -1
- package/dist/{nativeInstallation-d1ccitce.mjs → nativeInstallation-BePI3ISQ.mjs} +1 -1
- package/package.json +1 -1
- package/dist/content-B9U3jvWL.mjs +0 -29
- package/dist/identifierUnion-Bnkvl1Bl.mjs +0 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/tweakcc-fixed)
|
|
8
8
|
[](https://www.npmjs.com/package/tweakcc-fixed)
|
|
9
|
-
[](https://github.com/anthropics/claude-code)
|
|
10
10
|
[](#credit--license)
|
|
11
11
|
|
|
12
12
|
**[Install](#install) · [Customize](#what-you-can-customize) · [The fork](#what-this-fork-adds) · [How it works](#how-it-works)**
|
|
@@ -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.
|
|
@@ -56,8 +57,8 @@ The biggest difference is coverage. Its extractor pulls over four times the prom
|
|
|
56
57
|
|
|
57
58
|
| | tweakcc-fixed | upstream |
|
|
58
59
|
| ---------------------------- | :-----------: | :-------: |
|
|
59
|
-
| Prompt sites (CC 2.1.
|
|
60
|
-
| Unique prompt IDs | **2,
|
|
60
|
+
| Prompt sites (CC 2.1.215) | **2,841** | 589 |
|
|
61
|
+
| Unique prompt IDs | **2,638** | 589 |
|
|
61
62
|
| Patches | **58** | 45 |
|
|
62
63
|
| Overrides on native installs | **yes** | gated off |
|
|
63
64
|
|