app_structure_llm.txt 782 B

123456789101112131415161718192021
  1. # App Structure - Claude Code Source Snapshot
  2. # Last updated: 2026-03-31
  3. ## Repositories
  4. - GitHub: https://github.com/paoloanzn/claude-code
  5. ## Backend (Supabase)
  6. - N/A
  7. ## Deployed Services (Railway)
  8. - N/A
  9. ## Environment Variables Required
  10. - USER_TYPE (optional; external/public build defaults to non-ant behavior)
  11. - CLAUDE_CODE_ENABLE_CFC (optional)
  12. - CLAUDE_CODE_REMOTE (optional)
  13. ## Notes
  14. - This repository is a reconstructed Bun CLI workspace built from a leaked TypeScript source snapshot.
  15. - The source build targets `src/entrypoints/cli.tsx` and emits `cli.js` via `bun run build`.
  16. - 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.