# Context System Operations **Purpose**: Operational procedures for maintaining the context system --- ## Structure ``` operations/ ├── navigation.md (this file) ├── error.md ├── extract.md ├── harvest.md ├── migrate.md ├── organize.md └── update.md ``` --- ## Quick Routes | Task | Path | |------|------| | **Extract context** | `extract.md` | | **Harvest summaries** | `harvest.md` | | **Organize files** | `organize.md` | | **Update context** | `update.md` | | **Migrate context** | `migrate.md` | | **Add errors** | `error.md` | --- ## By Type **Extraction** → Extract context from sources **Harvesting** → Clean up and harvest summaries **Organization** → Restructure context files **Maintenance** → Update and migrate context --- ## Related Context - **Context System** → `../navigation.md` - **Guides** → `../guides/navigation.md` - **Standards** → `../standards/navigation.md`