hivemem-wakeup
Use at the start of every session to load identity and critical context from HiveMem.
HiveMem Wakeup Skill
Overview
This skill ensures that the agent has a complete understanding of the user's current identity, projects, and critical facts before proceeding with the session.
When to Use
- Start of session: Call before the first response to the user.
- Context shift: When the user asks about past decisions or current status.
Workflow
- Initial Wakeup: Always call
hivemem_wake_upfirst to load L0 (Identity) and L1 (Critical) context. - Analyze Intent: Identify the user's current project or problem area.
- Search Relevance: Call
hivemem_searchwith the session topic to retrieve relevant historical cells. - Traverse Context: If the topic is an entity, call
hivemem_traverseandhivemem_quick_factsto see current relationships and valid-from dates. - Blueprint Review: Call
hivemem_get_blueprintfor the current realm to understand the narrative overview of the area. - Synthesize: Start the response with a brief summary of what you've retrieved ("I've loaded your context for [Project] from HiveMem...").
Security & Transparency
- Bounded Scope: Only reads from HiveMem; no write access allowed in the wakeup phase unless explicitly directed.
- Traceability: The wakeup sequence is logged in the session history and the HiveMem audit log.