Add guardian review client overrides

This commit is contained in:
Owen Lin
2026-04-09 21:20:54 -07:00
parent b114781495
commit e59f7fbf69
24 changed files with 817 additions and 13 deletions

View File

@@ -4,7 +4,8 @@
"AutoReviewDecisionSource": {
"description": "[UNSTABLE] Source that produced a terminal guardian approval review decision.",
"enum": [
"agent"
"agent",
"user"
],
"type": "string"
},