ahmet guzererler
|
8fcd58ad0f
|
feat: memory system v2 — skills, context files, post-commit hook (#21)
* gitignore
* feat: memory system v2 — builder/reader skills, context files, post-commit hook
Replace architecture-coordinator skill with two focused skills:
- memory-builder: extracts repo knowledge into 4-layer memory system with
mandatory verification steps (deps, model names, agent count, ADR cross-refs)
- memory-reader: loads memory at session start, enforces ADR constraints,
detects staleness
Generate 5 verified context files under docs/agent/context/:
- ARCHITECTURE.md (105 lines) — system design, pipelines, LLM tiers
- COMPONENTS.md (188 lines) — 17 agent factories, extension guides, test inventory
- CONVENTIONS.md (88 lines) — coding rules with source citations
- TECH_STACK.md (75 lines) — 22 deps from pyproject.toml with versions
- GLOSSARY.md (92 lines) — 50+ terms across 9 domains
Add PostToolUse hook in .claude/settings.json to remind agent to update
CURRENT_STATE.md after git commits.
All 30 factual claims audited and verified against source code.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-18 18:38:03 +01:00 |