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-schema_thrash-schema_load",
|
||||
"name": "problem: schema thrash",
|
||||
"name": "Schema thrash: repeated ToolSearch",
|
||||
"polarity": "problem",
|
||||
"problem": "problem: schema thrash",
|
||||
"problem": "ToolSearch fires repeatedly within a session (seen in 81% of sessions) because the State Hub MCP tools are deferred and their schemas get re-loaded each time they are needed \u2014 pure overhead with no work value.",
|
||||
"provenance": {
|
||||
"detected_at": null,
|
||||
"evidence": {
|
||||
@@ -44,15 +44,22 @@
|
||||
},
|
||||
"rendering_hints": {
|
||||
"claude": {
|
||||
"note": "TODO: refine rendering",
|
||||
"target": "CLAUDE.md"
|
||||
}
|
||||
},
|
||||
"resolutions": [
|
||||
{
|
||||
"detail": "",
|
||||
"detail": "Resolve them by name in one ToolSearch (select:...) rather than searching ad hoc.",
|
||||
"steps": [
|
||||
"List the hub tools the session needs",
|
||||
"Load them once at the start"
|
||||
],
|
||||
"summary": "Load the tool schemas you'll need once, up front"
|
||||
},
|
||||
{
|
||||
"detail": "The skill carries the schemas so no per-use discovery is needed.",
|
||||
"steps": [],
|
||||
"summary": "TODO: capture the recommended resolution"
|
||||
"summary": "Adopt the State Hub skill that front-loads common hub tool signatures"
|
||||
}
|
||||
],
|
||||
"schema_version": 1,
|
||||
@@ -71,6 +78,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