From 760d72bff89a9983ea789d489eeacf27d8a1741d Mon Sep 17 00:00:00 2001 From: forkwright Date: Sat, 5 Sep 2026 20:48:44 -0500 Subject: [PATCH] docs(agents): fix stale mneme-owns-Datalog claim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AGENTS.md's Purpose line still described mneme as consuming heurēma 'for Datalog', which reads as mneme owning a Datalog query surface. README.md and lib.rs already carry the corrected claim (heurēma owns the engine as akolouthia; mneme is the memory-policy layer over it) as of db1cc21 (2026-08-16) -- AGENTS.md predates that fix by one day and was missed. No behavior change; docs only. --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 3b3ad0e..18cdb60 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -8,7 +8,7 @@ tightens: phase-specific dispatch prompts may override defaults with justificati ## Purpose -heurēma is a fleet substrate providing HNSW vector, BM25 full-text, persistence, and reciprocal-rank-fusion primitives: the `heurema` trait + RRF crate plus its `thesauros` (durable) and `atmis` (in-memory) `PersistenceBackend` sibling crates. Consumed externally by fleet query engines (`pinax` for SQL, `mneme` for Datalog) and by aletheia's `krites` memory stack (per ADR-003: aletheia's memory stack stays internal but is free to adopt heurēma when it chooses). +heurēma is a fleet substrate providing HNSW vector, BM25 full-text, persistence, and reciprocal-rank-fusion primitives: the `heurema` trait + RRF crate plus its `thesauros` (durable) and `atmis` (in-memory) `PersistenceBackend` sibling crates. Consumed externally by `pinax` for SQL and by `mneme`, the memory-*policy* layer (admission, retention, lifecycle rules) built over heurēma's own Datalog engine, `akolouthia` — mneme is not a second engine (see README.md's Non-goals) — and by aletheia's `krites` memory stack (per ADR-003: aletheia's memory stack stays internal but is free to adopt heurēma when it chooses). Agents working here: