Audit agent behavior against company policies. Use when running periodic compliance checks, investigating policy violations, or producing compliance sections for board reports. Checks budget adherence, task freshness, escalation chain compliance, and approval gate enforcement.
Verify agents are following company policies. Run on the cadence defined in governance context.
Read company-governance-context for:
Check that all agents are operating within their budget:
GET /api/companies/{companyId}/costs/by-agentCheck for stale work:
GET /api/companies/{companyId}/issues?status=in_progressCheck that escalations are being honored:
GET /api/companies/{companyId}/activityCheck that governed actions went through approval:
For each violation or concern:
Post compliance review as issue comment or document. Include:
For the full audit checklist, read references/audit-checklist.md.