tweakcc-fixed 2.0.3 → 2.0.4
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-3cQoQoFR.mjs → config-BGsQaczu.mjs} +69 -71
- package/dist/{content-CpJOKvLf.mjs → content-M0EgBl6Y.mjs} +1 -1
- package/dist/index.mjs +1 -1
- package/dist/lib/index.mjs +1 -1
- package/dist/{nativeInstallation-CjRlkUVb.mjs → nativeInstallation-D1YCx8O8.mjs} +1 -1
- package/package.json +1 -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. Upstream is essentially static — recent releases are version bumps plus prompt-data drops we supersede (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. Upstream is essentially static — recent releases are version bumps plus prompt-data drops we supersede (our extractor names 990 prompts for CC 2.1.179 under our own per-model override conventions (capturing every model-facing string below the old 500-char floor), including 546 ids absent from Piebald's published extract) — so there's nothing to gain by merging. We keep the `upstream` remote only 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.179** |
|
|
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** | [`AGENTS.md`](./AGENTS.md) — 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 (546 ids for CC 2.1.179 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
|
|