memory-hygiene

Solid

Detects "stale-but-confident" memory entries — facts that were once verified but have silently drifted. Scans memory/*.md for entries past their staleness threshold and proposes re-verification or archival. Runs automatically as part of harvest-loop Step 0-c and on explicit invocation.

AI & Automation 8 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
32
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# memory-hygiene — Stale Memory Detection and Re-Verification > Addresses the "stale-but-confident" failure mode: verified information that silently drifts > while remaining highly ranked in retrieval — identified as a harness failure mode > in *Scaling the Harness in Agentic AI* (arXiv:2605.26112). > > **Sister asset**: arXiv:2607.01935 (*A-TMA: Decoupling State-Aware Memory Failures in Long-Term > Agent Memory*, Shi/Tang/Tung 2026) names this exact class "ghost memory" — outdated / current / > transitional facts intermixing during retrieval — and benchmarks it (LTP; conflict-accuracy +0.240, > temporal-F1 0.03→0.17 on LoCoMo with a bank-maintenance layer). It is the tighter external frame for > what memory-hygiene detects: this skill is the FH-native *detection + archival* pass over the same > failure A-TMA formalizes at the retrieval layer. (Source-verified 2026-07-03; a broader bounded-memory > testbed, arXiv:2607.02255 AgenticSTS, was considered and set aside — it targets context-assembly, not > staleness, so it is not the sister here.) FH is an online-first harness. Its memory entries point to live external resources (GitHub repos, arXiv records, Zenodo DOIs, monitoring routines). These drift faster than in offline systems — which makes hygiene both more necessary and more tractable (live re-verification is possible). ## Trigger Conditions ### Natural Language Triggers | Phrase | Intent | |---|---| | "memory check", "check stale memories" | Manual hygiene scan | | ...

Details

Author
chrono-meta
Repository
chrono-meta/forge-harness
Created
2 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

memory-hygiene

Objective-defect detector for the memory ecosystem (auto-memory + Odin brain). Runs scripts/memory-hygiene.py, which flags ONLY mechanically-verifiable rot - dangling/circular superseded_by refs, orphan memory files not linked from MEMORY.md, and an over-budget MEMORY.md - into a dated report, and exits non-zero when any are present. It never mutates memory. Use when the user says "memory hygiene", "check memory health", "memory rot", "scan memory for defects", or wants to know whether the memory store has accumulated objective defects. Do NOT use to consolidate/merge/delete/reword memory (that is judgement - use /dream); to recall a past fact (use /recall); or for operational function health (use /state-check).

10 Updated today
mishahanin
AI & Automation Listed

bettermemory

Verification-grade memory between sessions. Use bettermemory's MCP tools (memory_search, memory_show, memory_write, memory_verify, memory_record_use, etc.) instead of writing to files when the user asks you to "remember" something or references shared context from a past session. Default is to NOT call memory_search; only retrieve when the user references context you don't have ("my project", "the script we wrote") or a request is ambiguous in a way stored preferences could resolve. Every hit carries a staleness_verdict (calendar + path-drift + commit-drift); when it isn't "fresh", spot-check a claim before relying and call memory_verify to attest. Every use should record a claim_excerpt so retrievals stay auditable.

0 Updated today
0Mattias
AI & Automation Solid

meta-memory-review

Periodic self-optimization of the memory STRUCTURE (not its content). Review tier layout, dedupe, prune, and re-index the memory system.

2 Updated 3 days ago
0xUrsanomics