ReferenceDemonstratedv1.10.0

UAI Memory Map

UAI memory placement used by this package
AGENTS.md
read-order pointer
.uai/
typed project memory
.uai/long-term-memory.uai
durable pointer ledger
/docs
reports, summaries, feedback
/content
public site pages
/tests
validation evidence
schematic · .uai dogfood memory

The package memory points to the evidence, not around it.

AGENTS.md points the receiver into .uai. Long-term memory points into /docs. Source reports remain preserved as reports, while .uai records what was used, where, and why.

Evidence levelDemonstrated

This release includes a repository-local .uai memory package. The package is intended to help future maintainers and agents resume work without confusing source reports, public pages, safety boundaries, and release state.

FileRole
.uai/startup-packet.uaiFirst packet for a receiver.
.uai/system-profile.uaiOperating profile for collaboration and memory use.
.uai/receiver-brief.uaiRead order and first-response expectations.
.uai/short-term-memory.uaiCurrent hot state.
.uai/long-term-memory.uaiPointer ledger for durable source and memory files.
.uai/file-handoff.uaiActive file-handoff setup and buckets.
.uai/intake-outcome-ledger.uaiDisposition and proof-of-use for uploaded reports.
.uai/memory/source-reports/*.uaiPer-report durable memory summaries.
.uai/totem.uaiPositive active instruction anchor.
.uai/taboo.uaiProhibited claims and actions.
.uai/talisman.uaiActive runtime caution and change-control anchor.
.uai/next-recursive-prompt.uaiContinuation prompt derived from the current state.

Rule

Hot .uai memory records current project truth. Bulky source material belongs in durable docs, archives, source reports, and pointer-ledger targets.