Brownfield Guide
Add YOLO Developer to an existing repository by scanning for language, frameworks, and conventions.
Table of contents
When to Use Brownfield Mode
Use brownfield mode when you are integrating YOLO Developer into a project with existing code, tests, and conventions.
Run the Scan
cd /path/to/existing/project
uv run yolo init --brownfield
YOLO will generate .yolo/project-context.yaml with detected structure, frameworks, and conventions.
Scan Without Changes
uv run yolo init --brownfield --scan-only
Re-Scan Later
yolo scan --refresh
Tips
- Use
--hintto guide detection for atypical projects. - Use
--non-interactivefor CI or scripted scans. - Review
.yolo/project-context.yamland refine any conventions as needed.