context_pull
Retrieve the current shared working state for a project segment, including open tasks, questions, decisions, and handoffs. Use this as the initial step to align with the project's latest context.
Instructions
Pull the current shared working state for a project segment (and its sub-segments). Call this FIRST, before doing anything on the project: it returns the open tasks, open questions, recent decisions/changes/notes, and your inbox of handoffs. Treat it as the current truth about where the work stands.
segment is a dotted path, e.g. "myproject" or "myproject/backend/auth"; a
parent pulls all descendants. Treat status entries ("fixed"/"done") as CLAIMS to
verify against git (see context_verify), not facts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| segment | No | project |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |