Concepts
Runtime Routing
Request routing order for static files, reserved paths, and server fallback.
For agents: Reserved
/_userland/*paths win, static files are checked next, then fallback decides betweenindex.html,server, or404.
Routing Order
- Platform reserved paths under
/_userland/*. - Static release file lookup under
runtime.static_root. - Directory
index.htmllookup. - Runtime fallback.
Apps cannot publish files under _userland/.