CLAUDE.md
Repository Type
Development Commands
# Build TypeScript to dist/
npm run build
# Development mode (runs src/index.ts directly with tsx)
npm run dev
# Run tests
npm test # Run all tests
npm run test:watch # Watch mode
npm run test:coverage # With coverage report
# Run a single test file
npx jest src/__tests__/context-building.test.ts
# Linting and formatting
npm run lint # ESLint
npm run lint:fix # Auto-fix lint issues
npm run format # Prettier
make lint # Run both lint and formatArchitecture
Core Flow
Key Files
File
Purpose
MCP Tools
Session Management
Streaming Progress
Structured Output (Codex 0.87+)
Important Implementation Details
Command Execution
Codex Command Structure
Environment Variables
TypeScript Configuration
Last updated
Was this helpful?