tweakcc-fixed 2.0.15 → 2.1.0

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,15 +3,15 @@
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 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
-
8
- | | |
9
- | ---------------------- | --------------------------------------------------------------------------------------------------------- |
10
- | **This fork** | [skrabe/tweakcc-fixed](https://github.com/skrabe/tweakcc-fixed) |
11
- | **Base** | [Piebald-AI/tweakcc](https://github.com/Piebald-AI/tweakcc) @ `bc41a43`, then diverged |
12
- | **Target CC versions** | 2.0.98 through **2.1.186** |
13
- | **Install** | `npx tweakcc-fixed@latest` — published on npm from this repo ([Install](#install)) |
14
- | **Pairs with** | [skrabe/lobotomized-claude-code](https://github.com/skrabe/lobotomized-claude-code) (per-model overrides) |
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 1007 prompts for CC 2.1.187 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
+
8
+ | | |
9
+ | ---------------------- | ------------------------------------------------------------------------------------------------------------ |
10
+ | **This fork** | [skrabe/tweakcc-fixed](https://github.com/skrabe/tweakcc-fixed) |
11
+ | **Base** | [Piebald-AI/tweakcc](https://github.com/Piebald-AI/tweakcc) @ `bc41a43`, then diverged |
12
+ | **Target CC versions** | 2.0.98 through **2.1.187** |
13
+ | **Install** | `npx tweakcc-fixed@latest` — published on npm from this repo ([Install](#install)) |
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 |
16
16
 
17
17
  ## What this fork adds over the base
@@ -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 (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.
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.187 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
 
@@ -145,8 +145,9 @@ Main exports: `findAllInstallations` / `tryDetectInstallation` /
145
145
  `showInteractiveInstallationPicker` (detection), `readContent` / `writeContent`
146
146
  (JS I/O across npm + native), `backupFile` / `restoreBackup`, `readTweakccConfig`
147
147
  plus the config-path helpers, the `helpers` toolkit (minified-identifier finders
148
- + diff utilities), and the `Installation` / `TweakccConfig` / `Settings` /
149
- `DetectInstallationOptions` types.
148
+
149
+ - diff utilities), and the `Installation` / `TweakccConfig` / `Settings` /
150
+ `DetectInstallationOptions` types.
150
151
 
151
152
  ## The `showtime` skill (CC version-bump pipeline)
152
153