Skip to content

SQLite backing store instead of a markdown file? #5

Description

@than

Consider a SQLite store instead of a plain markdown file.

Only worth it for the multi-session / shared-queue clobber case: several Claude Code sessions writing one SIDECAR.md and overwriting each other.

Cost: Claude can no longer just Edit a file (needs a CLI/tool), and the human loses 'just cat it.' Topology unclear — revisit only if concurrent writes actually bite. A partitioned-file approach (one fragment per session, merged view) may beat a DB.

Parked from the sidecar dogfood queue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions