Address architecture + stability review (todo §0): wire buildContext, graceful shutdown, prod template caching

This commit is contained in:
2026-06-15 08:42:16 +02:00
parent 0bc7998cfe
commit 17f4411518
5 changed files with 37 additions and 4 deletions

View File

@@ -346,6 +346,9 @@ docker compose -f compose.yml up --build -d # base config only, no source moun
_(Production compose grows to include the Ory services and Postgres — planned.)_
The server drains in-flight requests on `SIGTERM`/`SIGINT` rather than cutting them
mid-response, so container restarts are clean.
## Layout
```
@@ -365,6 +368,8 @@ html-css-foundation/ Raw HTML/CSS design reference — the source for the
building-block partials; not served.
```
Comments and docs cite roadmap phases as `§N` — the sections in `todo.md`.
## Extending the core
- **New page in a plugin:** add a route + handler to the plugin manifest and a