# TinyRustLM Docs and UAI Memory

> Durable report archive, long-term memory, and .uai file-memory routes for the TinyRustLM plain PHP project site.

- Site: TinyRustLM
- Canonical: https://TinyRustLM.mirust.com/docs/
- Version: 1.3.0
- Updated UTC: 2026-06-29T22:59:10Z

## Primary actions

- [Open long-term memory](/docs/long-term-memory.md)
- [Open report index](/docs/report-index.md)
- [Open .uai index](/.uai/index.uai)

## What lives here

The docs folder preserves the report bodies and long-term project memory that support the public TinyRustLM site. The .uai folder acts as compact agent memory and deep-links into these durable Markdown targets instead of duplicating all report text inside hot memory files.

- Report bodies in /docs/reports/
- Long-term memory in /docs/long-term-memory.md
- Pointer ledger in /.uai/long-term-memory.uai
- File handoff state in /.uai/file-handoff.uai

## How agents should read it

Start with /.uai/index.uai, then read /.uai/startup-packet.uai, /.uai/short-term-memory.uai, and /.uai/long-term-memory.uai. Use /docs/report-index.md to locate full source reports only when needed.

- Load hot .uai files first
- Follow pointer records to docs
- Avoid bulk-loading all reports unless the task requires it
- Keep report bodies in docs and summaries in .uai
