Add hook selector toggle semantics

This commit is contained in:
Abhinav Vedmala
2026-04-26 20:34:16 -07:00
parent 3de8182aa9
commit c2a3b5a289
20 changed files with 972 additions and 105 deletions

View File

@@ -1449,7 +1449,9 @@
},
"HookConfigSource": {
"enum": [
"plugin"
"plugin",
"user",
"project"
],
"type": "string"
},
@@ -1469,6 +1471,12 @@
},
"source": {
"$ref": "#/definitions/HookConfigSource"
},
"sourcePath": {
"type": [
"string",
"null"
]
}
},
"required": [