v0.10.0 — ### Added
- **T-010** Manual prog-point entry. `GET/POST/DELETE /api/prog-points` against the existing `prog_points` table (T-003). Creates default to `source='manual'`; `auto` reserved for…
- T-010 Manual prog-point entry.
GET/POST/DELETE /api/prog-pointsagainst the existingprog_pointstable (T-003). Creates default tosource='manual';autoreserved for live ingestion (T-101+). Validation requires at least one ofphaseorfight_percentage. - React
ProgPoints.jsxpanel: entry form (datetime-local + phase + % remaining + pull count), Recharts line of % remaining over time (Y-axis reversed so further-into-fight reads lower), reverse-chronological list with delete. Wired intoApp.jsx. - 7 API tests (empty list / create+list / validation 422 / time-sorted / delete / 404 / percentage-only). 74 tests total.
Fixed
- v0.9.0 folder-name blocker cleared by user-side rename to
d:\Misc\Vigil.vite buildproduces a clean prod bundle again.