team_audit
Retrieve the immutable governance audit log for a shared brain, showing who changed roles and confirmed lessons with timestamps, to support compliance and security reviews.
Instructions
View the governance audit log for a shared brain — an immutable trail of who changed roles and who confirmed which lessons, with timestamps. Essential for enterprise compliance and security reviews. Admin-only once governance is active (an admin has been assigned). Events are recorded automatically on team_assign_role and team_confirm — no setup. Example: team_audit(requester="alice") → "👑 role: bob set carol viewer → contributor · ✅ confirm: dave confirmed auth:jwt-skew (senior)".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events to show, newest first (default: 50, max: 200) | |
| requester | No | Your handle — must be an admin once governance is active | |
| instance_id | Yes | UUID of the shared team brain instance |