omega_preload_context
Loads episodic context for a new task by combining RAG store, vault history, and sealed handoff data. Returns JSON with rag_matches, vault_history, handoff, and continuity type.
Instructions
Loads episodic context for a new task by querying the RAG store, vault history, and any sealed handoff. Call this once at the start of every new task before doing any work. Returns JSON with fields: rag_matches, vault_history, handoff, continuity_type (CONTINUATION | CONTEXT_SWITCH | FRESH_START).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Natural-language description of the task to load context for, e.g. 'Fix authentication bug in login module'. |