A lightweight playground repo for AI-powered developer tools (like Devin) to detect, list, and remove feature flags.
- Flat JS structure for fast parsing
- Simple boolean flags for easy cleanup
- Organized by domain (
auth,ui,experiment, etc.) - Includes lightweight test
Use it for demos where an AI needs to:
- Identify feature flags.
- Remove a flag and references.
- Create a PR automatically.