rex-ai-boot¶
rex-ai-boot is a local-first workflow layer for three CLI agents:
- Codex CLI
- Claude Code
- Gemini CLI
It adds two practical capabilities without replacing native CLIs:
- Filesystem ContextDB for resumable memory across sessions.
- Unified wrapper flow so you still run
codex,claude, orgeminidirectly.
What Problems It Solves¶
- You can resume work with context after terminal restarts.
- You can keep memory per project (git-root scoped).
- You can hand off work across different CLI tools using the same context packet.
Quick Command Preview¶
# interactive mode (same commands, context injected automatically)
codex
claude
gemini
# one-shot mode (full 5-step pipeline)
scripts/ctx-agent.sh --agent codex-cli --prompt "Continue from latest checkpoint"