Audit log, announcements, feature flags
Generated from
mcp/patterns.registry.json— do not edit by hand; change the registry and runbun run patterns:build.
Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes.
Category: Admin & Privacy · Tier: light · Risk: medium — audit integrity and flag correctness affect privileged operations
Admin-side systems for recording an audit trail of privileged actions, publishing site announcements, and toggling feature flags, all under the admin server module.
When to use: Use when an admin action needs to be logged, a message needs to be broadcast to users, or a feature needs a togglable flag.
Docs
Code
Proof
/admin(app route, no showcase)
Machine-readable record: admin-privacy-audit-log in mcp/patterns.registry.json.