Skip to content
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
groksrc merged 2 commits intomainfrom
feature/add-memory-agent
Jan 26, 2026
Merged

Add basic-memory-manager subagent for isolated context operations#2
groksrc merged 2 commits intomainfrom
feature/add-memory-agent

Conversation

@groksrc
Copy link
Copy Markdown
Member

@groksrc groksrc commented Jan 24, 2026

Summary

  • Adds agents/basic-memory-manager.md - a dedicated subagent for handling memory operations in an isolated context window
  • Bumps plugin version to 0.2.0

What this enables

Users can now have Claude delegate memory-intensive operations to a specialized agent that:

  • Runs searches, context building, and note creation outside the main conversation
  • Returns concise summaries instead of consuming the main context window
  • Understands Basic Memory's knowledge structure (entities, observations, relations)
  • Follows best practices for knowledge graph management

Agent capabilities

The subagent includes comprehensive guidance for:

  • Knowledge structure - Entities, observations with categories, relation types
  • Search patterns - Progressive search, filtering by type/date
  • Context building - Using build_context() with depth and timeframe
  • Note templates - Decision records, meeting notes, troubleshooting logs
  • Best practices - Search before creating, link generously, update incrementally

Test plan

  • Reinstall plugin after merge
  • Test that Claude delegates memory operations to the subagent
  • Verify main context receives concise summaries
  • Confirm existing commands and skills still work

🤖 Generated with Claude Code

groksrc and others added 2 commits December 20, 2025 19:50
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>
@groksrc groksrc requested a review from phernandez January 26, 2026 01:12
Copy link
Copy Markdown
Member

@phernandez phernandez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure. I have no idea if this stuff works.

@groksrc groksrc merged commit 7b05efa into main Jan 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants