docs(plan): PAM memory integration — recall-first to eliminate doc re-reads#83
Draft
javiarmesto wants to merge 1 commit into
Draft
docs(plan): PAM memory integration — recall-first to eliminate doc re-reads#83javiarmesto wants to merge 1 commit into
javiarmesto wants to merge 1 commit into
Conversation
…uisites Add implementation plan for using Portable Agent Memory as a read-through cache over ALDC plan/memory artifacts to eliminate documentation re-reads. - SessionStart auto-recall + PostToolUse auto-ingest hooks (Claude Code) - BLAKE3 content-hash registry for cache invalidation - Document->PAM entry mapping and per-agent recall scopes - Prerequisites P1-P8 (store location, signing, MCP registration, SDK delivery) - Platform applicability: Claude Code (hooks) vs GitHub Copilot Chat (instructions+MCP) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01E39gR6s2umWkKKfK7YGDBL
Contributor
📋 Collection Validation Results✅ Validation passed! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Qué es
Plan de implementación (solo documentación, sin código todavía) para incorporar Portable Agent Memory (PAM) al flujo de ALDC como caché read-through sobre los artefactos transversales (
architecture.md,spec.md,*-plan.md,*-phase-N-complete.md,memory.md).Objetivo: eliminar las relecturas repetidas de documentación observadas entre agentes y fases. Cada documento se lee de disco una vez por cambio; las relecturas posteriores son
recallen PAM.Resultado esperado: relecturas de
O(fases × agentes)→O(cambios-de-documento).Contenido del plan
SessionStart→ auto-recall;PostToolUse(Write|Edit)→ auto-ingest de docs de plan + registro de hash BLAKE3 para invalidación.applyTo+ MCP / extensión PAM, best-effort).Estado
🚧 Plan pendiente de aprobación (HITL). Hay 5 decisiones abiertas en §12, la primera es plataforma objetivo (Claude Code / Copilot Chat / ambas).
Próximo paso
Tras aprobar plataforma y prerrequisitos P3/P4, implementar Fase 1 (
tools/pam/+ hooks).📄
.github/plans/pam-memory-integration/pam-memory-integration-plan.md🤖 Generated with Claude Code
Generated by Claude Code