twining_assemble
Retrieves a briefing of past decisions and warnings relevant to your task, providing context from previous agents before you modify code.
Instructions
Your FIRST call every session. Returns a briefing with decisions to respect, warnings to address, and handoff context from previous agents. Call BEFORE reading code or making changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Description of what the agent is about to do | |
| scope | Yes | File path, module, or area of codebase (e.g., "src/auth/" or "project") | |
| max_tokens | No | Token budget (default: from config, typically 4000) | |
| agent_id | No | Agent identifier for assembly tracking (default: main) |