tweakcc-fixed 2.7.37 → 2.7.38
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 +2 -2
- package/package.json +1 -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)**
|
|
@@ -57,7 +57,7 @@ The biggest difference is coverage. Its extractor pulls over four times the prom
|
|
|
57
57
|
|
|
58
58
|
| | tweakcc-fixed | upstream |
|
|
59
59
|
| ---------------------------- | :-----------: | :-------: |
|
|
60
|
-
| Prompt sites (CC 2.1.
|
|
60
|
+
| Prompt sites (CC 2.1.241) | **5,069** | 695 |
|
|
61
61
|
| Unique prompt IDs | **4,528** | 690 |
|
|
62
62
|
| Patches | **61** | 45 |
|
|
63
63
|
| Overrides on native installs | **yes** | gated off |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tweakcc-fixed",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.38",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Maintained fork of tweakcc — patch an installed Claude Code (npm or native binary) with curated system-prompt overrides, system-reminder overrides, and fork-only patches. Pairs with skrabe/lobotomized-claude-code.",
|
|
6
6
|
"main": "dist/lib/index.mjs",
|