There was an error while loading. Please reload this page.
1 parent 2af8721 commit 5967c36Copy full SHA for 5967c36
1 file changed
tests/agent-cli-provider/architecture.test.js
@@ -80,6 +80,8 @@ function containsForbiddenProviderPolicy(source) {
80
81
test('live runtime paths only import the built provider helper through approved facades', () => {
82
const allowedHelperImports = new Set([
83
+ 'cli/agent-provider-boundary.js',
84
+ 'cli/agent-provider-boundary.ts',
85
'lib/provider-names.js',
86
'src/legacy-lib/provider-names.ts',
87
'src/providers/index.js',
0 commit comments