Commit Graph

9 Commits

Author SHA1 Message Date
cf3600ffe9 chore: sync memory 2026-03-26 2026-03-26 20:26:43 -05:00
Marcio Puga
65e5043c6f docs: clarify that the architecture evolves, not the model
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 22:42:46 +11:00
Marcio Puga
654c0fdb75 docs: reframe Cog as convention-based learning tool with Unix-native design
Plain text by design — not as a compromise, but because it lets Claude
reason over its own memory with grep, find, and git diff. Positions Cog
as an experiment in watching how AI organizes itself given conventions
and self-observation capabilities.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 22:37:01 +11:00
Marcio Puga
d5e9e4333d feat(pipeline): add Unix toolbox orientation to pipeline skills
- Add Orientation sections to housekeeping, reflect, evolve with shell
  commands (find -mtime, grep -c, git diff, wc -c) for efficient scoping
- Update CLAUDE.md memory retrieval to use domain-scoped L0 grep

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 21:30:50 +11:00
Marcio Puga
28aa16226a feat: comprehensive pipeline skill upgrades from PAI learnings
- reflect: enforce-before-adding pattern gate, proactive synthesis step,
  improvements.md triage, debrief must list every file modified
- housekeeping: domain INDEX.md rebuild step, briefing bridge SSOT rule
  and richer section format with compression rules
- foresight: cruising velocity classification, non-obvious rule,
  anti-patterns section, scenario candidate format in nudge output,
  thread current-state in memory reads
- scenario: full rewrite with body template (Decision Point, Dependencies,
  Branches, Timeline Overlay, Contingency Map, Retrospective), anti-patterns,
  trigger threshold, related-threads frontmatter
- evolve: route content issues step, scorecard generation, architecture-only
  constraint on Next Run Priorities
- history: simple vs deep triage note
- CLAUDE.md: structured action items format, briefing-bridge and
  foresight-nudge in file edit table

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 07:59:41 +11: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
b2ff95cc9d fix: update L0 convention — line 1, not after title
L0 comment is always the first line of every .md file.
Removes YAML frontmatter l0: variant.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 09:27:16 +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