Skip to content

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:

  1. Filesystem ContextDB for resumable memory across sessions.
  2. Unified wrapper flow so you still run codex, claude, or gemini directly.

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"