tweakcc-fixed 2.0.13 → 2.0.14
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 +3 -3
- package/dist/{config-CWf6QnZA.mjs → config-Cm8OeFpK.mjs} +45 -45
- package/dist/{content-CQB3e2Mu.mjs → content-HDL8pov8.mjs} +1 -1
- package/dist/identifierUnion-CqfoGx_F.mjs +1 -0
- package/dist/index.mjs +1 -1
- package/dist/lib/index.mjs +1 -1
- package/dist/{nativeInstallation-PcRMjj4R.mjs → nativeInstallation-CHSAij_R.mjs} +1 -1
- package/package.json +1 -1
- package/dist/identifierUnion-CV566DfO.mjs +0 -1
package/README.md
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
A hard fork of [Piebald-AI/tweakcc](https://github.com/Piebald-AI/tweakcc) that patches an installed Claude Code in place — both npm `cli.js` and the JavaScript embedded in a native Bun binary — to apply **curated system-prompt overrides** and a set of **fork-only patches**. It is purpose-built to pair with [skrabe/lobotomized-claude-code](https://github.com/skrabe/lobotomized-claude-code), and it stays current with every Claude Code release through its own prompt-extraction pipeline.
|
|
4
4
|
|
|
5
5
|
> [!IMPORTANT]
|
|
6
|
-
> **This fork is a superset of upstream and no longer merges from it (2026-06-04).** Upstream's `tweakcc` gates system-prompt overrides **off** for native installs and doesn't have this fork's override mechanisms (inline-blob, system-reminders) or extended extractor; we add those and apply system prompts to native installs too. Our extractor names
|
|
6
|
+
> **This fork is a superset of upstream and no longer merges from it (2026-06-04).** Upstream's `tweakcc` gates system-prompt overrides **off** for native installs and doesn't have this fork's override mechanisms (inline-blob, system-reminders) or extended extractor; we add those and apply system prompts to native installs too. Our extractor names 1027 prompts for CC 2.1.186 under our own per-model override conventions, capturing every model-facing string below the old 500-char floor — including 572 ids absent from Piebald's published extract. A merge would only bring a version label and prompt data we already supersede, so we keep the `upstream` remote as a **fetch-only comparison signal** and extract our own prompts.
|
|
7
7
|
|
|
8
8
|
| | |
|
|
9
9
|
| ---------------------- | --------------------------------------------------------------------------------------------------------- |
|
|
10
10
|
| **This fork** | [skrabe/tweakcc-fixed](https://github.com/skrabe/tweakcc-fixed) |
|
|
11
11
|
| **Base** | [Piebald-AI/tweakcc](https://github.com/Piebald-AI/tweakcc) @ `bc41a43`, then diverged |
|
|
12
|
-
| **Target CC versions** | 2.0.98 through **2.1.
|
|
12
|
+
| **Target CC versions** | 2.0.98 through **2.1.186** |
|
|
13
13
|
| **Install** | `npx tweakcc-fixed@latest` — published on npm from this repo ([Install](#install)) |
|
|
14
14
|
| **Pairs with** | [skrabe/lobotomized-claude-code](https://github.com/skrabe/lobotomized-claude-code) (per-model overrides) |
|
|
15
15
|
| **Agent guide** | [`skills/showtime/`](./skills/showtime/) — bug-class diagnostics, patch authoring, the version-bump pipeline |
|
|
@@ -73,7 +73,7 @@ For detailed docs on these shared features, see the [upstream tweakcc README](ht
|
|
|
73
73
|
|
|
74
74
|
## Pairing with lobotomized-claude-code
|
|
75
75
|
|
|
76
|
-
Use this fork's extraction surface with [skrabe/lobotomized-claude-code](https://github.com/skrabe/lobotomized-claude-code) — per-model override sets (**Claude Opus 4.8**, Claude Fable 5) tuned against this fork's extraction. Our named-prompt JSON catches prompts Piebald's published extract doesn't (
|
|
76
|
+
Use this fork's extraction surface with [skrabe/lobotomized-claude-code](https://github.com/skrabe/lobotomized-claude-code) — per-model override sets (**Claude Opus 4.8**, Claude Fable 5) tuned against this fork's extraction. Our named-prompt JSON catches prompts Piebald's published extract doesn't (572 ids for CC 2.1.186 absent from their extract), and the system-reminder + `string`-kind reach lets the overrides cover content the base mechanisms can't.
|
|
77
77
|
|
|
78
78
|
## Install
|
|
79
79
|
|