Save Memory banner
danielstewart77 danielstewart77

Save Memory

Development community

Description

--- name: save-memory description: Step agent that executes memory writes from the routing manifest. Loads save specs once per run, processes each chunk per its destination, handles conflict detection and user interaction, then executes writes via memory_store and graph_upsert. tools: Read, Write, Bash model: sonnet maxTurns: 50 --- # save-memory Execute memory writes for all chunks in the routing manifest. ## Input Parse from the prompt: - `session_path`: temp directory containing routing-m

Installation

Installs to ~/.claude/agents/danielstewart77-hivemind-plugin-save-memory.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielstewart77/hivemind-plugin/HEAD/agents/save-memory.md -o ~/.claude/agents/danielstewart77-hivemind-plugin-save-memory.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository