# TinyRustLM Legacy Runtime Archive

The standalone runtime documentation lane has been absorbed into TinyRustLM.MiRust.com.

Use this archive for historical implementation evidence only. The current developer portal is:

- <https://tinyrustlm.mirust.com/developer-portal/>

The current browser-local app is:

- <https://TinyRustLM.com/>

## What Was Preserved

The archive keeps the former runtime documentation corpus as static reference material:

- implementation docs
- report memory
- source-memory notes
- web-research notes
- dogfood notes
- package metadata
- page registry export
- llms exports
- sitemap, version, and health markers

The preservation manifest records byte counts and SHA-256 checksums:

- [MANIFEST.md](MANIFEST.md)

## Current Reading Order

1. [Developer portal](/developer-portal/)
2. [Current docs home](/docs/)
3. [Long-term memory](/docs/long-term-memory.md)
4. [Report index](/docs/report-index.md)
5. [Preservation manifest](MANIFEST.md)
6. [Implementation docs archive](runtime-docs/implementation/index.md)
7. [Former page registry](runtime-pages.json)

## Boundary

This archive is not a second live product site. It is retained so links, evidence, and agent memory remain auditable while TinyRustLM.MiRust.com becomes the single developer documentation home.

Project servers do not run user model bytes. Project servers do not serve runnable user model bytes. TinyRustLM.com remains browser-local and accepts local `.slm` imports through the browser file picker.
