chore(spec): regenerate the spec trees for the three commands that gained a provision
dify/find, mongodb/rg and postgres/rg had no provision while their generic siblings on the same backend did; routing the hand-written command tails through the family catalog gives them one, so `has_provision` flips to true for those three in all three spec trees. Spec parity: 93 commands match. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"dify": {
|
||||
"filetypes": [],
|
||||
"has_aggregate": false,
|
||||
"has_provision": false,
|
||||
"has_provision": true,
|
||||
"has_write": false
|
||||
},
|
||||
"discord": {
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
"mongodb": {
|
||||
"filetypes": [],
|
||||
"has_aggregate": false,
|
||||
"has_provision": false,
|
||||
"has_provision": true,
|
||||
"has_write": false
|
||||
},
|
||||
"nextcloud": {
|
||||
@@ -166,7 +166,7 @@
|
||||
"postgres": {
|
||||
"filetypes": [],
|
||||
"has_aggregate": false,
|
||||
"has_provision": false,
|
||||
"has_provision": true,
|
||||
"has_write": false
|
||||
},
|
||||
"qdrant": {
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"dify": {
|
||||
"filetypes": [],
|
||||
"has_aggregate": false,
|
||||
"has_provision": false,
|
||||
"has_provision": true,
|
||||
"has_write": false
|
||||
},
|
||||
"discord": {
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
"mongodb": {
|
||||
"filetypes": [],
|
||||
"has_aggregate": false,
|
||||
"has_provision": false,
|
||||
"has_provision": true,
|
||||
"has_write": false
|
||||
},
|
||||
"notion": {
|
||||
@@ -142,7 +142,7 @@
|
||||
"postgres": {
|
||||
"filetypes": [],
|
||||
"has_aggregate": false,
|
||||
"has_provision": false,
|
||||
"has_provision": true,
|
||||
"has_write": false
|
||||
},
|
||||
"qdrant": {
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"dify": {
|
||||
"filetypes": [],
|
||||
"has_aggregate": false,
|
||||
"has_provision": false,
|
||||
"has_provision": true,
|
||||
"has_write": false
|
||||
},
|
||||
"discord": {
|
||||
|
||||
@@ -160,7 +160,7 @@
|
||||
"mongodb": {
|
||||
"filetypes": [],
|
||||
"has_aggregate": false,
|
||||
"has_provision": false,
|
||||
"has_provision": true,
|
||||
"has_write": false
|
||||
},
|
||||
"nextcloud": {
|
||||
@@ -184,7 +184,7 @@
|
||||
"postgres": {
|
||||
"filetypes": [],
|
||||
"has_aggregate": false,
|
||||
"has_provision": false,
|
||||
"has_provision": true,
|
||||
"has_write": false
|
||||
},
|
||||
"qdrant": {
|
||||
|
||||
Reference in New Issue
Block a user