Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.46 KB

File metadata and controls

34 lines (26 loc) · 1.46 KB

Documentation

Last reviewed: 2026-05-02.

Docs are split into three simple buckets:

  • guides/ - how to use AFS.
  • reference/ - CLI, API, SDK, and MCP contracts.
  • internals/ - current architecture, repo map, and performance notes.

docs/ describes the current state of the app and repo. Active plans, future work, and archived planning notes live under root ../plans/.

Start Here

Rules

  • Current behavior goes in guides/, reference/, or internals/.
  • Future work and active implementation plans go in root plans/, not docs/.
  • Accepted decisions that should not be relitigated go in internals/decisions/ as short ADRs.
  • Do not create dated trackers, backlog files, proposal folders, or plan folders under docs/.
  • Raw benchmark output belongs outside the repo, usually under /tmp; summarize durable conclusions in internals/performance.md.