YOLO

Project Structure

Understanding YOLO's file organization and project structure 📁

The .yolo Directory

.yolo/
├── epics/        # Epic markdown files
├── features/     # Feature markdown files
├── tasks/        # Task markdown files
├── history.yaml  # Detailed history tracking
├── config.yaml   # YOLO configuration
└── templates/    # Custom templates

Key Files

history.yaml

Tracks your project's evolution and AI interactions

version: 1
entries:
  - timestamp: "2025-01-23"
    type: feature
    summary: "Add auth"

CHANGELOG.md

Automatically generated changelog from your history

## [1.0.0] - 2025-01-23
### Added
- User authentication
- API endpoints

README.md

Project overview and getting started guide

WISHES.md

Future improvements and feature requests

STRATEGY.md

Project roadmap and technical decisions

LLM_INSTRUCTIONS.md

Guidelines for AI interactions and custom prompts

File Templates

Epic Template

# Epic: [Title]
## Description
## Features
## Timeline

Feature Template

# Feature: [Title]
## Epic: [Link]
## Tasks
## Status

Task Template

# Task: [Title]
## Feature: [Link]
## Steps
## Done When