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

32 lines
1.1 KiB
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.
# 06 NoxPKB
LLMmaintained personal knowledge base (PKB) inside SecondBrain.
## Roles
- **Raw sources** (`raw/`) are the source of truth and should be treated as immutable after ingest (append-only fixes only).
- **Wiki layer** (`wiki/`) is **maintained by Nox**: it can be created/updated/refactored freely to keep the knowledge coherent.
## Workflow (commands are conceptual)
### Ingest
1) Put a new source into `raw/` (markdown preferred).
2) Nox extracts key claims, entities, concepts, and updates the wiki pages.
3) Nox updates `wiki/index.md` and appends to `wiki/log.md`.
### Query
Ask questions against the wiki. Useful answers can be filed back into `wiki/` as new pages.
### Lint
Periodically scan for:
- contradictions
- stale claims
- orphan pages
- missing pages for mentioned concepts/entities
- weak cross-references
## Conventions
- Markdown only.
- Prefer short pages that link out.
- Use `wiki/index.md` as the primary entry point.
- Use `wiki/log.md` as append-only timeline.
- **Links:** when referencing the main vault, prefer **absolute paths from the vault root** (e.g. `[[01 Library/.../Note]]`) rather than relative `../` links.