backlog_wakeup
Provides a startup briefing with active tasks, constraints, and recent completions to quickly resume work. Optionally scope to a folder or resume a mid-flight operation.
Instructions
Dense session-start briefing: active tasks, current epics, project constraints (requirements as stubs, violated/at-risk first — treat these as standing product intent), recent completions (with evidence snippets), recent activity, and the home-wide unfiled work count. No focal entity required — use this at the start of every session to understand what you were working on. Optional scope narrows the entity sections to a folder, milestone, or epic; unfiled remains home-wide because parentless work has no subtree ancestry. Optional operation resumes a mid-flight operation document: its live state becomes the briefing's FOCUS centerpiece and the rest of the briefing yields budget to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| home | No | Select the document home for this read. "all" queries global plus the explicitly supplied/bridged project root; it never scans prior projects. | |
| scope | No | Optional entity ID to scope the briefing to a subtree. Must be a container (folder/milestone/epic). Use a folder ID for project-scoped wake-up (e.g. "FLDR-0001"). Omit to get everything across the whole backlog. | |
| operation | No | Optional focal document ID (e.g. "OP-0001") to resume a mid-flight operation: the briefing gains a `focus` centerpiece carrying that document's declared wakeup projection, and non-focal sections yield budget deterministically (completions 5→2, activity 5→2, knowledge 5→3, declared sections capped at 2; constraints never yield). Works for any document whose substrate declares `disclosure.wakeup`. Unknown or non-live IDs error honestly, naming live candidates. | |
| max_activity | No | Max recent activity-log entries. Default: 5. | |
| project_root | No | Project root for this call. Overrides the bridge project root and selects the project home. | |
| max_completions | No | Max done tasks in the "recent" section. Default: 5. | |
| max_constraints | No | Max requirement constraint stubs. Default: 3; 0 disables. Truncation is reported via metadata.constraints_omitted. | |
| evidence_snippet_chars | No | Max chars of evidence to include per completion. Default: 160. |