vault backup: 2026-04-20 22:55:39

This commit is contained in:
Dmitry
2026-04-20 22:55:39 +03:00
parent 8f308b9f83
commit 49638bd33d
69 changed files with 102 additions and 8 deletions
+30
View File
@@ -0,0 +1,30 @@
# Operations
## Ingest (source → wiki)
**Input:** a new file in `../raw/`.
**Steps:**
1) Read the source.
2) Extract: key claims, definitions, entities, concepts, open questions.
3) Create/update wiki pages:
- concept page(s)
- entity page(s) if needed
- comparisons / synthesis pages if useful
4) Add/refresh links between pages.
5) Update [[index]].
6) Append an entry to [[log]].
## Query (wiki → answer)
1) Read [[index]] to find relevant pages.
2) Read those pages and synthesize.
3) If the answer is reusable, file it back into the wiki as a new page and link it from [[index]].
## Lint (health check)
Periodically scan the wiki for:
- contradictions or competing definitions
- stale pages that havent been updated as sources grew
- orphan pages (no inbound links)
- concepts mentioned but missing their own page
- weak cross-linking
Output can be a short lint report page + a small backlog of suggested sources/questions.