Enforcement tiers control what actions require task context, human approval, or are pre-approved.
fw tier0 approve to allow it.
{{ t.description }}
| Timestamp | Tier | Action / Risk | Authorized By | Mechanism |
|---|---|---|---|---|
| {{ b.timestamp | default('?') }} | T{{ b.tier | default('?') }} | {{ b.risk | default(b.action | default('?')) }} | {{ b.authorized_by | default('?') }} | {{ b.mechanism | default(b.reason | default('?')) }} |
No bypass or approval entries logged yet. Entries appear when Tier 0 commands are approved
or git hooks are bypassed with --no-verify.
| Category | Patterns |
|---|---|
| Git | push --force, reset --hard, clean -f, branch -D, checkout/restore . |
| File System | Recursive delete of /, ~, ., * |
| Database | DROP TABLE/DATABASE, TRUNCATE TABLE |
| Infrastructure | docker system prune, kubectl delete namespace |