This repository was archived by the owner on Aug 26, 2026. It is now read-only.
ADR-0032: gate aggregator 严格化 + 检测链路 pipefail 修复(P1-3) - #48
Closed
cloudbrid-agent[bot] wants to merge 1 commit into
Closed
ADR-0032: gate aggregator 严格化 + 检测链路 pipefail 修复(P1-3)#48cloudbrid-agent[bot] wants to merge 1 commit into
cloudbrid-agent[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
关闭:与已合并的 ADR-0032(PR #47,更完整:覆盖业务仓 aggregator + EXPECTED_SKIP 结构性跳过白名单设计)撞号且大部分冗余。本 ADR 中独有的 governance-drift pipefail 缺陷发现(run 32331351942 实证)将以独立 ADR-0033 重新提交。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
摘要
自动合并计划 P1-3(.github#84)决策背书:唯一 required check
gate的 aggregator 断言改为严格result == "success"(skipped ≠ success,消灭 #81 §3.1 的 fail-open 面)。含同类活体缺陷修复:governance-drift.yml 的
drift-check | tee管道在 Actions 默认 shell(无 pipefail)下吞掉 exit 1——漂移检出时步骤仍绿、if: failure()的开 issue 分支从不触发(run 32331351942 实证:4 项漂移、步骤 success、issue 未开)。GM-1 报警机制整体失效中,本 ADR 一并修复。另登记 workflow 级路径过滤禁令 + 既有例外(AI_Web_School contract.yml,非 required 补充检测)。
验证