@unified-product-graph/cloud-server 0.9.18 → 0.9.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/tools-manifest.json +4 -4
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -4299,7 +4299,7 @@ var TOOL_DEFINITIONS = [
|
|
|
4299
4299
|
},
|
|
4300
4300
|
{
|
|
4301
4301
|
"name": "get_tree",
|
|
4302
|
-
"description": "Assemble a canonical tree pattern (ost, okr, user, product, validation, strategy, feature_areas) from the product graph. Walks the pattern's type-driven child map over the live graph (drift-proof, follows whatever edge wired each parent to a child of the expected type), roots at the pattern anchor with fallback, and reports structural gaps. Returns nested data, not rendered text.",
|
|
4302
|
+
"description": "Assemble a canonical tree pattern (ost, okr, user, product, validation, strategy, feature_areas, delivery, architecture, journey, design_system) from the product graph. Walks the pattern's type-driven child map over the live graph (drift-proof, follows whatever edge wired each parent to a child of the expected type), roots at the pattern anchor with fallback, and reports structural gaps. Returns nested data, not rendered text.",
|
|
4303
4303
|
"inputSchema": {
|
|
4304
4304
|
"type": "object",
|
|
4305
4305
|
"properties": {
|
|
@@ -4309,7 +4309,7 @@ var TOOL_DEFINITIONS = [
|
|
|
4309
4309
|
},
|
|
4310
4310
|
"pattern": {
|
|
4311
4311
|
"type": "string",
|
|
4312
|
-
"description": "Tree pattern id: ost, okr, user, product, validation, strategy, feature_areas"
|
|
4312
|
+
"description": "Tree pattern id: ost, okr, user, product, validation, strategy, feature_areas, delivery, architecture, journey, design_system"
|
|
4313
4313
|
},
|
|
4314
4314
|
"from_id": {
|
|
4315
4315
|
"type": "string",
|