fix(knowledge-fs): sync capability operation count

This commit is contained in:
Stephen Zhou 2026-08-11 11:18:55 +08:00
parent d9e25e40f6
commit e4c7987cf0
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"schemaVersion": 5,
"subtreeTree": "4ab4f882f3d062f8e8bc8cd22604ee871b04c0ed",
"subtreeTree": "bba95422c50236c8c872618a7c5f8a6b56a12872",
"openapiSha256": "6e89f6e365256b7b169aece12c102296038629e78edfa105a8c99da0d122b57c",
"capabilityV2AuthManifestSha256": "fc0a47e23cce12544882f0298522b4933002e892b84ce1815df7e81d36a7a0c7",
"capabilityV2AuthTestVectorSha256": "ae0de37b1ff05c40f905cf17a7b410d8971acacf64db07d5ee3d6fecfa559ce3",

View File

@ -20,7 +20,7 @@ test("Capability v2 operation export is deterministic and includes internal life
);
const document = JSON.parse(readFileSync(output, "utf8"));
assert.equal(document.schemaVersion, 1);
assert.equal(new Set(document.operations.map((operation) => operation.operationId)).size, 110);
assert.equal(new Set(document.operations.map((operation) => operation.operationId)).size, 112);
assert.deepEqual(
document.operations.find(
(operation) => operation.operationId === "createSourceCrawlImportWorkflow",