Keep the facts that should outlive this session.
Decisions, lessons, errors, preferences, and relations stay explicit instead of disappearing into a transcript.
aidememo fact add "Use Redis Cluster" \
--type decision --entities Redis,Cache
Cross-agent project continuitySwitch coding agents. Keep the work moving.
Carry decisions, failed attempts, and lessons across Hermes, Codex, Claude Code, and other coding agents. No chat sync. No restart from zero. The default local memory loop does not require an external LLM call.

ERROR Old refresh token was reused.
LESSON Tokens rotate after every refresh.
DECISION Persist the new token atomically.
curl -fsSL https://raw.githubusercontent.com/taeyun16/aidememo/main/scripts/install.sh | bashMeasured, with boundaries
Public claims stay attached to a dataset, retrieval stack, and execution envelope.
Read the scorecardLongMemEval-S, 500 questions, opt-in BGE plus two-stage rerank
Daemon BM25 versus fresh CLI, with the same BrainBench score
Shared HTTP MCP, two clients and twenty persisted writes
One project. Any agent.
Shared memory keeps project context available. Handoff deliberately changes ownership with a focus, a definition of done, and returned evidence linked to the same session.
Hand off a tracked taskThe local memory loop
Capture explicitly, retrieve deliberately, and expose only the context the next task needs.
Decisions, lessons, errors, preferences, and relations stay explicit instead of disappearing into a transcript.
aidememo fact add "Use Redis Cluster" \
--type decision --entities Redis,CacheBM25-first search stays fast and deterministic, while semantic retrieval steps in when lexical evidence is weak.
aidememo query "Redis cache" --depth 2Use the same local store through MCP, the agent SDK, the CLI, or native bindings without adopting a hosted runtime.
aidememo init --agent codex ./wikiOne core, several entry points
Documentation
English and Korean guides share the same tested routes, examples, and release gates.
AIDEMEMO / 0.1