II.
Topic JSON
Structured · livetopic:memory-type-taxonomy
Memory Type Taxonomy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:memory-type-taxonomy",
"_kind": "Topic",
"_file": "domain/topics/topics-knowledge-patterns.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Memory Type Taxonomy",
"description": "Memory Type Taxonomy as a cross-cutting topic — the classification of\nagent memory into distinct types with different persistence, update,\nand retrieval semantics. The four-type model (popularized by memories.sh)\nidentifies: session memory (volatile, cleared per run — equivalent to\ncontext window scratch space), semantic memory (persisted facts and\npreferences — the \"what I know\" layer, typically memory.md), episodic\nmemory (dated logs of past interactions — the \"what I did\" layer,\nsupporting retrospection and audit), and procedural memory (workflows\nand reusable task patterns — the \"how I do things\" layer). This taxonomy\nmaps to cognitive psychology's memory model (working memory, semantic\nlong-term memory, episodic long-term memory, procedural long-term\nmemory) and provides a principled framework for deciding what to\npersist, where, and for how long. Different agent products emphasize\ndifferent memory types: Claude Code primarily implements semantic memory\n(MEMORY.md), Cline emphasizes structured semantic categories, and\nmemories.sh is the only system that explicitly models all four types.\n"
},
"outgoingEdges": [
{
"from": "topic:memory-type-taxonomy",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:memory-type-taxonomy",
"to": "specialization:ai-agents-conversational",
"kind": "applies_to"
},
{
"from": "topic:memory-type-taxonomy",
"to": "topic:unified-agent-memory",
"kind": "related_topics"
},
{
"from": "topic:memory-type-taxonomy",
"to": "topic:auto-memory",
"kind": "related_topics"
},
{
"from": "topic:memory-type-taxonomy",
"to": "topic:memory-scoping",
"kind": "related_topics"
},
{
"from": "topic:memory-type-taxonomy",
"to": "topic:memory-consolidation",
"kind": "related_topics"
}
],
"incomingEdges": [
{
"from": "domain:knowledge-management",
"to": "topic:memory-type-taxonomy",
"kind": "contains"
},
{
"from": "tool:memories-sh",
"to": "topic:memory-type-taxonomy",
"kind": "relates_to_topic",
"attributes": {}
},
{
"from": "topic:unified-agent-memory",
"to": "topic:memory-type-taxonomy",
"kind": "related_topics"
}
]
}