backup: 2026-04-17 11:28
This commit is contained in:
@@ -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 haven’t 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.
|
||||
Reference in New Issue
Block a user