Files
nanobot-runtime/skills/llm-wiki/assets/index.md.template
2026-06-24 08:11:12 +02:00

26 lines
775 B
Plaintext

# Wiki Index
The catalog of all pages in this wiki. Each entry: a wikilink to the page and a one-line summary. The LLM reads this first when answering queries to identify candidate pages.
Keep summaries tight — one line each. The index is engineered to be cheap to read; a fat index defeats its purpose.
When this file exceeds ~300 lines or the wiki passes ~150 pages, shard into `wiki/indexes/<type>.md` and replace this file with a directory of shards. See the `scaling-playbook.md` reference in the `llm-wiki` skill for the migration procedure.
---
## Sources
(populated as sources are ingested)
## Entities
(populated as entity pages are created)
## Concepts
(populated as concept pages are created)
## Synthesis
(populated as query answers are filed back)