generated from coulomb/repo-seed
session-memory: fill real resolutions into auto-approved catalog stubs
Replaced the placeholder 'TODO: capture the recommended resolution' in the five auto-approved patterns with grounded problem descriptions + concrete resolutions drawn from the friction assessment: budget_overrun (read narrowly / checkpoint), infra_overhead (batch hub writes / orient once), schema_thrash (front-load tool schemas), tool_thrash (batch shell + larger edits), clean_pass (tests gate done). Each versioned 1.0.0 -> 1.0.1 with the stub archived to <id>.history.jsonl. Proposals regenerate with real content (0 TODO). Suite 139/139. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
"created_at": "2026-06-07T09:13:20Z",
|
||||
"distribution_ready": true,
|
||||
"id": "sp-problem-budget_overrun-tokens",
|
||||
"name": "problem: budget overrun",
|
||||
"name": "Budget overrun: token cost above peers",
|
||||
"polarity": "problem",
|
||||
"problem": "problem: budget overrun",
|
||||
"problem": "A session's token cost lands well above its peers (>p90). Usually driven by re-reading large files or tool outputs, carrying redundant context, or long exploratory loops without checkpoints.",
|
||||
"provenance": {
|
||||
"detected_at": null,
|
||||
"evidence": {
|
||||
@@ -36,15 +36,27 @@
|
||||
},
|
||||
"rendering_hints": {
|
||||
"claude": {
|
||||
"note": "TODO: refine rendering",
|
||||
"target": "CLAUDE.md"
|
||||
}
|
||||
},
|
||||
"resolutions": [
|
||||
{
|
||||
"detail": "",
|
||||
"detail": "Use offset/limit; don't re-Read a file already in the transcript.",
|
||||
"steps": [
|
||||
"Locate with grep/glob first",
|
||||
"Read only the relevant span"
|
||||
],
|
||||
"summary": "Read narrowly \u2014 target the region you need, not whole large files"
|
||||
},
|
||||
{
|
||||
"detail": "Summarize progress; avoid re-pulling outputs already shown.",
|
||||
"steps": [],
|
||||
"summary": "TODO: capture the recommended resolution"
|
||||
"summary": "Checkpoint and prune context instead of re-fetching it"
|
||||
},
|
||||
{
|
||||
"detail": "grep/glob narrows scope far cheaper than reading whole trees.",
|
||||
"steps": [],
|
||||
"summary": "Prefer targeted search over broad reads to locate code"
|
||||
}
|
||||
],
|
||||
"schema_version": 1,
|
||||
@@ -60,6 +72,6 @@
|
||||
]
|
||||
},
|
||||
"status": "approved",
|
||||
"updated_at": "2026-06-07T09:13:20Z",
|
||||
"version": "1.0.0"
|
||||
"updated_at": "2026-06-07T14:21:06Z",
|
||||
"version": "1.0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user