# Deployment and Inspection Resources

> Deployable, file-backed, inspectable.

## Technical model

- Plain PHP includes.
- One CSS file.
- One JavaScript file.
- One optional worker file.
- Static JSON, Markdown, text, and UAI files.
- No database.
- No Composer.
- No npm install.
- No CDN scripts.
- No external runtime dependencies.
- No analytics scripts.

## Host assumptions

- PHP 8.1 or newer.
- HTTPS recommended.
- Static caching for CSS, JS, JSON, and Markdown.
- Upload files directly to a PHP-capable web root.

## Validation

Run `php -l` on PHP files, smoke test routes with a local PHP server, confirm Markdown negotiation, and verify the zip is root-flat.


## UAI and docs surfaces

The deployment package includes `.uai` startup, receiver, file-handoff, long-term pointer, report pointer, and durable docs index files. The `/docs` directory contains report bodies, source research, long-term memory instructions, and preservation ledgers.
