backup: 2026-04-17 11:28

This commit is contained in:
Dmitry
2026-04-17 11:28:35 +03:00
commit 21a95ec314
653 changed files with 244637 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Architecture
## Three layers
### 1) Raw sources (`../raw/`)
- Curated, **immutable** source documents.
- Articles, papers, transcripts, images, datasets.
- The “source of truth”.
### 2) Wiki layer (`./`)
- LLM-maintained markdown pages: summaries, concept pages, entity pages, comparisons, synthesis.
- This is what we query most of the time.
- Updated incrementally as new sources arrive.
### 3) Schema (conventions)
- The rules that govern structure, naming, page types, and workflows.
- In this repo, start with: [[05 NoxPKB/README]] (can evolve).
## Why this architecture
- Shifts work from repeated query-time synthesis to **one-time ingest + ongoing maintenance**.
- Enables compounding knowledge via cross-links and curated pages.
- Makes contradictions and gaps visible and actionable.