mneme_prime
Combines recent session documents and topic-relevant matches into a token-budgeted context bundle for new sessions. Uses session ID for deduplication and progressive format selection.
Instructions
Preflight context bundle for a new session. Combines recent session-typed docs and topic-relevant matches inside a token budget. v1.0 uses the full injection format; Phase F.5 adds the keypoints/ref Adaptive Context Layer. Pass session_id (from CLAUDE_SESSION_ID) to activate per-session injection deduplication and progressive format selection (full → keypoints → ref as context fills).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_description | Yes | ||
| budget_tokens | No | ||
| recent_session_count | No | ||
| topic_doc_count | No | ||
| session_id | No | Caller session identifier (e.g. CLAUDE_SESSION_ID). Enables per-session injection deduplication and progressive format selection (full to keypoints to ref). |