provozni zaloha

This commit is contained in:
lachtan
2026-06-24 08:11:12 +02:00
parent 9295dba19f
commit 1db3ec4756
97 changed files with 7698 additions and 817 deletions

View File

@@ -0,0 +1,25 @@
# 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)