Check FTC project hygiene
check_project_hygieneAudit your FTC robot project pre-competition to detect duplicate Driver Station names, orphaned files, broken documentation links, missing APKs, disabled OpModes, TODOs, and uncommitted changes.
Instructions
Read-only pre-competition audit for duplicate Driver Station names, orphaned generated file pairs, broken subsystem-doc links, incompatible hardware types, stale or missing APKs, disabled OpModes, TODOs, and uncommitted Git changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Path to the FtcRobotController SDK project. Defaults to $FTC_TOOLCHAIN_PROJECT_DIR, then the workspace clone made by create_project. |