Shared module providing PROJECT-INDEX.md update rules, link format requirements, and update triggers. Preloaded by docs-modify and docs-index engines. NOT user-invocable.
Defines PROJECT-INDEX.md update procedure and link format rules.
docs/claude-code-docs-system/PROJECT-INDEX.md
| Mode | Description |
|---|---|
| quick | Update file counts and recently-changed modules only |
| update (default) | Read existing index, identify changes, update incrementally |
| full | Regenerate entire index from codebase scan |
git log --since="<last generated date>"git ls-tree for file enumeration -- never filesystem-only toolsgit ls-tree -r --name-only HEAD for counts and listingsThe index engine maintains two artifacts:
Both must be updated together. When structural changes occur:
git ls-tree scannode {plugin-root}/fp-tools.cjs source-map generatePipeline stage 7 (index update) triggers both updates when structural file changes are detected.