feat(local): plan secret config reconciliation

This commit is contained in:
whyour
2026-08-23 16:13:47 +08:00
parent dbd219bedc
commit fbb67ff5c8
10 changed files with 1035 additions and 92 deletions
+6
View File
@@ -2058,6 +2058,12 @@ function auditSourceImports(root, packagePath, findings) {
'src/deployment/reconciliation/application/automation/rowPlan.ts' &&
specifier === '@qinglong/local-admin/adoption-inspection'
) &&
!(
path.relative(packageDirectory, filePath) ===
'src/deployment/reconciliation/application/secret-and-config/rowPlan.ts' &&
specifier ===
'@qinglong/local-admin/reconciliation-secret-and-config-inspection'
) &&
!(
[
'src/deployment/compose/composeApply.ts',