فهرست منبع

chore: remove outdated app_structure_llm.txt

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
paoloanzn 2 ماه پیش
والد
کامیت
95a56f58ba
1فایلهای تغییر یافته به همراه0 افزوده شده و 21 حذف شده
  1. 0 21
      app_structure_llm.txt

+ 0 - 21
app_structure_llm.txt

@@ -1,21 +0,0 @@
-# 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.