Delimit Release Sync
delimit_release_syncAudit public surface configurations to detect release version drift across CLI, action, npm, and site. Identify inconsistencies before deployment.
Instructions
Audit or report config of public surfaces for consistency (Pro).
When to use: to confirm that all public surfaces (CLI, action, npm, site) reference the same release version and configuration. When NOT to use: to actually deploy or sync content — this is a read/audit tool only.
Sibling contrast: delimit_release_status reports the deployed state; this audits the public surface configuration for drift.
Side effects: gated by require_premium. Calls ai.release_sync.audit (read-only audit) or ai.release_sync.get_release_config when action="config".
Prerequisite: requires Delimit Pro. An unlicensed call returns {"error": ..., "upgrade": "https://delimit.ai/pricing"} without running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Sub-action — "audit" (default) or "config". | audit |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||