-| **Context Package** | Everything an agent needs to start work — intent, dependencies, active claims on overlapping files, recent signals, team conventions — assembled in one call via `get_context`. Solves the state handoff problem: when Agent A completes work, the structured output travels with the task so Agent B gets a stable input contract, not just "the file changed." Sequential dependency chains require this — Agent B's correctness depends on Agent A's output schema being stable across runs. |
0 commit comments