PROMOTE_002 — Promote Validation
What This Means
Section titled “What This Means”The content failed validation checks that run before promotion. Content must be structurally valid before it can be shared.
Common Causes
Section titled “Common Causes”- Missing required fields in content metadata (e.g., no
nameordescription) - Invalid YAML syntax in configuration files
- Content references files that do not exist
- Hook definitions with invalid event names or tool names
How to Fix
Section titled “How to Fix”- Review the validation errors in the command output — each will describe the specific issue
- Fix the structural issues in your content files
- Run
syllago inspect <item>to verify the content is valid - Retry the promote operation
Example Output
Section titled “Example Output”Error PROMOTE_002: content validation failed: missing required field "description" in rules/my-rule Suggestion: fix validation errors shown above, then retry