@@ -74,7 +74,7 @@ Baseline captured on 2026-07-18:
7474 integrity, translation placeholders, and missing pricing/benchmark values.
7575- [x] Add freshness policies (for example 30/60/90-day review thresholds by field/category).
7676- [ ] Automate change discovery from official sources, but keep human review before merge.
77- - [ ] Populate a real changelog from manifest diffs instead of keeping an empty static file.
77+ - [x ] Populate a real changelog from manifest diffs instead of keeping an empty static file.
7878
7979## P1 — Product Experience
8080
@@ -93,7 +93,7 @@ Baseline captured on 2026-07-18:
9393## P1 — Quality Gates
9494
9595- [x] Add route-contract tests for every manifest category.
96- - [ ] Add browser-level smoke tests for search, navigation, detail pages, locale switching, and
96+ - [x ] Add browser-level smoke tests for search, navigation, detail pages, locale switching, and
9797 comparison selection.
9898- [ ] Add automated accessibility checks for dialogs, menus, comparison tables, and mobile nav.
9999- [x] Run generation in CI and fail when tracked generated output differs.
@@ -171,3 +171,9 @@ evidence; completed items are reflected in the checklists and implementation log
171171 a permanent redirect, and removed its duplicate comparison implementation.
172172- Added a persistent two-model selection shared by model cards, detail-page comparison actions,
173173 canonical pair URLs, and the comparison selector; adding a third model replaces the oldest pick.
174+ - Added Playwright browser smoke coverage for search-to-detail navigation, locale-preserving route
175+ switches, and persistent model comparison selections, and made it a required CI job.
176+ - Replaced the empty changelog placeholder with a deterministic manifest-diff record and added a CI
177+ guard requiring future manifest changes to be represented in ` data/changelogs.json ` .
178+ - Fixed the search result category badge to use the shared translated category names after browser
179+ testing exposed a missing runtime message lookup.
0 commit comments