Unpack – a lightweight way to steer Codex/Claude with phased docs
Conversation-first workflow, but spec-driven AI coding is already a known pattern.
Sync & search Claude Code + Codex CLI conversation history in SQLite. Zero dependencies.
FTS5 search over 50K+ prompts is handy; incremental sync and zero dependencies keep it lightweight.
Developers using Claude Code or Codex CLI who want to revisit and search past coding conversations.
Claude Code · Codex CLI · Agent Relay
Details: - Imports history from Claude Code, Codex CLI, and Agent Relay into one SQLite DB - Incremental sync — only reads new bytes on re-run - FTS5 full-text search across all your prompts - Drill-down workflow: search → show full prompt → see session context → resume conversation - Runs as a launchd/cron job for continuous sync
Conversation-first workflow, but spec-driven AI coding is already a known pattern.
Cross-agent workstreams with exact transcript binding beat native /resume.
SQLite as agent messaging layer means zero network overhead, no daemon running.
Clever use of Claude Channels to push messages—nobody else bridged these two agents yet.
Yet another session sharer in a space where screenshots already dominate.
Yet another session exporter in a space where screenshots already dominate.