List notes not edited in stale_days days — the v3.10 forgetting-aware
"what's gone stale in my vault?" surface. Lets an agent proactively flag (or
refresh) aged facts rather than recalling them as if current (the Memora
frontier — see computeStaleness in src/staleness.ts).
Cheap: a single metadata pass over vault.listMarkdown() mtimes — NO
readNote (so it's not a whole-vault content scan). Sorted oldest-first so
the most-stale notes surface at the top.
List notes not edited in
stale_daysdays — the v3.10 forgetting-aware "what's gone stale in my vault?" surface. Lets an agent proactively flag (or refresh) aged facts rather than recalling them as if current (the Memora frontier — seecomputeStalenessinsrc/staleness.ts).Cheap: a single metadata pass over
vault.listMarkdown()mtimes — NOreadNote(so it's not a whole-vault content scan). Sorted oldest-first so the most-stale notes surface at the top.