Progressive Memory Token-efficient memory system for AI agents. Scan an index first, fetch details on demand. Based on progressive disclosure principles from claude-mem. The Problem Traditional memory dumps everything into context: - Load 3500 tokens of history - 94% is irrelevant to current task - Wastes attention budget, causes context rot The Solution Progressive disclosure: Show what exists first, let the agent decide what to fetch. Memory Format Daily Files ( ) Long-Term Memory ( ) Observation Types | Icon | Type | When to Use | |------|------|-------------| | 🚨 | rule | Critical rule,…