automations
Automation triggers, manual runs, listener integrations, and retained cloud sync.
Entry points and registration
extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.
| Implementation | Purpose |
|---|---|
| sand-trigger-hub.ts | Sand Trigger Hub |
| sand-automation-run-now.ts | Sand Automation Run Now |
| listener-integrations.ts | Listener Integrations |
Dependencies and change boundaries
Declared Host dependencies: auth · experiments · settings · telemetry · transcript · trays · turn-execution · notify-bus.
Local scheduling and cloud triggers are different paths; verify each workflow before claiming support.
See Configuration for activation policy and Features for support status.