Preflight
preflightValidate that Aseprite is connected before starting pixel-art edits. Reports session capabilities and readiness, preventing failures from a missing editor window.
Instructions
Check that Aseprite is connected and report what this session can do. Call this FIRST in any pixel-art task and stop if ready is false — every editing tool writes into the user's open Aseprite window, and there is no useful fallback when that window is not there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ready | Yes | True only when Aseprite is attached and accepting commands. | |
| features | Yes | Optional capabilities this extension build supports. | |
| directive | Yes | What to do next, in one sentence. | |
| activeSprite | No | ||
| asepriteVersion | No | ||
| bridgeConnected | Yes | ||
| pluginConnected | Yes | ||
| extensionVersion | No |