feat(ql3): gate startup on legacy data receipt

This commit is contained in:
whyour
2026-08-21 12:49:45 +08:00
parent 3a725cc8e8
commit f1fc316be1
12 changed files with 788 additions and 79 deletions
+8
View File
@@ -2649,6 +2649,14 @@ function auditSourceImports(root, packagePath, findings) {
) {
continue;
}
if (
packagePath === 'packages/ql3-local-application' &&
path.relative(packageDirectory, filePath) ===
'src/production-process/legacyDataApplicationCommitment.ts' &&
specifier === '@qinglong/local-sqlite/data-directory-application-commit'
) {
continue;
}
if (
packagePath === 'packages/ql3-local-owner-cli' &&
path.relative(packageDirectory, filePath) ===