feat: initial cog release — cognitive architecture for Claude Code
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
20
memory/domains.yml
Normal file
20
memory/domains.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user