Off was the flag
Toby deleted 47 dead feature flags — all the ones set to false. The half-built features shipped to everyone.
The mistake
Toby deletes every feature flag set to false as dead code, shipping
half-finished features to everyone with no way to turn them off. The flag was
not leftover scaffolding around the feature — it was the off switch.
- feature-flags
- cleanup
- release-management