Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 3.5 KB

File metadata and controls

50 lines (36 loc) · 3.5 KB

Drafto Documentation Index

Entry point for engineers (and coding agents) working in this repo. For the user-facing overview read the repo README.md. For day-to-day working rules (worktrees, SOLID, testing checklist, production safety) read CLAUDE.md.

Where to find things

If you want to… Go to
Understand what a feature does and where it lives in code features/
Understand the system shape (monorepo, data flow, envs) architecture/
Run tests, builds, releases, migrations, or set up a box operations/
Understand why a technology / pattern was chosen adr/
Read historical plans (completed, superseded — do not use) archive/

Features

One brief per functional area. Each brief lists the current state, code paths on every platform, related ADRs, and how to verify a change.

Architecture

Operations

ADRs

See adr/README.md for the full index. An append-only decision log.

Conventions for agents writing docs

  • Features docs follow a fixed template (status, current state, code paths, ADRs, cross-platform notes, modifying safely, verify). Keep them navigational — link to ADRs for rationale, link to operations for commands; do not repeat.
  • ADRs are append-only. If a decision reverses, file a new ADR and mark the old one Superseded by NNNN.
  • Historical plans live in archive/. Never edit archived content; never treat it as source of truth.