feat(ql3): plan automation reconciliation rows

This commit is contained in:
whyour
2026-08-22 00:26:04 +08:00
parent c218f71250
commit 1834c00ff7
15 changed files with 2454 additions and 8 deletions
+5
View File
@@ -2018,6 +2018,11 @@ function auditSourceImports(root, packagePath, findings) {
'@qinglong/local-sqlite/authentication-read',
].includes(specifier)
) &&
!(
path.relative(packageDirectory, filePath) ===
'src/deployment/reconciliation/application/automation/rowPlan.ts' &&
specifier === '@qinglong/local-admin/adoption-inspection'
) &&
!(
[
'src/deployment/compose/composeApply.ts',