veto_flag_auditor
Audits codebases to detect LaunchDarkly, Unleash, or custom feature flag calls, then classifies flags into active, removal candidates, or orphans.
Instructions
SDK-agnostic feature flag auditor — detects LaunchDarkly/Unleash SDK calls AND custom if(flags.X) patterns. Classifies flags as: actively toggled / candidate for removal / orphaned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sdk | No | SDK hint: 'launchdarkly','unleash','custom', or 'auto' (default). | |
| project_dir | Yes | Absolute path to the project root. | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |