21 lines
775 B
YAML
21 lines
775 B
YAML
# Cog Domain Manifest — generated by /setup
|
|
# Single source of truth for all memory domains.
|
|
# To modify: run /setup again. Don't edit this file manually.
|
|
|
|
domains:
|
|
- id: personal
|
|
path: personal
|
|
type: personal
|
|
label: "Family, health, calendar, day-to-day"
|
|
triggers: [family, health, kids, calendar, personal, home, car, finance]
|
|
files: [hot-memory, action-items, entities, observations, habits, health, calendar]
|
|
|
|
- id: cog-meta
|
|
path: cog-meta
|
|
type: system
|
|
label: "Cog self-knowledge, pipeline health, architecture"
|
|
triggers: [cog, meta, evolve, pipeline, memory system, architecture]
|
|
files: [self-observations, patterns, improvements, scenario-calibration, foresight-nudge]
|
|
|
|
# Run /setup to add more domains conversationally.
|