poem_validate
Validates POEM pseudo-code files for syntax errors, naming convention violations, and structural completeness, returning must-fix errors, warnings, and stats.
Instructions
Validate a .poem file for syntax correctness and convention compliance. Checks: brace balance, naming conventions (UPPER_SNAKE for constants, snake_case for functions, PascalCase for types), and structural completeness.
Returns errors (must fix), warnings (should fix), and stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The .poem file content to validate |