<!-- ghit#filepath: /Users/jagadeesh/boss/drips/credence --> # Introduce configurable guardian role for emergency actions ## Description - Emergency controls rely solely on owner/governance, slowing response in critical incidents. ## Requirements and context - Guardian should have limited emergency-only powers. - Governance retains ultimate control and revocation ability. ## Suggested execution - Add guardian role with scoped permissions (pause, cap reductions, etc.). - Emit events on guardian assignment/revocation and actions. ## Test and commit - Add tests for allowed and disallowed guardian operations. - Verify owner/governance can revoke guardian immediately. ## Example commit message - `feat(contracts): add scoped guardian role for emergencies` ## Guidelines - Keep least-privilege boundaries strict. - Avoid granting upgrade authority to guardian.
Introduce configurable guardian role for emergency actions
Description
Requirements and context
Suggested execution
Test and commit
Example commit message
feat(contracts): add scoped guardian role for emergenciesGuidelines