join_run
Join an evolutionary run to get your island assignment and begin contributing mutations.
Instructions
Join a run and receive this worker's island assignment.
Call this after get_contract and before the first next_parent call. Pass a useful runtime
label such as claude-code, codex, or a local worker identifier.
Returns: {"island": int}, or {"error": true, "kind": str, "message": str}.
Mistake to avoid: never invent an island number or reuse another worker's assignment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| runtime | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||