tweakcc-fixed 2.7.19 → 2.7.21

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
@@ -6,7 +6,7 @@
6
6
 
7
7
  [![npm](https://img.shields.io/npm/v/tweakcc-fixed?color=cb3837&label=npm&logo=npm&style=flat-square)](https://www.npmjs.com/package/tweakcc-fixed)
8
8
  [![downloads](https://img.shields.io/npm/dt/tweakcc-fixed?color=cb3837&style=flat-square)](https://www.npmjs.com/package/tweakcc-fixed)
9
- [![Claude Code](https://img.shields.io/badge/Claude%20Code-2.0.98%20%E2%86%92%202.1.227-d97757?style=flat-square)](https://github.com/anthropics/claude-code)
9
+ [![Claude Code](https://img.shields.io/badge/Claude%20Code-2.0.98%20%E2%86%92%202.1.228-d97757?style=flat-square)](https://github.com/anthropics/claude-code)
10
10
  [![license](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](#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,8 +57,8 @@ 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.227) | **3,771** | 644 |
61
- | Unique prompt IDs | **3,516** | 644 |
60
+ | Prompt sites (CC 2.1.228) | **3,813** | 646 |
61
+ | Unique prompt IDs | **3,553** | 646 |
62
62
  | Patches | **58** | 45 |
63
63
  | Overrides on native installs | **yes** | gated off |
64
64
 
@@ -79,9 +79,9 @@ Each patch is tagged with how it behaves on `--apply`: **`[default on]`** applie
79
79
 
80
80
  **Memory & context**
81
81
 
82
- - `dream-mode` **`[default on]`** — `/dream` plus automatic memory consolidation
82
+ - `dream-mode` **`[opt-in]`** — `/dream` plus automatic memory consolidation
83
83
  - `lean-memory-types` **`[opt-in]`** — a trimmed memory-type taxonomy
84
- - `claudemd-context-once-per-conversation` **`[default on]`** — inject CLAUDE.md and context once per conversation, not every turn (rewrites how CLAUDE.md reaches the model)
84
+ - `claudemd-context-once-per-conversation` **`[opt-in]`** — inject CLAUDE.md and context once per conversation, not every turn (rewrites how CLAUDE.md reaches the model)
85
85
 
86
86
  **Reasoning**
87
87