10 drills covering remember, recall (semantic / by-type / by-tag / temporal), update_memory, forget, deduplicate_memories, backfill_embeddings, and remember with TTL. Requires ยง0 fixture import to be complete.
aperio-exam. Wait ~10s after import before running semantic recall drills (1.2).Paste each prompt into Aperio's chat. Click Pass when the right tool fires and the result matches the โ expected outcome. Scores save automatically.
remember fires; a new fact/preference memory is saved and shown in the sidebar.recall (semantic) returns the "Nimbus uses NATS for events, not Kafka" decision; answer cites the NATS-over-Kafka rationale.recall with type: decision; returns the NATS, Postgres+Redis, Fly.io, and SLO decisions.recall filtered by tag redis; returns the Postgres+Redis decision and the Redis connection-storm solution.recall then update_memory on the coffee preference; a new version is created and the old one tombstoned.deduplicate_memories with dry_run:true; flags the two tab-indentation preferences (duplicate-probe pair) as near-duplicates.recall then forget by id; the coffee memory disappears from the sidebar.backfill_embeddings runs and reports how many were generated (often 0 if ยง0 already backfilled).recall with as_of parameter; returns the original oat-milk-flat-white preference (the tombstoned row), not the cortado.remember with a valid expires_at (โฅ1 hour in the future); the memory is saved with a TTL.