From 1091248f0661f9e36a4394550909a2107404182e Mon Sep 17 00:00:00 2001 From: telleroutlook Date: Sat, 25 Jul 2026 18:20:13 +0800 Subject: [PATCH] docs: add Project Index Consistency section to CLAUDE.md --- CLAUDE.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index d4bab49..5da683c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -85,3 +85,12 @@ for each repo's own CI. - [ ] Weekly KPI tracking (Golden Path pass/fail, external users, npm downloads) - [ ] `claims/` registry updated with verified external citations - [ ] `docs/RFC/` — first RFC for cross-repo AEP contract versioning + +## Project Index Consistency (MANDATORY) + +The CI gate `scripts/validate_project_index.py` checks that `docs/project-index.json` +is consistent with `docs/roadmap.md`. + +**When adding or updating a repository in `docs/roadmap.md`:** +1. Also update `docs/project-index.json` with the same repo entry +2. Run locally: `python3 scripts/validate_project_index.py` — must exit 0