twining_assemble
Retrieve a session briefing with prior decisions, warnings, and handoff context before starting work on a task.
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") | |
| agent_id | No | Agent identifier for assembly tracking (default: main) | |
| max_tokens | No | Token budget (default: from config, typically 4000) |