feat: initial cog release — cognitive architecture for Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcio Puga
2026-03-18 19:47:44 +11:00
committed by Marcio Puga
commit 1dd881975b
30 changed files with 1862 additions and 0 deletions

20
memory/domains.yml Normal file
View 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.