revert: remove overengineered summary salvage logic (#1718) (#1850)

The synthetic summary salvage feature created fake summaries from observation
data when the AI returned <observation> instead of <summary> tags. This was
overengineered — missing a summary is preferable to fabricating one from
observation fields that don't map cleanly to summary semantics.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alex Newman
2026-04-15 04:22:41 -07:00
committed by GitHub
parent 1d7500604f
commit d0fc68c630
7 changed files with 289 additions and 312 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "claude-mem",
"version": "12.1.1",
"version": "12.1.2",
"description": "Memory compression system for Claude Code - persist context across sessions",
"author": {
"name": "Alex Newman",