personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(retention): clarify scope is raw media only, not chronicles

Prevent future sessions from extrapolating the 7-day default to chronicle
JSONL or other derived journal data. The talents-rename shim sunset was
reasoned from exactly this misreading.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+5
+5
think/retention.py
··· 9 9 - days: delete raw media after N days, once processing is complete (default: 7) 10 10 - processed: delete raw media as soon as processing completes 11 11 12 + Scope: raw media ONLY. Chronicle JSONL, derived outputs, talents/ directories, 13 + and all other journal content persist indefinitely and are never touched by 14 + retention. Do not extrapolate the "7 days" default to any other data — it is 15 + specific to raw media purging. 16 + 12 17 Safety invariant: never delete raw media from segments that haven't finished 13 18 processing. All completion checks must pass before any deletion. 14 19 """