From 8665de0ed90bdd4acb8956867e03ab9ec81c7e21 Mon Sep 17 00:00:00 2001 From: WhymustIhaveaname Date: Sat, 21 Mar 2026 15:53:51 +0800 Subject: [PATCH 1/2] Add claude-memory-manager to Workflow Orchestration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4de615..db3d9d7 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [angelos-symbo](./plugins/angelos-symbo) - [ceo-quality-controller-agent](./plugins/ceo-quality-controller-agent) - [claude-desktop-extension](./plugins/claude-desktop-extension) +- [claude-memory-manager](https://github.com/WhymustIhaveaname/claude-memory-manager) - Web UI for managing Claude Code's native MEMORY.md memory system. Three-panel interface for browsing, editing, and organizing cross-session memories with full operation reversibility. - [lyra](./plugins/lyra) - [model-context-protocol-mcp-expert](./plugins/model-context-protocol-mcp-expert) - [problem-solver-specialist](./plugins/problem-solver-specialist) From 5f3dc45c073a94ecd2fdb8a34b476bafb18bf150 Mon Sep 17 00:00:00 2001 From: WhymustIhaveaname Date: Sat, 21 Mar 2026 16:10:40 +0800 Subject: [PATCH 2/2] Update claude-memory-manager description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db3d9d7..3168d99 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [angelos-symbo](./plugins/angelos-symbo) - [ceo-quality-controller-agent](./plugins/ceo-quality-controller-agent) - [claude-desktop-extension](./plugins/claude-desktop-extension) -- [claude-memory-manager](https://github.com/WhymustIhaveaname/claude-memory-manager) - Web UI for managing Claude Code's native MEMORY.md memory system. Three-panel interface for browsing, editing, and organizing cross-session memories with full operation reversibility. +- [claude-memory-manager](https://github.com/WhymustIhaveaname/claude-memory-manager) - Global memory tier for Claude Code. Stores cross-project memories in ~/.claude/memory/, injects them via SessionStart hook. Includes a web UI for managing all memory files without digging through directories. - [lyra](./plugins/lyra) - [model-context-protocol-mcp-expert](./plugins/model-context-protocol-mcp-expert) - [problem-solver-specialist](./plugins/problem-solver-specialist)