Where: index.html's roadmap/explainer-status section.
The gap: the roadmap list never mentions three real, shipped, currently-published explainers: equal-opportunity, intersectional-bias, and precision-recall-curve - all three are live entries in assets/explainers-data.json and render normally in the site's actual explainer grid.
Repro:
grep -c "precision-recall\|Equal Opportunity\|Intersectional" index.html
returns 0 - not even present as a "coming soon" placeholder, just absent entirely.
Why it matters: this is the same class of drift already fixed once for index.html's roadmap grid (three explainers stuck showing "coming soon" after shipping, closed via #341/#356) - here the gap is the opposite direction (shipped explainers never added to the roadmap list at all rather than left in the wrong status), on the repo's main marketing/results page.
Suggested fix: add the three missing explainers to the roadmap list with their shipped status, matching the existing entries' format.
Where:
index.html's roadmap/explainer-status section.The gap: the roadmap list never mentions three real, shipped, currently-published explainers:
equal-opportunity,intersectional-bias, andprecision-recall-curve- all three are live entries inassets/explainers-data.jsonand render normally in the site's actual explainer grid.Repro:
returns
0- not even present as a "coming soon" placeholder, just absent entirely.Why it matters: this is the same class of drift already fixed once for
index.html's roadmap grid (three explainers stuck showing "coming soon" after shipping, closed via #341/#356) - here the gap is the opposite direction (shipped explainers never added to the roadmap list at all rather than left in the wrong status), on the repo's main marketing/results page.Suggested fix: add the three missing explainers to the roadmap list with their shipped status, matching the existing entries' format.