find_stale_placeholders
Detect functions marked TODO that still return hardcoded values, catching reports that ignore input and return constants from development.
Instructions
Find functions marked TODO that still return a hardcoded value.
Catches the reporting function that reads its input file, ignores it, and returns the constant it was seeded with during development.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |