Skip to content

Latest commit

 

History

History
164 lines (115 loc) · 4.12 KB

File metadata and controls

164 lines (115 loc) · 4.12 KB

Project Rules

This file tells Ralph Loop agents how your project is structured. Fill in every section. Agents read this before every session to understand your project's architecture, conventions, and commands.

Keep this file under 200 lines for optimal agent context usage.

Project Overview

Agent Rules File

path:

Architecture

Project Layout

src/
├── ...

State Management

Dependency Injection

Naming Conventions

Key Frameworks & Libraries

Commands

Install Dependencies

Run Tests

# Run all tests

# Run a single test file

# Run with coverage

Build

Run / Dev Server

Lint / Analyze

Code Generation

# Run code generators (leave blank if none)

Other Commands

# Format, migrate, seed, deploy, etc.

Architecture Documentation

docs:
  -

Component / Widget Registry

registry:

Localization

File Paths

specs_dir: docs/specs/
implementation_plan: docs/IMPLEMENTATION_PLAN.md
spec_registry: ralph/SPEC_REGISTRY.md

Additional Rules