| 123456789101112131415161718192021 |
- # App Structure - Claude Code Source Snapshot
- # Last updated: 2026-03-31
- ## Repositories
- - GitHub: https://github.com/paoloanzn/claude-code
- ## Backend (Supabase)
- - N/A
- ## Deployed Services (Railway)
- - N/A
- ## Environment Variables Required
- - USER_TYPE (optional; external/public build defaults to non-ant behavior)
- - CLAUDE_CODE_ENABLE_CFC (optional)
- - CLAUDE_CODE_REMOTE (optional)
- ## Notes
- - This repository is a reconstructed Bun CLI workspace built from a leaked TypeScript source snapshot.
- - The source build targets `src/entrypoints/cli.tsx` and emits `cli.js` via `bun run build`.
- - Anthropic-internal `@ant/*` packages are treated as optional/external. Chrome integration is lazy-loaded so the default CLI startup path does not fail when those packages are unavailable.
|