Skip to content

Latest commit

 

History

History
92 lines (73 loc) · 5.13 KB

File metadata and controls

92 lines (73 loc) · 5.13 KB

Loop Documentation

Welcome to the part of the project where we admit future-you exists.

This documentation is organized by audience and workflow, not by who happened to write the last markdown file at 2:13 AM.

Choose Your Path

If you are... Start here Then go to
New to Loop User Guide Learning Paths
Building features Developer Guide Workflow Cookbook
Debugging internals Internals Runtime Walkthrough
Looking for architecture rationale Concepts System Principles
Looking up exact commands Reference Command Reference

Documentation Map

User-Facing

Developer-Facing

Architecture and Internals

Operational and Recovery

Reference

Reference and Specifications

Documentation Principles

  1. Behavior over aspiration: document what exists and runs.
  2. Workflow over component: prefer "how to get outcome X" over "here is a list of modules".
  3. Reproducibility over vibes: include concrete commands and expected outputs.
  4. Honesty over smoothness: if something is sharp, say so plainly.
  5. Friendly precision: direct writing, with enough personality that reading it does not feel like filing taxes.

Suggested Reading Order

  1. Concepts: Mental Model
  2. Concepts: System Principles
  3. User Guide
  4. Developer Setup
  5. Internals Architecture
  6. Troubleshooting

Scope Note

The docs in this folder are the operational surface. Deep design history and migration rationale still live in long-form docs such as:

  • docs/unified-rlm-library-design.md
  • docs/lean-formal-verification-design.md
  • docs/migration-spec-recurse.md
  • docs/migration-spec-rlm-claude-code.md

Those are excellent references; they are not where a newcomer should start unless they really enjoy scrolling.

For live implementation status and active backlog, use:

  • bd status / bd ready
  • docs/execution-plan/STATUS.md
  • docs/execution-plan/TASK-REGISTRY.md