## C. Load your resume context

On a normal session the relay output shows `SEEDED:<pid>`, then `BOUND:<id>`, then `READY:<id>`
(check it only if connectivity complications arise). **Once bound, pull your durable resume
context** — going live in a harness-hosted session does NOT auto-run the SessionStart resume
download, so load it yourself now:

`spt api --adapter claude-spt psyche-download <id> --session-id $OWL_SESSION_ID`

It emits your durable tiers (`<live-role>` / `<live-context>` / `<project-context>`) plus any
not-yet-synthesized `<pending-commune>` — adopt it as your working context (this is what a RETURNING
live agent resumes from). A brand-new agent that never lived before gets NO-CONTEXT / empty — nothing
to load, which is correct. Run it AFTER the perch is bound (not before): a pre-bind session id does
not yet match the perch, and only a post-bind call resolves cleanly.

Then emit the LIVE block from your skill doc — and nothing else from bringup.
<!-- [doc->REQ-SKILL-LIVE] -->
