Application Validation Test Suite Run the project's test suite and report results in structured JSON format. Purpose Proactively identify issues in the application before they impact users. This command executes the validation stack and reports results for automated processing. Instructions 1. Detect Project Type : Look for package.json, pyproject.toml, or other config files 2. Identify Test Commands : Find the appropriate test runner and commands 3. Execute Tests in Sequence : - Lint check - Type check (if applicable) - Unit/integration tests - Build verification 4. Capture Results : Record…