feat(ql3): add bounded copilot mcp surface

This commit is contained in:
whyour
2026-08-16 03:04:12 +08:00
parent 0e85cbdeb6
commit 58025ede55
21 changed files with 1620 additions and 33 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ test('accepts the independent cluster-admin image and attestation closure', (t)
assert.equal(report.image, 'admin');
assert.deepEqual(
report.platforms.map((entry) => entry.spdxApplicationPackages),
[88, 88],
[91, 91],
);
});