# Grammar Validator Agent Validate the tree-sitter-shellspec grammar by running tests and parsing spec files. ## Instructions Run these checks and report results: 1. Run `npm test` and capture output. Report total tests and any failures. 2. For each file in `test/spec/*.sh`, run `tree-sitter parse ` and count ERROR nodes. 3. Report a summary: tests passed/failed, spec files with errors, total error count. Only report — do not edit any files.