Index Workflow
Generate a single entry-point index for the project.
Generate
node "${CLAUDE_PLUGIN_ROOT}/scripts/index-render.mjs"
This reads the configured index.sources (default: adr, changelog, releases), counts ADRs, checks for the changelog, and writes index.output. The format follows the output file extension — .md produces markdown, .html produces a self-contained page.
Rules
- Re-run after adding ADRs, cutting releases, or restructuring docs.
- Configure
index.sourcesandindex.outputinchronicle.config.jsonto control scope and format.