rush_tdd
Check Test-Driven Development compliance at a specified path, returning a status, findings, and summary to identify gaps and enforce TDD practices.
Instructions
Verify Test-Driven Development (TDD) compliance at . Returns {status, findings[], summary}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| options | Yes | ||
| allow_slow | No | ||
| allow_build | No | ||
| allow_browser | No | ||
| allow_network | No | ||
| allow_download | No | ||
| allow_cache_write | No | ||
| allow_artifact_write | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | ||
| tool | No | ||
| engine | No | ||
| status | No | ||
| metrics | No | ||
| summary | No | ||
| findings | No | ||
| metadata | No | ||
| artifacts | No | ||
| duration_ms | No | ||
| review_kind | No | ||
| engine_version | No | ||
| review_provider | No |