┌──────────────────────────────────────────────────────────────────────────────┐
│ │
│ ╭─────╮╭─────╮ ╭───╮╭───╮╭───╮╭───────╮╭───────╮╭───────╮╭───────╮ │
│ │ ╭───╯│ ╭───╯ │ ╭╮╯│ ╭─╯╰─╮ ││ ╭─╮ ╭─╯│ ╭─╮ ╭─╯│ ╭───╮ ││ ╭─╮ ╭─╯ │
│ │ │ │ │ ╭────│ ││ │ │ ╭─╯ ││ ╰─╯ │ │ ╰─╯ │ │ │ │ ││ ╰─╯ │ │
│ │ ╰───╮│ ╰───╯ │ ╰╯╭╯ ╰──╯ ╭─╯│ ╭─╮ │ │ ╭─╮ │ │ ╰───╯ ││ ╭─╮ │ │
│ ╰─────╯╰─────╯ ╰───╯╰──────╯ ╰─╯ ╰─╯ ╰─╯ ╰─╯ ╰───────╯╰─╯ ╰─╯ │
│ │
│ Create multiple isolated Claude Code variants with custom providers │
│ │
└──────────────────────────────────────────────────────────────────────────────┘
docs/
├── README.md ← You are here
├── TWEAKCC-GUIDE.md # 🔧 tweakcc integration notes
├── features/
│ └── mirror-claude.md # 🪞 Pure Claude Code variant
└── architecture/
└── overview.md # 🏗️ System architecture
┌──────────────┬────────────────────┬──────────────┬────────────┐
│ Provider │ Model │ Auth Mode │ Prompt Pack│
├──────────────┼────────────────────┼──────────────┼────────────┤
│ kimi │ kimi-for-coding │ API Key │ ✗ │
│ minimax │ MiniMax-M2.5 │ API Key │ ✓ Full │
│ zai │ GLM-5/4.7/4.5-Air │ API Key │ ✓ Full │
│ openrouter │ You choose │ Auth Token │ ✗ │
│ vercel │ Vercel gateway │ Auth Token │ ✗ │
│ ollama │ Local + cloud │ Auth Token │ ✗ │
│ nanogpt │ Anthropic compat │ Auth Token │ ✗ │
│ ccrouter │ Local LLMs │ Optional │ ✗ │
│ mirror │ Claude (native) │ OAuth/Key │ ✗ Pure │
│ gatewayz │ GatewayZ gateway │ Auth Token │ ✗ │
└──────────────┴────────────────────┴──────────────┴────────────┘