- Project Status & Quick Start - Current state and how to run
- Development Environment - Setup instructions
- Product Brief - What this bot does
- Architecture - System design
- Operations & Safety - Safety mechanisms
- OpenAI API Guide - API usage patterns
- YC UI Structure - Browser automation details
- Event Schema - Logging format
- Project Structure - Code organization
- Engineering Guidelines - Clean code practices
- Testing & Quality - Test strategy
A bot that automates finding co-founders on YC's Startup School platform by:
- Browsing profiles automatically using Playwright
- Evaluating matches with GPT-4 AI
- Messaging high-quality candidates
✅ Core functionality working - Browser automation, AI evaluation, and messaging all functional
⚙️ Configuration needed - Set YC credentials and OpenAI API key in .env
📋 One known fix applied - Removed unsupported response_format parameter for GPT-4
docs/
├── README.md # This file
├── core/ # Product & design docs
├── technical/ # Implementation details
├── development/ # Dev setup & guidelines
└── archive/ # Historical/outdated docs
- CLAUDE.md (root) - AI assistant instructions
- README.md (root) - Project overview
- .env.example - Configuration template