Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading