Iterating towards optimal agentic performance.
Find a file
tegwick e237dcc622 session-memory: map signals to catalog recommendations via covers (WP-0010 follow-up)
Closes the gap where recurring_error suggestions showed generic 'Investigate'
instead of the curated recommendation. Added a covers[] field to SolutionPattern
(lowercase substrings a pattern's recommendation also applies to) + Catalog.find_for
(exact key first, then covers match against signal key+locus). Retro now resolves
recommendations through find_for. Tagged the read-before-edit pattern with
covers=['file has not been read','modified since read','file_not_read'] (v1.0.1).
Live: file-not-read suggestions across all repos now inherit 'Read the file before
Edit/Write'. 6 new tests; suite 158/158.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-07 21:09:44 +02:00
docs session-memory: denoise error fingerprints (WP-0006 follow-up) 2026-06-07 13:39:08 +02:00
session_memory session-memory: map signals to catalog recommendations via covers (WP-0010 follow-up) 2026-06-07 21:09:44 +02:00
tests session-memory: map signals to catalog recommendations via covers (WP-0010 follow-up) 2026-06-07 21:09:44 +02:00
workplans session-memory: weekly retro entrypoint + hub publish (AGENTIC-WP-0010) 2026-06-07 19:17:24 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-06-07 13:46:45 +02:00
.gitignore session-memory: distribute entrypoint + live verify (WP-0007 T05) 2026-06-07 15:25:20 +02:00
AGENTS.md session-memory: Read-before-Edit reflex + curated pattern (WP-0008) 2026-06-07 15:27:22 +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.