This repository was archived by the owner on Feb 15, 2026. It is now read-only.
Add basic-memory-manager subagent for isolated context operations#2
Merged
Add basic-memory-manager subagent for isolated context operations#2
Conversation
Adds graceful integration with basic-memory-hooks validation API: - Updated /remember command to validate before writing - Updated knowledge-capture skill with validation section - Updated research skill with validation step - Updated spec-driven-development skill with validation note - Updated README with optional hooks setup instructions When basic-memory-hooks server is running (http://localhost:8000), the plugin will validate and auto-fix memos before saving. If the server is unavailable, memos save normally without validation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Introduces a dedicated subagent that handles memory operations in an isolated context window, preserving main conversation tokens. The agent includes comprehensive guidance for: - Knowledge structure (entities, observations, relations) - Search and discovery patterns - Context building with memory:// URLs - Note templates for decisions, meetings, and troubleshooting - Best practices for knowledge graph management This enables Claude to delegate memory-intensive operations (searches, context building, note creation) to a specialized agent that returns concise summaries instead of consuming the main context window. Bumps plugin version to 0.2.0. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
phernandez
approved these changes
Jan 26, 2026
Member
phernandez
left a comment
There was a problem hiding this comment.
sure. I have no idea if this stuff works.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
agents/basic-memory-manager.md- a dedicated subagent for handling memory operations in an isolated context windowWhat this enables
Users can now have Claude delegate memory-intensive operations to a specialized agent that:
Agent capabilities
The subagent includes comprehensive guidance for:
build_context()with depth and timeframeTest plan
🤖 Generated with Claude Code