Files
SecondBrain/05 NoxPKB/wiki/Operations.md
T
2026-04-17 11:28:35 +03:00

950 B
Raw Blame History

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.