docs: README-Typenbaum und language-boundaries auf den guidance-Split nachgezogen (#104)
CI / verify (push) Failing after 38s

Files changed:
- README.md
- docs/language-boundaries.md
This commit is contained in:
2026-09-15 18:25:18 +02:00
parent d49513bda6
commit 6eb3f84256
2 changed files with 24 additions and 13 deletions
+6 -4
View File
@@ -89,10 +89,12 @@ chemenu/
│ └── assets/
├── types/ # SCHEMA: the global type surface. Not a collection
│ ├── type-spec.md # Root contract: anatomy, placement, adding a type
│ ├── entity.md # Entity type contract + template (+ .schema.yaml)
│ ├── concept.md # Concept type contract + template
│ ├── source.md # Source type contract + template
│ ├── comparison.md # Comparison type contract + template
│ ├── type-guidance.md # Contract for the *.guidance.md files below
│ ├── entity.md # Entity type config + template (+ .schema.yaml)
│ ├── entity.guidance.md # Its stack-owned authoring prose, shipped verbatim
│ ├── concept.md # Concept type config + template (+ .guidance.md)
│ ├── source.md # Source type config + template (+ .guidance.md)
│ ├── comparison.md # Comparison type config + template (+ .guidance.md)
│ ├── instruction.md # Instruction type - lives outside kb/ via `root: repo`
│ └── lint-report.md # Contract-only: describes reports/, owns no directory
├── kb/ # OUTPUT: compiled knowledge. A namespace, not a collection