Commit Graph

4 Commits

Author SHA1 Message Date
cf3600ffe9 chore: sync memory 2026-03-26 2026-03-26 20:26:43 -05:00
Marcio Puga
d47510b0f6 feat: scalable entities & patterns architecture
- Entity format: 3-line compact registry (### Name / key facts / status+links)
  Heavy entries promoted to thread files. Cross-domain pointers for shared entities.
- Pattern satellites: core patterns.md cap reduced from 110→70 lines (5.5KB).
  Domain-specific patterns go in satellite files loaded only by owning skill.
- Reflect: pattern routing rules, entity format enforcement (step 3b)
- Housekeeping: entity registry enforcement (step 5b), glacier inactive entities
- Evolve: scorecard metrics for pattern distribution + entity compression ratio
- README: updated entity example to 3-line format

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 07:03:34 +11:00
Marcio Puga
a68ea3e6ca chore(memory): L0 line-1 convention — all files start with L0 summary
Migrated all memory files to have L0 comment as first line,
consistent with upstream PAI convention.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 09:20:30 +11:00
Marcio Puga
1dd881975b feat: initial cog release — cognitive architecture for Claude Code
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 20:04:29 +11:00