> 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.

### Fixed
- **Typing the short form of a skill — `/ready terminus`, `/live perri` — now works.** Claude Code accepts the short name whenever it is unambiguous, but only the fully written out `/sptc:ready` form reached the adapter, so the short form arrived with none of the skill's instructions attached. The agent was left holding an empty stub, and the stub told it to go check whether spt was installed — turning a one-step bringup into a multi-step hunt through your machine, which is exactly what a stuck `/ready` looked like in the field. Every skill now answers to both forms, and a command that starts with a stray blank line (a paste, or a multi-line input box) resolves too.
- **When a skill's instructions do not arrive, bringup now costs one step instead of five.** Each skill stub now carries the single command that does its own job, so `/ready` and `/live` still come up in one action even if the instructions go missing; `/sptc:setup` is suggested only when spt itself is actually absent.
