Files
SecondBrain/.trash/05 NoxPKB/wiki/Operations.md
T
2026-04-20 22:55:39 +03:00

31 lines
950 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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.