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-success-clean_pass-outcome",
|
||||
"name": "cross-flavor success: clean pass",
|
||||
"name": "Clean pass: tests green, no retries",
|
||||
"polarity": "success",
|
||||
"problem": "cross-flavor success: clean pass",
|
||||
"problem": "The target session shape: ends in success, runs the test suite, with no errors and no retries \u2014 resolves cheaply and reliably. Seen across many sessions and both Claude and Grok (the highest-value pattern to reinforce).",
|
||||
"provenance": {
|
||||
"detected_at": null,
|
||||
"evidence": {
|
||||
@@ -60,19 +60,26 @@
|
||||
},
|
||||
"rendering_hints": {
|
||||
"claude": {
|
||||
"note": "TODO: refine rendering",
|
||||
"target": "CLAUDE.md"
|
||||
},
|
||||
"grok": {
|
||||
"note": "TODO: refine rendering",
|
||||
"target": "instructions"
|
||||
}
|
||||
},
|
||||
"resolutions": [
|
||||
{
|
||||
"detail": "",
|
||||
"detail": "A passing suite is the cheapest proof the change works.",
|
||||
"steps": [
|
||||
"Make the change",
|
||||
"Run the suite",
|
||||
"Only then report done"
|
||||
],
|
||||
"summary": "Run the test suite before declaring done; let green gate completion"
|
||||
},
|
||||
{
|
||||
"detail": "Small verified steps beat large unverified ones that bounce.",
|
||||
"steps": [],
|
||||
"summary": "TODO: capture the recommended resolution"
|
||||
"summary": "Work incrementally and verify as you go to avoid retries"
|
||||
}
|
||||
],
|
||||
"schema_version": 1,
|
||||
@@ -98,6 +105,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