CLAUDE
Vault Schema & Conventions
This file defines the structure, rules, and conventions for this knowledge base.
Vault Structure
- Sources:
/— research notes, papers, articles - Concepts:
/— atomic concept definitions - MOCs:
/— Maps of Content
Domain Registry
Domains are inferred from file paths, never stored in frontmatter.
<syntaxhighlight lang="yaml">domains:
wiki:
path: "/.wiki" scope: professional</syntaxhighlight>
Working with Indexes
Never use Python or shell one-liners to parse JSON index files. Instead: - Search: use Grep — e.g. Grep "pattern" ".wiki/concept-index.json" - Read: use the Read tool — never cat file | python3 -c ... - Script output: scripts output valid JSON, read it directly
Frontmatter Schema
Document your note types and required fields here.
Quality Standards
- No broken wikilinks
- No orphan notes
- No stub concepts left indefinitely