Skip to content

archive mode: keep sessions after the tool deletes them #1

Description

@youdie006

Some tools clean up old sessions on a schedule (Claude Code's retention setting). Today that also removes them from sessiondex, since we read what's on disk.

Goal: an opt-in archive mode that copies parsed sessions into the index's own store, so the tool's cleanup stops being your memory's expiry date.

  • snapshot current sessions into sessiondex's store
  • archived sessions stay searchable and brief-able after the original is gone
  • resume still needs the original file, so it degrades to brief for archived-only sessions

This is the headline pre-launch idea: "install early, lose nothing."

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions