SYSTEM
System Settings
Automation Dashboard
Last 24h overview from System API event log.
Window
Ticks started
0
Ticks done
0
Ticks locked
0
Catalog errors
0
Dispatch ok
0
Dispatch errors
0
Notes: “locked” means a tick overlapped an active tick lock; “catalog errors” means the System API could not fetch the published automation catalog from specs.zayaz.io.
Loading automation settings…
About scripts not shown here
Not all package.json scripts appear in the Automation list.
This is intentional.
The Automation system only includes scripts that are:
- designed to run on a schedule, or
- safe and meaningful to run manually via the UI
The following types of scripts are excluded by design:
- Development commands (e.g. local servers, watch modes)
- One-time setup or migration scripts
- Low-level helper scripts that are already wrapped by higher-level automations
- Composite scripts that are only meaningful when called internally
This keeps the Automation UI:
- focused
- safe
- and operationally trustworthy
If a script needs to become schedulable or manually runnable, it should be explicitly added to the automation catalog with clear documentation and safety notes.
Ref: /workspaces/zayaz-docs/scripts/system/automation.overrides.json