first commit

This commit is contained in:
2026-06-11 03:33:14 +08:00
commit 5f555bf342
599 changed files with 142347 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
# KB Schema
## Project Scope
All project knowledge belongs to `Research/{{project_slug}}/`.
## Directory Rules
- source-centered notes stay under `Sources/*`
- cross-source synthesis stays under `Knowledge/`
- experiment design and run tracking stay under `Experiments/`
- stable findings stay under `Results/`
- round and batch reports stay under `Results/Reports/`
- prose deliverables stay under `Writing/`
- process notes stay under `Daily/`
- derived artifacts stay under `Maps/`
- archived notes stay under `Archive/`
## Source vs Knowledge
- `Sources/*` is for source-centered notes
- `Knowledge/` is for durable synthesis across one or more sources
- do not use `Knowledge/` as a second raw-source inbox
## Registry Rules
`_system/registry.md` is the only visible project registry.
Keep human-maintained fields stable across sync. Deterministic sync should update paths and timestamps, not rewrite curated metadata.
## Index Rules
`02-Index.md` is a human-readable MOC, not a registry mirror.
Only the auto-index block is regenerated automatically.
## Hub Rules
`00-Hub.md` should only receive small status-oriented updates. Do not rewrite the whole note during routine sync.
## Daily Promotion Rules
Durable insights discovered in `Daily/` should be promoted into `Knowledge/`, `Experiments/`, `Results/`, or `Writing/` when they become reusable.
## Archive Rules
- note archive lives in `Research/{{project_slug}}/Archive/`
- project archive lives in `Research/_archived/`
- archive history stays visible in `_system/registry.md`
## Map Rules
`Maps/` contains derived navigation artifacts only. Do not treat maps as the project source of truth.
## Cross-project Rules
Do not move notes, merge registries, or synthesize across multiple `Research/{project-slug}/` roots unless the user asks for explicit cross-project work.