Roosevelt Docs
Roosevelt Docs
Welkom
Architecture
Workflows
Infrastructure
AI & Automation
API Reference
Design System
Guides
GuidesGetting StartedNieuw Project OpzettenContributing

Guides

Getting started, project setup en troubleshooting

Guides

Praktische handleidingen voor het werken met het Roosevelt platform.

Getting Started

  1. Clone de repository: git clone git@github.com:roosevelt/roosevelt-ops.git
  2. Installeer dependencies: pnpm install
  3. Start development: pnpm dev

Development Workflow

# Start een CLEO sessie
cleo session start --scope epic:T001 --auto-focus
 
# Bekijk je huidige taak
cleo focus show
 
# Voltooi een taak
cleo complete T###
 
# Eindig je sessie
cleo session end --note "Progress notes"

Conventions

  • Commits: type(scope): description (conventionele commits)
  • Branches: feature/beschrijving, fix/beschrijving
  • Tests: TDD — schrijf eerst tests, dan implementatie
  • Coverage: Minimaal 80% test coverage

Previous

Figma Handoff

Next

Guides

On this page

GuidesGetting StartedDevelopment WorkflowConventions