What Coverage Indicators Are
Every section in every topic article carries a coverage tag that records how many source files contributed to that section and how well-synthesized it is. This lets Claude — and you — make a fast, informed decision: read the wiki section and move on, or go deeper into raw files.The Three Levels
High
5 or more sourcesThe section is well-synthesized and recently compiled. Trust it directly and skip the raw files.
Medium
2–4 sourcesGood overview, but may miss detail on granular questions. Check raw sources if you need specifics.
Low
0–1 sourcesSparse data. Read the raw sources listed in that section directly rather than relying on the wiki.
What Coverage Tags Look Like
Coverage tags appear inline in each section heading:[coverage: {level} -- {N} sources]
How Your Agent Should Use Coverage
The most effective pattern is to have Claude apply coverage-aware reading automatically. You do this by adding a knowledge base block to yourAGENTS.md or CLAUDE.md:
AGENTS.md, Claude uses coverage indicators automatically every session — no special commands needed.
The Sources section at the bottom of every article lists backlinks to every raw file that contributed. For medium and low coverage sections, these links tell Claude exactly which files to read — no broad scanning required.
The Practical Tradeoff
Coverage indicators give you the speed of a compiled wiki without sacrificing accuracy on sections that need depth.| Coverage | Agent behavior | Token cost |
|---|---|---|
high | Reads wiki section, continues | Minimal |
medium | Reads wiki section, may check 1-2 raw files for specifics | Low |
low | Skips wiki section, reads linked raw files directly | Normal |
[coverage: low] tag is most useful for newly discovered topics or sections that haven’t had many sources classified into them yet.