# Static preview and route policy

Canonical public routes are extensionless, for example `/resource/planner`, `/resource/reviewer-quickstart` and `/resource/qa-status`.

Plain static file servers may not resolve those routes automatically. For local review, use:

```bash
python3 scripts/serve_resource_preview_rewrite.py --root public --port 8765
```

Then open `http://127.0.0.1:8765/resource/reviewer-quickstart`.

The route manifest is rebuilt after final HTML transforms:

- `public/resource/api/v1.1/route_manifest.json`
- `public/resource/api/v1.1/site_quality_status.json`
- `public/resource/api/v1.1/route_qa_smoke.json`

This policy does not deploy the site, mint a DOI, authorize formal v1.0 or expand disease-prediction claims.
