Background agent for session analysis (legacy - now handled by extract-facts command)
Legacy session analysis agent for backward compatibility. Use the `extract-facts` command instead for modern fact extraction from session files.
/plugin marketplace add ZipperBagCoffee/memory-keeper-plugin/plugin install memory-keeper@memory-keeper-marketplacehaikuNote: As of v6.3.0, fact extraction is handled by
counter.js extract-factscommand. This agent is kept for backward compatibility but is no longer actively used.
This agent was designed to analyze sessions and return structured JSON:
{
"summary": "200-300 character summary",
"decisions": [{"content": "...", "reason": "..."}],
"patterns": [{"content": "..."}],
"issues": [{"content": "...", "status": "open|resolved"}]
}
Facts are now extracted from structured session files:
node counter.js extract-facts parses the file.claude/memory/facts.json automaticallySee Architecture for details.
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences