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 14 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
39
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
3 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

memory-hygiene

Maintain the health of project memory — archiving stale entries past their useful life, catching and flagging conflicting facts, validating that memory entries are still accurate, and cleaning up redundant checkpoints after consolidation. Use periodically as a maintenance pass (paired with memory-consolidation), when memory-recall surfaces a conflict between two entries, or when project memory has grown large enough that retrieval feels noisy.

1 Updated 1 months ago
NITISH-R-G
AI & Automation Listed

memory-hygiene

Use when auditing, pruning, correcting, refreshing, or automatically applying approved evidence-based cleanup to native harness memory.

5 Updated 2 days ago
lawzava
AI & Automation Listed

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).

11 Updated 2 days ago
mishahanin