Where: CONTRIBUTING.md's "Existing explainers" reference table.
The gap: the table never mentions 6 real, live, currently-published explainers that exist in both explainers/*.md and assets/explainers-data.json: accuracy-equality, bootstrap-confidence-intervals, counterfactual-explanation, fairness-through-unawareness, lime, and mitigation-strategies.
Repro:
grep -c "accuracy-equality\|bootstrap-confidence-intervals\|counterfactual-explanation\|fairness-through-unawareness\|lime\b\|mitigation-strategies" CONTRIBUTING.md
returns 0. These 6 explainers were added by 2026-08-29 (confirmed via git log); CONTRIBUTING.md has been edited since (last touched 2026-09-02) without picking them up.
Why it matters: this table is what a contributor checks to avoid proposing a duplicate explainer topic - missing 6 real entries means someone could reasonably propose one of these topics again, thinking it's still a gap.
Suggested fix: add the 6 missing rows to the table, matching its existing format.
Where:
CONTRIBUTING.md's "Existing explainers" reference table.The gap: the table never mentions 6 real, live, currently-published explainers that exist in both
explainers/*.mdandassets/explainers-data.json:accuracy-equality,bootstrap-confidence-intervals,counterfactual-explanation,fairness-through-unawareness,lime, andmitigation-strategies.Repro:
returns
0. These 6 explainers were added by 2026-08-29 (confirmed viagit log);CONTRIBUTING.mdhas been edited since (last touched 2026-09-02) without picking them up.Why it matters: this table is what a contributor checks to avoid proposing a duplicate explainer topic - missing 6 real entries means someone could reasonably propose one of these topics again, thinking it's still a gap.
Suggested fix: add the 6 missing rows to the table, matching its existing format.