Deployment resources
Deployable, file-backed, inspectable.
Upload the root files to a PHP-capable web root. The site uses plain PHP includes, one CSS file, one JavaScript file, static JSON, Markdown, and a worker script.
Technical model
No Composer
No packages, autoloaders, migrations, or vendor folder.
No npm
No bundler, transpiler, framework, or package lock.
No analytics scripts
No tracking pixels or external runtime calls are required.
Route directory
All core routes are ordinary PHP pages and ordinary links.
Home
A public map for governed AI memory: bounded packets, explicit authority, lineage, and reversible lifecycle states.
/ · Markdown mirror: /content/pages/index.md
Observatory
A native-web visualization of bounded packet flow across human and machine-readable memory lanes.
/observatory.php · Markdown mirror: /content/pages/observatory.md
Atlas
A source-grounded map of domain lanes, source-of-truth boundaries, and prohibited authority transfers.
/atlas.php · Markdown mirror: /content/pages/atlas.md
Architecture
Separate lanes, interoperable packets, and explicit authority transfer rules for governed memory.
/architecture.php · Markdown mirror: /content/pages/architecture.md
Systems
Short-term handoff, structural governance, machine-readable exchange, and human-facing education memory.
/systems.php · Markdown mirror: /content/pages/systems.md
Lifecycle
Eight bounded states from capture through retire or promote, each carrying source, scope, authority, and expiry.
/lifecycle.php · Markdown mirror: /content/pages/lifecycle.md
Schemas
Machine-readable memory packets that carry their limits, lineage, constraints, and allowed use.
/schemas.php · Markdown mirror: /content/pages/schemas.md
Native Lab
Feature-detected native HTML, CSS, JavaScript, and PHP surfaces with accessible fallback behavior.
/native.php · Markdown mirror: /content/pages/native.md
Share Kit
Copyable, claim-disciplined digests for public explanation, agent handoff, and schema review.
/share.php · Markdown mirror: /content/pages/share.md
UAI Memory
Local UAI handoff files, durable docs, and promotion ledgers for file-backed agent memory.
/memory.php · Markdown mirror: /content/pages/memory.md
Agent Surface
Read-only manifests, llms.txt, Markdown negotiation, and experimental feature-detected WebMCP previews.
/agent.php · Markdown mirror: /content/pages/agent.md
ModelBreeder
Model ecology concepts remain distinct while Mememtech carries memory packet structure and public comprehension.
/modelbreeder.php · Markdown mirror: /content/pages/modelbreeder.md
Research
Auditable design notes, public claims, static docs, and file-backed research surfaces for human and agent review.
/research.php · Markdown mirror: /content/pages/research.md
Resources
Plain PHP deployment model, route directory, file tree, caching notes, and zero-dependency constraints.
/resources.php · Markdown mirror: /content/pages/resources.md
File tree
/index.php
/observatory.php
/atlas.php
/architecture.php
/systems.php
/lifecycle.php
/schemas.php
/native.php
/share.php
/memory.php
/agent.php
/modelbreeder.php
/research.php
/resources.php
/includes/*.php
/assets/css/styles.css
/assets/js/main.js
/assets/workers/packet-field.js
/content/pages/*.md
/content/packets/*.json
/content/schemas/*.json
/content/agent/*.md
/data/*.json
/.well-known/*.json
/.uai/*.uai
/.uai/archives/*.uai
/.uai/exports/*.uai
/docs/reports/**
/docs/memory/**
/docs/index.html
Deployment checklist
Required
- PHP 8.1 or newer.
- HTTPS.
- Upload files at web-root level, not inside a nested folder.
- Preserve hidden
.uai/and.well-known/folders.
Recommended
- Cache CSS, JS, JSON, and Markdown statically.
- Enable OPcache.
- Serve
.mdastext/markdownwhere possible. - Keep generated packet timestamps in UTC ISO 8601 format.