Общая память для мультиагентных пайплайнов

★ 7.9 · knowledge-management

unified-memory is a Claude Code skill that enables durable, inspectable context sharing and handoffs between multiple agents — Claude, Codex, Hermes, Cursor, OpenCode, and others — through the local ECC Memory Vault. It covers three vault scopes (project, team, user) and defines operations for searching, saving context, creating handoffs, and validating the vault via the `ecc memory` CLI or an optional MCP server exposing `memory_save`, `memory_search`, `memory_read`, and `memory_doctor`. The skill is guidance only; the `ecc-universal` npm runtime must be installed separately before any CLI or MCP commands work. It is designed for multi-agent pipelines where task state must survive session switches or be handed from one harness to another — with explicit rules against storing credentials, raw transcripts, or promoting recalled memories directly into project policy.