Skip to content

Latest commit

History

History
14 lines (11 loc) 路 454 Bytes

File metadata and controls

14 lines (11 loc) 路 454 Bytes

馃殾 FlagCentral

A lightweight playground repo for AI-powered developer tools (like Devin) to detect, list, and remove feature flags.

Features

  • 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:

  1. Identify feature flags.
  2. Remove a flag and references.
  3. Create a PR automatically.