# Context System **Purpose**: Documentation for the context system architecture and operations --- ## Structure ``` core/context-system/ ├── navigation.md (this file) ├── operations/ │ └── [operational guides] ├── guides/ │ └── [how-to guides] ├── standards/ │ └── [standards and templates] └── [overview files] ``` --- ## Quick Routes | Task | Path | |------|------| | **Understand context system** | `../context-system.md` | | **Operations & procedures** | `./operations/` | | **Implementation guides** | `./guides/` | | **Standards & templates** | `./standards/navigation.md` | | **Migrate global → local** | `./operations/migrate.md` | --- ## By Type **Operations** → How to operate and maintain the context system **Guides** → Step-by-step guides for working with context **Standards** → Templates and standards for context files --- ## Related Context - **Core Navigation** → `../navigation.md` - **Core Standards** → `../standards/navigation.md` - **Core System** → `../system/navigation.md`