feat(ql3): prepare adopted deployment bundles

This commit is contained in:
whyour
2026-08-21 14:09:59 +08:00
parent 07cb5ea0a8
commit 190117a662
10 changed files with 2231 additions and 6 deletions
+9
View File
@@ -1786,6 +1786,7 @@ function auditSourceImports(root, packagePath, findings) {
'src/deployment/service-manager/serviceManagerIntent.ts',
'src/deployment/service-manager/serviceCutoverConsumer.ts',
'src/deployment/service-manager/legacy-rollback/preparation.ts',
'src/deployment/adopted-bundle/material.ts',
].includes(path.relative(packageDirectory, filePath)) &&
specifier ===
'@qinglong/local-sqlite/data-directory-application-commit'
@@ -2634,6 +2635,14 @@ function auditSourceImports(root, packagePath, findings) {
) {
continue;
}
if (
packagePath === 'packages/ql3-local-owner-cli' &&
path.relative(packageDirectory, filePath) ===
'src/deployment/adopted-bundle/material.ts' &&
specifier === '@qinglong/local-sqlite/data-directory-application-commit'
) {
continue;
}
if (
packagePath === 'packages/ql3-local-owner-cli' &&
path.relative(packageDirectory, filePath) ===