get_wake_up
Retrieve project context and architectural decisions at session start to understand code structure and dependencies.
Instructions
Compact orientation context (~300 tokens) for session start. Returns: project identity, active architectural decisions (linked to code symbols/files), and memory stats. Auto-mines sessions on first call if no decisions exist yet. Like MemPalace wake-up but code-aware — decisions are tied to the dependency graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_decisions | No | Max recent decisions to include (default: 10) | |
| auto_mine | No | Auto-mine sessions if decision store is empty (default: true) |