In plain English
This page is part of the technical reference. It keeps the expert detail but starts with a plain-language summary for first-time readers.
- Why this matters: AI risk can come from the whole arrangement, not one obvious model.
- What to look for: data, memory, routes, adapters, tools, evaluators, updates, and rollback paths.
- Technical version below: the expert terminology remains available and is linked through the glossary.
UAI Memory Reorganization v1.21.0
Cognivirus.com refreshed the local .uai memory package so future agents can load current project state, verify report coverage, and continue from the correct next-recursive prompt.
Direct answer
The .uai package is now treated as an active handoff surface, not a historical changelog pile. Current state lives in hot memory files. Full report bodies remain in /docs/source-reports/. Long-term memory points to durable files with stable IDs, summaries, authority, review status, proof of use, and checksums.
What changed
| Area | Repair |
|---|---|
| Next recursive prompt | .uai/next-recursive-prompt.uai now reflects v1.21.0 and requires every final handoff report to display a suggested next prompt. |
| Read order | AGENTS.md, .uai/readme.human, .uai/startup-packet.uai, .uai/receiver-brief.uai, and .uai/index.uai now name the same startup sequence. |
| Long-term memory | .uai/long-term-memory.uai and .uai/report-pointer-index.uai now mirror all preserved source reports from docs/report-coverage-inventory.json. |
| File Handoff | .uai/intake-outcome-ledger.uai records active bucket scan evidence and confirms no pending files remain. |
| UAIX package manifest | .uai/manifest.uaix.json and .uai/exports/manifest.json now provide package inventory and required-file visibility. |
| Validation | A new local check verifies recursive prompt freshness, report pointer coverage, manifest presence, and active bucket state. |
Boundary
The .uai files are local project memory. They are not runtime authority, certification evidence, hosted import behavior, autonomous synchronization, or permission to override current human instructions.
How to continue
Future maintainers should read the root AGENTS.md, then .uai/startup-packet.uai, .uai/index.uai, .uai/short-term-memory.uai, .uai/next-recursive-prompt.uai, and the report pointer ledger before modifying report-derived content.