Files
Nick Ferguson a5985a3239 docs(reference): add configuration reference guide
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.
2026-01-27 14:03:21 -05:00

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 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.