Iterating towards optimal agentic performance.
Find a file
tegwick 97379e9658 session-memory: error-body mining into digest (WP-0006 T01)
build_digest now extracts normalized error fingerprints + samples from failed
events (error kind + failing tool_result bodies) into a durable error_snippets
list — paths/numbers/uuids/addrs stripped so the same error collapses to one
fingerprint with a count; Python traceback header skipped in favour of the real
exception line. Durable in Tier 2 (survives Tier 1 eviction). SCHEMA_VERSION ->
2 (re-ingest needed to populate). 7 new tests; suite 95/95 green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-07 12:45:01 +02:00
docs session-memory: friction assessment + hardened catalog (WP-0005 T03) 2026-06-07 11:18:27 +02:00
session_memory session-memory: error-body mining into digest (WP-0006 T01) 2026-06-07 12:45:01 +02:00
tests session-memory: error-body mining into digest (WP-0006 T01) 2026-06-07 12:45:01 +02:00
workplans session-memory: error-body mining into digest (WP-0006 T01) 2026-06-07 12:45:01 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-06-07 11:59:38 +02:00
.gitignore session-memory Phase 0: normalized schema (T01) + Claude adapter (T02) 2026-06-06 19:06:10 +02:00
AGENTS.md AGENTIC-WP-0001: complete T02 + close bootstrap workplan 2026-06-07 10:15:23 +02:00
INTENT.md Seeded with intent 2026-06-05 23:58:21 +02:00
LICENSE Initial commit 2026-06-05 21:43:17 +00:00
README.md Update README.md 2026-06-05 21:43:41 +00:00
SCOPE.md Statehub registration 2026-06-06 00:10:52 +02:00

Iterating towards optimal agentic performance.