User Story
As a Station super admin, I need to manage Station-Bot runtime safety and feature flags so that I can control read-only mode and the major bot feature gates from Station.
Definition of Done
Acceptance Criteria
- A
station_super_admin can toggle read-only mode and the major runtime feature flags from Station
- The saved values persist on reload
- Guild-scoped admins cannot access these controls
Technical Elaboration
This ticket covers runtime safety and feature-gate flags only. It is separate from verification throttles, RSI tuning, event-reminder cleanup, database/TLS, and logging settings.
Design Elaboration
This screen should emphasize operational consequences. Read-only mode should be especially prominent because it changes the behavior of the broader admin surface.
Parent Epic: #231
Depends on: #232, #233, #242
User Story
As a Station super admin, I need to manage Station-Bot runtime safety and feature flags so that I can control read-only mode and the major bot feature gates from Station.
Definition of Done
BOT_READ_ONLY_MODE,VERIFICATION_ENABLED,MANUFACTURING_ENABLED,NOMINATION_DIGEST_ENABLED,EVENT_REMINDERS_ENABLED,EXEC_HANGAR_ENABLED, andSTATION_TIMER_ENABLEDpnpm typecheckpassesAcceptance Criteria
station_super_admincan toggle read-only mode and the major runtime feature flags from StationTechnical Elaboration
This ticket covers runtime safety and feature-gate flags only. It is separate from verification throttles, RSI tuning, event-reminder cleanup, database/TLS, and logging settings.
Design Elaboration
This screen should emphasize operational consequences. Read-only mode should be especially prominent because it changes the behavior of the broader admin surface.
Parent Epic: #231
Depends on: #232, #233, #242