> Requires spt-core **v0.27.0 or newer** (unchanged). Update with `spt adapter update claude-spt`; takes effect on an endpoint's next start — bounce your endpoints to pick it up. Ships alongside sptc plugin **0.1.16** — update the plugin too (`claude plugin install sptc@cplugs`), as the two halves reference each other.

### Fixed
- **Going live no longer makes the agent stop and read a file first.** The instructions for `/sptc:live` had grown past what Claude Code will carry inline, so every single bringup was written to a file the agent had to open before it could do anything — slow, and easy to mistake for something being broken. The instructions are now assembled for the session actually in front of you: a session the daemon already launched no longer receives the several pages about arming a listener it must not arm, and a session you launched yourself no longer receives the part explaining why it should skip that step. Both now arrive inline, with room to spare.
- **A live agent going live in a daemon-launched session is no longer told its upkeep twice.** Instructions for communing and signing off already arrive when such a session starts, so the go-live moment no longer repeats them.
