test(ql3): authorize read-only cutover probe boundary

This commit is contained in:
whyour
2026-08-31 01:32:28 +08:00
parent 2215a29afb
commit a76618e176
2 changed files with 49 additions and 0 deletions
+8
View File
@@ -2818,6 +2818,14 @@ function auditSourceImports(root, packagePath, findings) {
) {
continue;
}
if (
packagePath === 'packages/ql3-local-application' &&
path.relative(packageDirectory, filePath) ===
'src/production-process/cutoverProbeProcess.ts' &&
specifier === '@qinglong/local-sqlite/readiness-inspection'
) {
continue;
}
if (
packagePath === 'packages/ql3-local-application' &&
path.relative(packageDirectory, filePath) ===