twining_assemble
Get a pre-task briefing with decisions to respect, warnings to address, and handoff context from previous agents. Call before reading code or making changes to align with project constraints.
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. token_estimate ≈ max_tokens is the signature of budget truncation: the briefing (and decisions_count) was clipped — re-call with a larger max_tokens (e.g. 100000) for complete coverage. decisions_count is the briefing selection, not a scope census; use twining_why total_in_scope for populations.
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) |