Memory & Reports

This page explains the public memory layer packaged with the site. The project now ships a root /.uai/ folder for hot project memory and a root /docs/ folder for durable report bodies, implementation docs, and the published long-term memory ledger.

Primary memory routes

RoutePurpose
/docs/index.mdDurable documentation index for reports, research, implementation docs, source-memory pages, and dogfood notes.
/docs/reports/index.mdIndex of source-backed report memory extracted from the review bundle.
/docs/long-term-memory.uaiPublished copy of the long-term pointer ledger with public-docs overlay.
/.uai/docs-routing.uaiHot deep-link map from .uai memory to every durable report and memory file.
/.uai/long-term-memory.uaiActive long-term pointer ledger.
/.uai/file-handoff.uaiAgent File Handoff configuration and active intake rules.

Why reports live in /docs instead of hot .uai files

The site follows the file-handoff pattern: .uai files carry current routing, synthesis, pointer records, checksums, and startup guidance. Full report bodies live in durable Markdown under /docs/, where humans and agents can deep-link exact sources without overloading the startup memory layer.

Included durable memory

Agent startup rule

For memory-aware work, start with /.uai/index.uai, then /.uai/docs-routing.uai, then /.uai/long-term-memory.uai. Open the durable report or research body only when the current task needs that evidence.