Ditching context compaction: an agent that keeps its working memory in editable SQLite records
A build debrief on swapping session-history compaction for a queryable context store: live SQLite records the agent revises via transactions, retired items pushed to a vector store.