From 60cdedeec12e1b73121492e9faf103acce8da81b Mon Sep 17 00:00:00 2001 From: Christian Nennemann Date: Thu, 2 Apr 2026 18:38:29 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20remove=20memory=20skill=20=E2=80=94=20?= =?UTF-8?q?duplicates=20native=20Claude=20Code=20CLAUDE.md=20and=20MEMORY.?= =?UTF-8?q?md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - skills/memory/SKILL.md | 60 --------------------------------- skills/using-archeflow/SKILL.md | 1 - 3 files changed, 62 deletions(-) delete mode 100644 skills/memory/SKILL.md diff --git a/README.md b/README.md index 01c443c..cd8b69b 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,6 @@ archeflow/ │ ├── check-phase/ # Reviewer protocols (all 4) │ ├── shadow-detection/ # Recognizing and correcting dysfunction │ ├── attention-filters/ # What context each archetype receives -│ ├── memory/ # Persistent learnings across orchestrations │ ├── autonomous-mode/ # Unattended overnight sessions │ ├── custom-archetypes/ # Creating domain-specific roles │ └── workflow-design/ # Designing custom workflows diff --git a/skills/memory/SKILL.md b/skills/memory/SKILL.md deleted file mode 100644 index 4bc0a47..0000000 --- a/skills/memory/SKILL.md +++ /dev/null @@ -1,60 +0,0 @@ ---- -name: memory -description: Use after orchestration to record learnings, and before orchestration to load project-specific context. Persistent knowledge that makes future orchestrations smarter. ---- - -# Persistent Memory - -ArcheFlow learns across orchestrations. After each run, extract what was discovered. Before the next run, load it so agents start smarter. - -## What to Record - -Store in `.archeflow/memory/project.md`: - -```markdown -## Project Context -- Language: TypeScript, strict mode -- Package manager: pnpm -- Test runner: vitest -- CI: GitHub Actions (no DB access in CI) - -## Risk Map -- auth/ — well-tested (95% coverage), normal risk -- payment/ — no tests, elevated risk, Guardian should be thorough -- legacy/api-v1/ — deprecated, do not modify - -## Model Notes -- Type-heavy modules need Sonnet minimum (Haiku produced incomplete types) -- Standard CRUD reviews work fine with Haiku - -## Shadow History -- Explorer rabbit-holed in monorepo (cycle 1 of orchestration on 2026-03-28) - → added 10-file cap to Explorer prompt for this project -``` - -## What NOT to Record - -- Anything derivable from code or git history -- Temporary state from current orchestration -- Opinions or predictions -- Anything that changes every week - -## When to Read - -Before orchestration, check if `.archeflow/memory/project.md` exists. If it does, inject relevant sections into agent prompts: - -- Explorer gets: Project Context -- Guardian gets: Risk Map -- Maker gets: Project Context -- All agents get: Model Notes (for self-calibration) - -## When to Write - -After orchestration completes, update memory if anything new was learned: - -- New project conventions discovered by Explorer -- Risk areas identified by Guardian -- Model tier adjustments needed (Haiku insufficient, or Opus unnecessary) -- Shadow patterns that recurred - -Update existing entries — don't append endlessly. Memory should be a current snapshot, not a changelog. diff --git a/skills/using-archeflow/SKILL.md b/skills/using-archeflow/SKILL.md index 2a90145..b5932f8 100644 --- a/skills/using-archeflow/SKILL.md +++ b/skills/using-archeflow/SKILL.md @@ -47,6 +47,5 @@ Act → All approved? Merge. Issues? Cycle back to Plan. - **archeflow:plan-phase** / **do-phase** / **check-phase** — Phase protocols - **archeflow:shadow-detection** — Recognizing dysfunction - **archeflow:attention-filters** — What context each archetype receives -- **archeflow:memory** — Persistent learnings across orchestrations - **archeflow:autonomous-mode** — Unattended sessions - **archeflow:custom-archetypes** / **workflow-design** — Extending ArcheFlow