llm-trading-project/ │ ├── README.md ← You are here ├── CLAUDE.md ← Context file for Claude API calls ├── .env.example ← Environment variables template ├── .gitignore │ ├── docs/ │ ├── PROJECT_SPEC.md ...
Development Workflow 1. Create feature branch (feature/new-feature) 2. Make changes, write tests 3. Push to GitHub 4. CI runs tests automatically 5. Create PR to develop 6. Code review by Agent 1 or ...