mirror of
https://github.com/NickCrew/Claude-Cortex.git
synced 2026-09-14 20:17:11 +08:00
a5985a3239
Add comprehensive documentation for all cortex config files: - cortex-config.json: Main launcher configuration - memory-config.json: Memory vault settings - skill-rules.json: Keyword-based skill matching - recommendation-rules.json: File pattern recommendations - onboarding-state.json: Wizard completion state Each section includes schema definition, field descriptions, examples, and usage instructions. Also adds JSON Schema validation setup for VS Code and updates settings-files.md with links to the new docs.
1.2 KiB
1.2 KiB
layout, title, nav_order, has_children
| layout | title | nav_order | has_children |
|---|---|---|---|
| default | Reference | 4 | true |
Reference Documentation
Technical reference documentation for cortex configuration, APIs, and CLI.
Contents
- Configuration Reference - All configuration files with schemas and examples
- Manpages - CLI manpage generation
- Settings Files Catalog - Complete file listing
Configuration Files
| File | Description |
|---|---|
cortex-config.json |
Main launcher configuration |
memory-config.json |
Memory vault settings |
skill-rules.json |
Keyword-based skill matching |
recommendation-rules.json |
File pattern recommendations |
JSON Schemas
All cortex configuration files have JSON schemas for validation:
schemas/
├── cortex-config.schema.json
├── memory-config.schema.json
├── skill-rules.schema.json
├── recommendation-rules.schema.json
└── onboarding-state.schema.json
See the Configuration Reference for editor setup instructions.