memory
Installation
SKILL.md
Memory Skill Policy
This skill is an MCP-facing facade for memory operations. Core memory policy (lifecycle/revalidation/promotion) belongs to Rust memory core, not this skill surface.
Router Logic
Scenario 1: User wants to store a transient finding
- Analyze: Determine if the item is transient operational memory (bug/workaround/incident note)
- Store: Call
save_memory(content, metadata) - Confirm: Show the saved memory ID
Scenario 2: User wants to remember/search
- Search: Call
search_memory(query, limit) - Format: Present results with relevance scores
- Respond: "I found X memories about that..."