routine: memory-store-webhooks (2026-07-26) - #119
Draft
jim4226 wants to merge 1 commit into
Draft
Conversation
…gn input Anthropic shipped memory_store.*/environment.* webhook events for Claude Managed Agents on 2026-07-22, an event-driven alternative to polling that's directly relevant to CSIS's own memory-tier notification path once the system moves off the Phase-0 mock substrate.
This was referenced Jul 26, 2026
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.
Summary
Adds a new roadmap entry (P1.9) noting Claude Managed Agents' new
memory_store.*/environment.*webhook events as concrete design input for CSIS's own memory-tier notification path, once the system moves past the Phase-0 mock/direct-backend substrate onto real Managed Agents.Source
environment.*event types and threememory_store.*event types. You can react to environment and memory store lifecycle changes without polling."Theme
4 — Persistent memory + context. CSIS's 5-tier memory hierarchy (
csis/memory/store.py) and its live dashboard are both poll-based today. An event-driven notification primitive for memory-tier lifecycle changes is directly relevant once real Managed Agents integration happens (CSIS-architecture.html§14).Test plan
Docs-only change, no behavior change.
(unaffected — included for completeness per repo convention)
Notes
This is a documentation/design-note addition only — no code changes, no chokepoints touched. Filed by the daily-improvement routine per
.claude/routines/daily-improvement.md.Generated by Claude Code