harness-mcp-v2 3.2.14 → 3.2.15
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/build/data/schemas/v0/pipeline.d.ts.map +1 -1
- package/build/data/schemas/v0/pipeline.js +18 -0
- package/build/data/schemas/v0/pipeline.js.map +1 -1
- package/build/data/schemas/v0/template.d.ts.map +1 -1
- package/build/data/schemas/v0/template.js +18 -0
- package/build/data/schemas/v0/template.js.map +1 -1
- package/build/prompts/summarize-pipeline.d.ts.map +1 -1
- package/build/prompts/summarize-pipeline.js +41 -27
- package/build/prompts/summarize-pipeline.js.map +1 -1
- package/build/registry/toolsets/infrastructure.d.ts.map +1 -1
- package/build/registry/toolsets/infrastructure.js +43 -6
- package/build/registry/toolsets/infrastructure.js.map +1 -1
- package/build/tools/diagnose/pipeline.d.ts.map +1 -1
- package/build/tools/diagnose/pipeline.js +4 -1
- package/build/tools/diagnose/pipeline.js.map +1 -1
- package/build/tools/entity-schema/cache-keys.d.ts +2 -0
- package/build/tools/entity-schema/cache-keys.d.ts.map +1 -1
- package/build/tools/entity-schema/cache-keys.js +3 -0
- package/build/tools/entity-schema/cache-keys.js.map +1 -1
- package/build/tools/entity-schema/live.d.ts +8 -0
- package/build/tools/entity-schema/live.d.ts.map +1 -1
- package/build/tools/entity-schema/live.js +32 -5
- package/build/tools/entity-schema/live.js.map +1 -1
- package/build/tools/entity-schema/types.d.ts +2 -0
- package/build/tools/entity-schema/types.d.ts.map +1 -1
- package/build/tools/harness-schema.d.ts.map +1 -1
- package/build/tools/harness-schema.js +7 -0
- package/build/tools/harness-schema.js.map +1 -1
- package/build/utils/body-normalizer.d.ts +25 -0
- package/build/utils/body-normalizer.d.ts.map +1 -1
- package/build/utils/body-normalizer.js +45 -3
- package/build/utils/body-normalizer.js.map +1 -1
- package/npm-shrinkwrap.json +37 -42
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/data/schemas/v0/pipeline.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../../../src/data/schemas/v0/pipeline.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAsvuH/B,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -55278,6 +55278,9 @@ const schema = {
|
|
|
55278
55278
|
},
|
|
55279
55279
|
"instructions": {
|
|
55280
55280
|
"type": "string"
|
|
55281
|
+
},
|
|
55282
|
+
"llmConnectorRef": {
|
|
55283
|
+
"type": "string"
|
|
55281
55284
|
}
|
|
55282
55285
|
}
|
|
55283
55286
|
}
|
|
@@ -55313,6 +55316,9 @@ const schema = {
|
|
|
55313
55316
|
},
|
|
55314
55317
|
"instructions": {
|
|
55315
55318
|
"type": "string"
|
|
55319
|
+
},
|
|
55320
|
+
"llmConnectorRef": {
|
|
55321
|
+
"type": "string"
|
|
55316
55322
|
}
|
|
55317
55323
|
}
|
|
55318
55324
|
}
|
|
@@ -83614,6 +83620,18 @@ const schema = {
|
|
|
83614
83620
|
}
|
|
83615
83621
|
]
|
|
83616
83622
|
},
|
|
83623
|
+
"ignoreMissingValues": {
|
|
83624
|
+
"oneOf": [
|
|
83625
|
+
{
|
|
83626
|
+
"type": "boolean"
|
|
83627
|
+
},
|
|
83628
|
+
{
|
|
83629
|
+
"type": "string",
|
|
83630
|
+
"pattern": "(<\\+.+>.*)",
|
|
83631
|
+
"minLength": 1
|
|
83632
|
+
}
|
|
83633
|
+
]
|
|
83634
|
+
},
|
|
83617
83635
|
"skipPipelineVariables": {
|
|
83618
83636
|
"oneOf": [
|
|
83619
83637
|
{
|