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": false,
|
||||
"id": "sp-problem-infra_overhead-infra_overhead",
|
||||
"name": "problem: infra overhead",
|
||||
"name": "Infrastructure overhead: too much coordination plumbing",
|
||||
"polarity": "problem",
|
||||
"problem": "problem: infra overhead",
|
||||
"problem": "A large share of the session's tool calls are State Hub / task-management / schema-loading plumbing rather than touching the repo (corpus median 11.7%, up to 43% in the worst sessions; one session made 231 hub calls).",
|
||||
"provenance": {
|
||||
"detected_at": null,
|
||||
"evidence": {
|
||||
@@ -34,15 +34,27 @@
|
||||
},
|
||||
"rendering_hints": {
|
||||
"claude": {
|
||||
"note": "TODO: refine rendering",
|
||||
"target": "CLAUDE.md"
|
||||
}
|
||||
},
|
||||
"resolutions": [
|
||||
{
|
||||
"detail": "",
|
||||
"detail": "Update several task statuses together; emit fewer, coarser progress events.",
|
||||
"steps": [
|
||||
"Do a chunk of work",
|
||||
"Then sync statuses in one pass"
|
||||
],
|
||||
"summary": "Batch hub writes \u2014 sync at checkpoints, not per event"
|
||||
},
|
||||
{
|
||||
"detail": "One scoped summary at session start beats many broad reads.",
|
||||
"steps": [],
|
||||
"summary": "TODO: capture the recommended resolution"
|
||||
"summary": "Orient once with get_domain_summary, don't re-query repeatedly"
|
||||
},
|
||||
{
|
||||
"detail": "See STATE-WP-0058 \u2014 stops the repeated ToolSearch for hub tools.",
|
||||
"steps": [],
|
||||
"summary": "Front-load hub tool knowledge via the State Hub skill"
|
||||
}
|
||||
],
|
||||
"schema_version": 1,
|
||||
@@ -57,6 +69,6 @@
|
||||
]
|
||||
},
|
||||
"status": "provisional",
|
||||
"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