# cc_study2 **Repository Path**: weibobo/cc_study2 ## Basic Information - **Project Name**: cc_study2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-31 - **Last Updated**: 2026-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Claude Code CLI > **For Learning Purposes Only** - This is a partial repository checkout for study. ## Overview This is the source code of Anthropic's official CLI for Claude. It's a TypeScript application built with: - **Bun** - JavaScript runtime and bundler - **React with Ink** - Terminal UI rendering - **TypeScript** - Type safety ## Note This is a partial repository checkout containing only the `src/` directory. Full build and test commands require the complete repository with `package.json`. ## Architecture - **Tools System** - Extensible tool implementations - **Commands System** - Slash command support - **Task System** - Background task management - **MCP Integration** - Model Context Protocol support ## Learning Focus Key areas to explore: - Tool pattern implementation in `src/tools/` - Command registration in `src/commands/` - State management with React in `src/state/` - Ink UI components in `src/components/`