{
"run_id": "a1b2c3d4-...",
"workflow": "agent_pr_workflow",
"user_email": "agent@company.com",
"decision": "PASS",
"policy_results": [
{
"policy": "dont_push_to_main",
"passed": true,
"reason": "Branch is not main/master"
},
{
"policy": "require_branch_prefix",
"passed": true,
"reason": "Branch 'agent/fix-149' has required prefix"
}
],
"actions_taken": [
{ "action": "create_branch", "system": "github", "success": true },
{ "action": "create_pr", "system": "github", "success": true }
],
"timestamp": "2026-02-26T03:30:00Z",
"signature": "hmac-sha256-hex..."
}