# Context System Standards **Purpose**: Standards and templates for context files --- ## Structure ``` standards/ ├── navigation.md (this file) ├── codebase-references.md ├── frontmatter.md ├── mvi.md ├── structure.md └── templates.md ``` --- ## Quick Routes | Task | Path | |------|------| | **MVI principle** | `mvi.md` | | **Frontmatter format** | `frontmatter.md` | | **File structure** | `structure.md` | | **File templates** | `templates.md` | | **Codebase references** | `codebase-references.md` | --- ## By Type **Principles** → Core principles (MVI) **Formats** → File formats and frontmatter **Structure** → Directory and file structure **Templates** → Ready-to-use templates --- ## Related Context - **Context System** → `../navigation.md` - **Guides** → `../guides/navigation.md` - **Operations** → `../operations/navigation.md`