Skip to content

Commit 5967c36

Browse files
committed
test: register semantic provider facade
1 parent 2af8721 commit 5967c36

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/agent-cli-provider/architecture.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ function containsForbiddenProviderPolicy(source) {
8080

8181
test('live runtime paths only import the built provider helper through approved facades', () => {
8282
const allowedHelperImports = new Set([
83+
'cli/agent-provider-boundary.js',
84+
'cli/agent-provider-boundary.ts',
8385
'lib/provider-names.js',
8486
'src/legacy-lib/provider-names.ts',
8587
'src/providers/index.js',

0 commit comments

Comments
 (0)