These are generated output (like web/dist and web/.astro which were
already ignored) and should not be in version control.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- server.rs: log a warn at startup when web/dist is not found (non-embed-web builds only)
- .gitignore: add docs/node_modules; remove 21,593 tracked files from git index
- ci.yml: add e2e-reliability job so the Playwright reliability suite runs in CI
- audit.md: rewrite to cover current features (v0.3.0): per-library profiles, stream
rules, VMAF gating, retry backoff, Library Doctor, storage savings stats, engine
runtime modes, remux planning, notifications
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- ship runtime reliability, watcher/scanner hardening, and hardware hot reload
- refresh admin/settings UX and add Playwright reliability coverage
- standardize frontend workflow on Bun and update deploy/docs