Memex Admin
Dashboard
API Keys
Policies
Backend: Feature Flag Hygiene
Repository: mem-labs/mem
Back to Policies
Cancel
inactive
Updated Feb 18, 2026, 8:49 PM
Name
Status
active
inactive
Markdown
Feature flags in backend should be intentional and maintainable. Scope: - Enforce when adding or changing backend feature flags. Rules: 1) New flags should include clear ownership/context in code or PR description. 2) Default behavior should be explicit and safe. 3) Add a cleanup intent (ticket, comment, or follow-up note) for temporary/experimental flags. Review behavior: - Return NOT APPROVED when a new flag is introduced with ambiguous default behavior or no clear ownership/cleanup intent. - Do not block simple flag removals.
Cancel
Save Policy