tweakcc-fixed 2.0.0 → 2.0.2

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 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 394 prompts for CC 2.1.173; Piebald's latest (2.1.170) extract has 346) — 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.
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 395 prompts for CC 2.1.175; Piebald's latest (2.1.173) extract has 350) — 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.173** |
12
+ | **Target CC versions** | 2.0.98 through **2.1.175** |
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 Fable 5**, Claude Opus 4.8) tuned against this fork's extraction. Our named-prompt JSON catches prompts Piebald's published extract doesn't (394 named for CC 2.1.173 vs their 346 for 2.1.170), and the system-reminder + `string`-kind reach lets the overrides cover content the base mechanisms can'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 Fable 5**, Claude Opus 4.8) tuned against this fork's extraction. Our named-prompt JSON catches prompts Piebald's published extract doesn't (395 named for CC 2.1.175 vs their 350 for 2.1.173), and the system-reminder + `string`-kind reach lets the overrides cover content the base mechanisms can't.
77
77
 
78
78
  ## Install
79
79