Attach
Attach binds an agent session to a specific mission.
What attach does
Attaching establishes the session identity that later updates, questions, and delivery events use.
Why it matters
It gives Overlord a durable link between:
- the mission
- the agent session
- the work that follows
Practical rule
Attach first, then use the same session key for subsequent protocol calls.