Wiki Schema
Directory Structure
wiki-knowledge/
├── raw/ # Immutable source documents
│ └── assets/ # Downloaded images
├── wiki/ # LLM-maintained markdown files
│ ├── index.md # Content catalog
│ └── log.md # Chronological operation log
└── WIKI-SCHEMA.md # This file
Page Format
---
title: Page Title
type: entity | concept | source-summary | comparison | synthesis
created: YYYY-MM-DD
updated: YYYY-MM-DD
sources: [list of source filenames]
tags: [relevant tags]
Page Title
Content with [[wiki-links]].
See Also
[[related-page]]