docs: add config/ vault type to architecture and abstractions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Test
2026-03-07 12:42:56 +01:00
parent 8db9f61d5c
commit 72b88cef43
2 changed files with 6 additions and 3 deletions

View File

@@ -56,7 +56,8 @@ Entity type is inferred from the folder structure. The vault is organized by typ
├── journal/ → "Journal"
├── essay/ → "Essay"
├── evergreen/ → "Evergreen"
── theme/ → "Theme" ← vault-based themes
── theme/ → "Theme" ← vault-based themes
└── config/ → "Config" ← meta-configuration files (agents.md, etc.)
```
Mapping logic lives in `vault/mod.rs:parse_md_file()`. If a folder doesn't match any known type, the folder name is capitalized and used as-is.