┌──────────────────────────────────────────────────────────────────┐
│ SCENARIO: Gemini → Claude handoff │
├──────────────────────────────────────────────────────────────────┤
│ │
│ 1. You worked 3 hours in Gemini CLI │
│ → Gemini saved chats to ~/.gemini/tmp/*/chats/*.json │
│ │
│ 2. Switch to Claude Code │
│ $ niia session read latest --tool gemini │
│ → See full Gemini conversation │
│ │
│ 3. Or search for the specific topic │
│ $ niia session search "the bug we discussed" │
│ → Finds it in Gemini session, shows context │
│ │
│ 4. Claude now has the context to continue │
│ → No re-explaining. No lost context. │
│ │
└──────────────────────────────────────────────────────────────────┘