### Install Dependencies Source: https://github.com/yasasbanukaofficial/claude-code/blob/main/README.md Command to install project dependencies using npm. ```bash npm install ``` -------------------------------- ### Example Sourcemap JSON Structure Source: https://github.com/yasasbanukaofficial/claude-code/blob/main/README.md Illustrates the typical structure of a sourcemap file, highlighting the 'sourcesContent' key which contains the original source code. ```json { "version": 3, "sources": ["../src/main.tsx", "../src/tools/BashTool.ts", "..."], "sourcesContent": ["// The ENTIRE original source code of each file", "..."], "mappings": "AAAA,SAAS,OAAO..." } ``` -------------------------------- ### Build the Project Source: https://github.com/yasasbanukaofficial/claude-code/blob/main/README.md Command to build the project using npm. ```bash npm run build ``` -------------------------------- ### Run the CLI Source: https://github.com/yasasbanukaofficial/claude-code/blob/main/README.md Command to run the built CLI application using Node.js. ```bash node dist/main.js ``` -------------------------------- ### Clone the Repository Source: https://github.com/yasasbanukaofficial/claude-code/blob/main/README.md Command to clone the project repository from GitHub. ```bash git clone https://github.com/your-username/claude-leaked.git cd claude-leaked ``` -------------------------------- ### Add MCP Code Explorer Source: https://github.com/yasasbanukaofficial/claude-code/blob/main/README.md Command to add the code-explorer MCP server for exploring the source code. ```bash claude mcp add code-explorer -- npx -y claude-code-explorer-mcp ``` -------------------------------- ### Project Directory Structure Source: https://github.com/yasasbanukaofficial/claude-code/blob/main/README.md Overview of the source code organization within the project. ```text src/ ├── main.tsx # CLI Entrypoint (Commander.js + React/Ink) ├── QueryEngine.ts # Core LLM logic ├── Tool.ts # Base tool definitions ├── tools/ # 40+ Agent tools (Bash, Files, LSP, Web) ├── services/ # Backend (MCP, OAuth, Analytics, Dreams) ├── coordinator/ # Multi-agent orchestration (Swarm) ├── bridge/ # IDE Integration layer └── buddy/ # The secret Tamagotchi system ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.