Quick Start
Key Guidelines
- Verify syntax after editing any Python file:
.venv/bin/python -m py_compile octo/<file>.py - Follow existing patterns — the codebase is consistent
- Lazy-import heavy dependencies inside factory functions
- One change per PR — keep PRs small and focused
Common Changes
| Change Type | Files to Update |
|---|---|
| New LLM provider | config.py, models.py, wizard/onboarding.py, wizard/validators.py, wizard/doctor.py, README.md |
| New slash command | cli.py, ui.py |
| New built-in tool | tools/, graph.py |
Reporting Issues
- Check existing issues first
- Include: Python version, OS, error traceback, steps to reproduce
- For model/provider issues: include the model name and provider

