feat(mnemosyne): implement discover() — serendipitous entry exploration (#1271) #1290
Reference in New Issue
Block a user
Delete Branch "burn/20260412-1202-mnemosyne"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #1271
What
Probabilistic entry selection weighted by vitality decay. Surfaces forgotten entries for rediscovery.
Implementation
archive.py:discover()method (68 lines)prefer_fading=Truesurfaces neglected entriesprefer_fading=Falsesurfaces vibrant entriescli.py:mnemosyne discoversubcommand-n COUNT: number of entries to surface-t TOPIC: filter by topic--vibrant: surface active entries instead of fading onesWIP
Tests not yet written. FEATURES.yaml not updated. Ready for review and iteration.