feat(ql3): rehearse cross-domain reconciliation completion

This commit is contained in:
whyour
2026-09-02 02:37:39 +08:00
parent 37801d2f30
commit a95ed67fe8
20 changed files with 1030 additions and 60 deletions
@@ -227,6 +227,18 @@ function auditWorkflow(contents, findings) {
'automation-apply-verify.result.json',
'automation-rollback-verify.result.json',
'"completion":"not_attempted"',
'--shape=completion-ready',
'--mode=completion-review',
'apply-plan edge',
'"status":"secret_config_decision_required"',
'"automaticCandidateDecision":"not_authorized"',
'--mode=secret-config',
'complete edge',
'"status":"reconciliation_completed"',
'"adapterCount":3',
'completion-verify.result.json',
'"targetRestart":"not_authorized"',
'"legacyRestart":"not_authorized"',
'docker rm "${TARGET_CONTAINER}" "${LEGACY_CONTAINER}"',
'--application-sbom="${APPLICATION_SBOM}"',
'--operator-sbom="${RUNNER_TEMP}/ql3-local-operator.cdx.json"',
@@ -260,6 +272,11 @@ function auditWorkflow(contents, findings) {
'--mode=review',
'--mode=automation',
'apply-rollback edge',
'--shape=completion-ready',
'--mode=completion-review',
'apply-plan edge',
'--mode=secret-config',
'complete edge',
'name: Upload the tested native Local Alpha trial kit',
]) {
const index = contents.indexOf(value, cursor + 1);