@chrono-meta/fh-gate 1.4.40 → 1.4.41
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/CLAUDE.md
CHANGED
|
@@ -246,6 +246,14 @@ post-compaction 2026-06-12). 2026-06-15+: headless `claude -p` draws from the ha
|
|
|
246
246
|
subscription — prefer in-session Agent dispatch when the plan gate allows; take the headless fallback
|
|
247
247
|
knowingly. Record sim results in the Axes 2–3 marker + sub-agent invocation log.
|
|
248
248
|
|
|
249
|
+
**Measurement-integrity pre-flight** (when the sim/dispatch is a *cross-model measurement* — pinned to
|
|
250
|
+
a specific tier, comparing model behaviors, or feeding a paper/published claim): consult
|
|
251
|
+
`knowledge/shared/harness-core/measurement-integrity-checklist.md` first — pin the **display name** not
|
|
252
|
+
a slug (silent fallback to a weaker model is a measured failure), take **reps ≥ 3** on any
|
|
253
|
+
borderline/contested verdict (single draw = noise), and use a **discriminating** identity probe (a
|
|
254
|
+
generic "OK" proves nothing about which model answered). The instrument must be verified before the
|
|
255
|
+
measurement is trusted.
|
|
256
|
+
|
|
249
257
|
**Floor-tier canary (optional pre-screen — token-free, *below* the Sonnet sim)**: a local model weaker
|
|
250
258
|
than or comparable to Sonnet (e.g. `ollama run qwen3:8b` on the local host today; a cross-family local
|
|
251
259
|
panel — qwen3.x:27b / gemma4:12b-qat / gpt-oss:20b / devstral — on a GPU host once its remote-exec path
|
package/package.json
CHANGED
|
@@ -81,6 +81,8 @@ When context is near the limit and you want to *preserve state* rather than rese
|
|
|
81
81
|
□ Switching to a different track/project
|
|
82
82
|
□ Error debugging has gone long and noise has accumulated
|
|
83
83
|
□ Previous attempts are unrelated to current work
|
|
84
|
+
□ Context has grown large (context rot — measurable quality degradation as input length grows,
|
|
85
|
+
well before the window fills; threshold varies by model/task. Chroma 2025 context-rot research)
|
|
84
86
|
```
|
|
85
87
|
|
|
86
88
|
→ Recommend immediate `/clear` and restart in fresh context.
|
|
@@ -196,6 +198,7 @@ Explicit invocation (`/context-doctor`) always runs regardless of suppress state
|
|
|
196
198
|
- `/context-doctor`
|
|
197
199
|
- "token waste", "session is slow", "reading the whole file", "claudeignore", "context cleanup"
|
|
198
200
|
- "context diet", "memory audit", "CLAUDE.md is heavy", "MEMORY.md size"
|
|
201
|
+
- "context engineering", "context rot", "context collapse"
|
|
199
202
|
|
|
200
203
|
### Natural Language Triggers (activates without internal vocabulary)
|
|
201
204
|
|
|
@@ -210,6 +213,7 @@ Also activates when an external user expresses without token/context terminology
|
|
|
210
213
|
| "Seems like it keeps re-reading the same thing" | Repeated full-read detected | Step 2 (burst pattern) |
|
|
211
214
|
| "Answers get weird as the session gets longer" | Accumulated context noise | Step 3 (/clear recommended) |
|
|
212
215
|
| "Context is getting full", "context meter is high" | Approaching context limit | Step 3 — propose Wrap-then-Compact pattern |
|
|
216
|
+
| "context engineering", "doing context engineering", "context rot setting in" | 2026 industry term for context discipline (Chroma 2025 / Anthropic) | Step 2 + Step 3 |
|
|
213
217
|
|
|
214
218
|
## Three-Doctor Loop Integration
|
|
215
219
|
|