docs(gates): admit stage validation and pipeline summaries
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
# 分阶段质量门禁失败回退演练报告(2026-03-27)
|
||||
|
||||
- 演练脚本:`scripts/ci/stage-gate-drill.sh`
|
||||
- 演练场景:`G3` 阶段失败(模拟契约漂移)
|
||||
- 演练日期:2026-03-27
|
||||
|
||||
---
|
||||
|
||||
## 1. 演练输入
|
||||
|
||||
1. 注入失败阶段:`G3`
|
||||
2. 预期动作:
|
||||
- 阻断当前阶段
|
||||
- 回退到 `G2`
|
||||
- 冻结后续升波
|
||||
- 生成整改任务(24h SLA)
|
||||
|
||||
---
|
||||
|
||||
## 2. 演练结果
|
||||
|
||||
1. `G0/G1/G2` 正常通过。
|
||||
2. `G3` 命中失败并触发回退。
|
||||
3. 实际回退目标:`G2`(与预期一致)。
|
||||
4. 后续阶段(`G4/G5`)被正确冻结。
|
||||
|
||||
原始日志:
|
||||
- `reports/gates/stage_gate_drill_2026-03-27.log`
|
||||
|
||||
---
|
||||
|
||||
## 3. 指标映射
|
||||
|
||||
1. `M-018`(阶段质量门禁通过率)
|
||||
- 正常发布场景目标:100%
|
||||
- 本次演练场景:故障注入,按“失败可正确回退”判定通过
|
||||
2. `M-019`(需求追踪覆盖率)
|
||||
- 演练前置条件要求存在完整追踪关系
|
||||
|
||||
---
|
||||
|
||||
## 4. 结论
|
||||
|
||||
结论:**PASS(演练成功)**
|
||||
|
||||
说明:本次演练验证了“失败即回退、不得跳阶段推进”的机制有效,满足防偏离主线要求。
|
||||
@@ -0,0 +1,22 @@
|
||||
# 真实 STG 就绪度检查
|
||||
|
||||
- 时间戳:2026-03-31_110120
|
||||
- 输入环境:`scripts/supply-gate/.env.staging-real`
|
||||
- 结果:**BLOCKED**
|
||||
- 说明:at least one required check failed
|
||||
|
||||
| 检查项 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STG-RDY-001 | PASS | 环境文件存在 | /home/long/project/立交桥/scripts/supply-gate/.env.staging-real |
|
||||
| STG-RDY-002 | PASS | API_BASE_URL 已配置 | http://127.0.0.1:18080 |
|
||||
| STG-RDY-003 | PASS | API_BASE_URL 非占位值 | http://127.0.0.1:18080 |
|
||||
| STG-RDY-004 | FAIL | API_BASE_URL 为真实外网 STG 地址 | http://127.0.0.1:18080 (local) |
|
||||
| STG-RDY-005 | PASS | owner/viewer/admin token 已配置 | all present |
|
||||
| STG-RDY-006 | PASS | token 非占位值 | ok |
|
||||
| STG-RDY-007 | PASS | 三类 token 建议区分角色 | distinct tokens |
|
||||
| STG-RDY-008 | FAIL | API_BASE_URL 可达性 | http_code=000 |
|
||||
|
||||
## 结论
|
||||
|
||||
1. 该检查用于判定“是否具备真实 STG 放行验证前提”。
|
||||
2. 若结果为 BLOCKED,不应执行真实放行口径判定。
|
||||
@@ -0,0 +1,22 @@
|
||||
# 真实 STG 就绪度检查
|
||||
|
||||
- 时间戳:2026-03-31_110213
|
||||
- 输入环境:`scripts/supply-gate/.env.staging-real`
|
||||
- 结果:**BLOCKED**
|
||||
- 说明:at least one required check failed
|
||||
|
||||
| 检查项 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STG-RDY-001 | PASS | 环境文件存在 | /home/long/project/立交桥/scripts/supply-gate/.env.staging-real |
|
||||
| STG-RDY-002 | PASS | API_BASE_URL 已配置 | http://127.0.0.1:18080 |
|
||||
| STG-RDY-003 | PASS | API_BASE_URL 非占位值 | http://127.0.0.1:18080 |
|
||||
| STG-RDY-004 | FAIL | API_BASE_URL 为真实外网 STG 地址 | http://127.0.0.1:18080 (local) |
|
||||
| STG-RDY-005 | PASS | owner/viewer/admin token 已配置 | all present |
|
||||
| STG-RDY-006 | PASS | token 非占位值 | ok |
|
||||
| STG-RDY-007 | PASS | 三类 token 建议区分角色 | distinct tokens |
|
||||
| STG-RDY-008 | FAIL | API_BASE_URL 可达性 | http_code=000 |
|
||||
|
||||
## 结论
|
||||
|
||||
1. 该检查用于判定“是否具备真实 STG 放行验证前提”。
|
||||
2. 若结果为 BLOCKED,不应执行真实放行口径判定。
|
||||
@@ -0,0 +1,22 @@
|
||||
# 真实 STG 就绪度检查
|
||||
|
||||
- 时间戳:2026-03-31_123159
|
||||
- 输入环境:`scripts/supply-gate/.env.staging-real`
|
||||
- 结果:**BLOCKED**
|
||||
- 说明:at least one required check failed
|
||||
|
||||
| 检查项 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STG-RDY-001 | PASS | 环境文件存在 | /home/long/project/立交桥/scripts/supply-gate/.env.staging-real |
|
||||
| STG-RDY-002 | PASS | API_BASE_URL 已配置 | http://127.0.0.1:18080 |
|
||||
| STG-RDY-003 | PASS | API_BASE_URL 非占位值 | http://127.0.0.1:18080 |
|
||||
| STG-RDY-004 | FAIL | API_BASE_URL 为真实外网 STG 地址 | http://127.0.0.1:18080 (local) |
|
||||
| STG-RDY-005 | PASS | owner/viewer/admin token 已配置 | all present |
|
||||
| STG-RDY-006 | PASS | token 非占位值 | ok |
|
||||
| STG-RDY-007 | PASS | 三类 token 建议区分角色 | distinct tokens |
|
||||
| STG-RDY-008 | FAIL | API_BASE_URL 可达性 | http_code=000 |
|
||||
|
||||
## 结论
|
||||
|
||||
1. 该检查用于判定“是否具备真实 STG 放行验证前提”。
|
||||
2. 若结果为 BLOCKED,不应执行真实放行口径判定。
|
||||
@@ -0,0 +1,15 @@
|
||||
# Staging 发布流水报告
|
||||
|
||||
- 时间戳:2026-03-30_184315
|
||||
- 执行脚本:`scripts/ci/staging_release_pipeline.sh`
|
||||
- 环境文件:`scripts/supply-gate/.env.local-mock`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Staging precheck and run_all | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_184315.out.log |
|
||||
| STEP-02 | PASS | Superpowers release pipeline with staging env | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_184315.out.log |
|
||||
| STEP-03 | PASS | Staging evidence autofill | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_184315.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Staging 发布流水报告
|
||||
|
||||
- 时间戳:2026-03-30_184432
|
||||
- 执行脚本:`scripts/ci/staging_release_pipeline.sh`
|
||||
- 环境文件:`scripts/supply-gate/.env.local-mock`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Staging precheck and run_all | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_184432.out.log |
|
||||
| STEP-02 | PASS | Superpowers release pipeline with staging env | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_184432.out.log |
|
||||
| STEP-03 | PASS | Staging evidence autofill | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_184432.out.log |
|
||||
@@ -0,0 +1,17 @@
|
||||
# Staging 发布流水报告
|
||||
|
||||
- 时间戳:2026-03-30_184908
|
||||
- 执行脚本:`scripts/ci/staging_release_pipeline.sh`
|
||||
- 环境文件:`scripts/supply-gate/.env.local-mock`
|
||||
- 环境分类:`LOCAL_MOCK`
|
||||
- local/mock 显式确认:`1`
|
||||
- 结果:**FAIL**
|
||||
- 说明:at least one step failed
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | FAIL | Staging precheck and run_all | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_184908.out.log |
|
||||
| STEP-02 | FAIL | Superpowers release pipeline with staging env | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_184908.out.log |
|
||||
| STEP-03 | PASS | Staging evidence autofill | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_184908.out.log |
|
||||
@@ -0,0 +1,17 @@
|
||||
# Staging 发布流水报告
|
||||
|
||||
- 时间戳:2026-03-30_185222
|
||||
- 执行脚本:`scripts/ci/staging_release_pipeline.sh`
|
||||
- 环境文件:`scripts/supply-gate/.env.local-mock`
|
||||
- 环境分类:`LOCAL_MOCK`
|
||||
- local/mock 显式确认:`1`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Staging precheck and run_all | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_185222.out.log |
|
||||
| STEP-02 | PASS | Superpowers release pipeline with staging env | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_185222.out.log |
|
||||
| STEP-03 | PASS | Staging evidence autofill | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_185222.out.log |
|
||||
@@ -0,0 +1,17 @@
|
||||
# Staging 发布流水报告
|
||||
|
||||
- 时间戳:2026-03-30_185530
|
||||
- 执行脚本:`scripts/ci/staging_release_pipeline.sh`
|
||||
- 环境文件:`scripts/supply-gate/.env.local-mock`
|
||||
- 环境分类:`LOCAL_MOCK`
|
||||
- local/mock 显式确认:`1`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Staging precheck and run_all | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_185530.out.log |
|
||||
| STEP-02 | PASS | Superpowers release pipeline with staging env | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_185530.out.log |
|
||||
| STEP-03 | PASS | Staging evidence autofill | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_185530.out.log |
|
||||
@@ -0,0 +1,17 @@
|
||||
# Staging 发布流水报告
|
||||
|
||||
- 时间戳:2026-03-30_200550
|
||||
- 执行脚本:`scripts/ci/staging_release_pipeline.sh`
|
||||
- 环境文件:`scripts/supply-gate/.env`
|
||||
- 环境分类:`REAL_STAGING`
|
||||
- local/mock 显式确认:`0`
|
||||
- 结果:**FAIL**
|
||||
- 说明:at least one step failed
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | FAIL | Staging precheck and run_all | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_200550.out.log |
|
||||
| STEP-02 | FAIL | Superpowers release pipeline with staging env | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_200550.out.log |
|
||||
| STEP-03 | PASS | Staging evidence autofill | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_200550.out.log |
|
||||
@@ -0,0 +1,17 @@
|
||||
# Staging 发布流水报告
|
||||
|
||||
- 时间戳:2026-03-30_205035
|
||||
- 执行脚本:`scripts/ci/staging_release_pipeline.sh`
|
||||
- 环境文件:`scripts/supply-gate/.env`
|
||||
- 环境分类:`REAL_STAGING`
|
||||
- local/mock 显式确认:`0`
|
||||
- 结果:**FAIL**
|
||||
- 说明:at least one step failed
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | FAIL | Staging precheck and run_all | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_205035.out.log |
|
||||
| STEP-02 | FAIL | Superpowers release pipeline with staging env | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_205035.out.log |
|
||||
| STEP-03 | PASS | Staging evidence autofill | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_205035.out.log |
|
||||
@@ -0,0 +1,17 @@
|
||||
# Staging 发布流水报告
|
||||
|
||||
- 时间戳:2026-03-30_212424
|
||||
- 执行脚本:`scripts/ci/staging_release_pipeline.sh`
|
||||
- 环境文件:`scripts/supply-gate/.env`
|
||||
- 环境分类:`LOCAL_MOCK`
|
||||
- local/mock 显式确认:`1`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Staging precheck and run_all | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_212424.out.log |
|
||||
| STEP-02 | PASS | Superpowers release pipeline with staging env | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_212424.out.log |
|
||||
| STEP-03 | PASS | Staging evidence autofill | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_212424.out.log |
|
||||
@@ -0,0 +1,17 @@
|
||||
# Staging 发布流水报告
|
||||
|
||||
- 时间戳:2026-03-31_095302
|
||||
- 执行脚本:`scripts/ci/staging_release_pipeline.sh`
|
||||
- 环境文件:`scripts/supply-gate/.env.local-mock`
|
||||
- 环境分类:`LOCAL_MOCK`
|
||||
- local/mock 显式确认:`1`
|
||||
- 结果:**FAIL**
|
||||
- 说明:at least one step failed
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Staging precheck and run_all | /home/long/project/立交桥/reports/gates/step-01_2026-03-31_095302.out.log |
|
||||
| STEP-02 | FAIL | Superpowers release pipeline with staging env | /home/long/project/立交桥/reports/gates/step-02_2026-03-31_095302.out.log |
|
||||
| STEP-03 | PASS | Staging evidence autofill | /home/long/project/立交桥/reports/gates/step-03_2026-03-31_095302.out.log |
|
||||
@@ -0,0 +1,17 @@
|
||||
# Staging 发布流水报告
|
||||
|
||||
- 时间戳:2026-03-31_100116
|
||||
- 执行脚本:`scripts/ci/staging_release_pipeline.sh`
|
||||
- 环境文件:`scripts/supply-gate/.env.local-mock`
|
||||
- 环境分类:`LOCAL_MOCK`
|
||||
- local/mock 显式确认:`1`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Staging precheck and run_all | /home/long/project/立交桥/reports/gates/step-01_2026-03-31_100116.out.log |
|
||||
| STEP-02 | PASS | Superpowers release pipeline with staging env | /home/long/project/立交桥/reports/gates/step-02_2026-03-31_100116.out.log |
|
||||
| STEP-03 | PASS | Staging evidence autofill | /home/long/project/立交桥/reports/gates/step-03_2026-03-31_100116.out.log |
|
||||
@@ -0,0 +1,17 @@
|
||||
# Staging 发布流水报告
|
||||
|
||||
- 时间戳:2026-03-31_100942
|
||||
- 执行脚本:`scripts/ci/staging_release_pipeline.sh`
|
||||
- 环境文件:`scripts/supply-gate/.env.local-mock`
|
||||
- 环境分类:`LOCAL_MOCK`
|
||||
- local/mock 显式确认:`1`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Staging precheck and run_all | /home/long/project/立交桥/reports/gates/step-01_2026-03-31_100942.out.log |
|
||||
| STEP-02 | PASS | Superpowers release pipeline with staging env | /home/long/project/立交桥/reports/gates/step-02_2026-03-31_100942.out.log |
|
||||
| STEP-03 | PASS | Staging evidence autofill | /home/long/project/立交桥/reports/gates/step-03_2026-03-31_100942.out.log |
|
||||
@@ -0,0 +1,17 @@
|
||||
# Staging 发布流水报告
|
||||
|
||||
- 时间戳:2026-03-31_101918
|
||||
- 执行脚本:`scripts/ci/staging_release_pipeline.sh`
|
||||
- 环境文件:`scripts/supply-gate/.env.local-dev-2026-03-31`
|
||||
- 环境分类:`LOCAL_MOCK`
|
||||
- local/mock 显式确认:`1`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Staging precheck and run_all | /home/long/project/立交桥/reports/gates/step-01_2026-03-31_101918.out.log |
|
||||
| STEP-02 | PASS | Superpowers release pipeline with staging env | /home/long/project/立交桥/reports/gates/step-02_2026-03-31_101918.out.log |
|
||||
| STEP-03 | PASS | Staging evidence autofill | /home/long/project/立交桥/reports/gates/step-03_2026-03-31_101918.out.log |
|
||||
@@ -0,0 +1,17 @@
|
||||
# Staging 发布流水报告
|
||||
|
||||
- 时间戳:2026-03-31_102935
|
||||
- 执行脚本:`scripts/ci/staging_release_pipeline.sh`
|
||||
- 环境文件:`scripts/supply-gate/.env.local-dev-2026-03-31`
|
||||
- 环境分类:`LOCAL_MOCK`
|
||||
- local/mock 显式确认:`1`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Staging precheck and run_all | /home/long/project/立交桥/reports/gates/step-01_2026-03-31_102935.out.log |
|
||||
| STEP-02 | PASS | Superpowers release pipeline with staging env | /home/long/project/立交桥/reports/gates/step-02_2026-03-31_102935.out.log |
|
||||
| STEP-03 | PASS | Staging evidence autofill | /home/long/project/立交桥/reports/gates/step-03_2026-03-31_102935.out.log |
|
||||
@@ -0,0 +1,17 @@
|
||||
# Staging 发布流水报告
|
||||
|
||||
- 时间戳:2026-03-31_105341
|
||||
- 执行脚本:`scripts/ci/staging_release_pipeline.sh`
|
||||
- 环境文件:`scripts/supply-gate/.env.staging-real`
|
||||
- 环境分类:`LOCAL_MOCK`
|
||||
- local/mock 显式确认:`1`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Staging precheck and run_all | /home/long/project/立交桥/reports/gates/step-01_2026-03-31_105341.out.log |
|
||||
| STEP-02 | PASS | Superpowers release pipeline with staging env | /home/long/project/立交桥/reports/gates/step-02_2026-03-31_105341.out.log |
|
||||
| STEP-03 | PASS | Staging evidence autofill | /home/long/project/立交桥/reports/gates/step-03_2026-03-31_105341.out.log |
|
||||
@@ -0,0 +1,17 @@
|
||||
# Staging 发布流水报告
|
||||
|
||||
- 时间戳:2026-03-31_105633
|
||||
- 执行脚本:`scripts/ci/staging_release_pipeline.sh`
|
||||
- 环境文件:`scripts/supply-gate/.env.staging-real`
|
||||
- 环境分类:`LOCAL_MOCK`
|
||||
- local/mock 显式确认:`1`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Staging precheck and run_all | /home/long/project/立交桥/reports/gates/step-01_2026-03-31_105633.out.log |
|
||||
| STEP-02 | PASS | Superpowers release pipeline with staging env | /home/long/project/立交桥/reports/gates/step-02_2026-03-31_105633.out.log |
|
||||
| STEP-03 | PASS | Staging evidence autofill | /home/long/project/立交桥/reports/gates/step-03_2026-03-31_105633.out.log |
|
||||
@@ -0,0 +1,17 @@
|
||||
# Staging 发布流水报告
|
||||
|
||||
- 时间戳:2026-03-31_123148
|
||||
- 执行脚本:`scripts/ci/staging_release_pipeline.sh`
|
||||
- 环境文件:`scripts/supply-gate/.env.staging-real`
|
||||
- 环境分类:`LOCAL_MOCK`
|
||||
- local/mock 显式确认:`1`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Staging precheck and run_all | /home/long/project/立交桥/reports/gates/step-01_2026-03-31_123148.out.log |
|
||||
| STEP-02 | PASS | Superpowers release pipeline with staging env | /home/long/project/立交桥/reports/gates/step-02_2026-03-31_123148.out.log |
|
||||
| STEP-03 | PASS | Staging evidence autofill | /home/long/project/立交桥/reports/gates/step-03_2026-03-31_123148.out.log |
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-30_182706
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | N/A | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_181925.md |
|
||||
| M-013 | N/A | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | N/A | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | N/A | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | N/A | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_181926.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_181926.md |
|
||||
| TOK-007 机判 | **CONDITIONAL_GO** | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_182149.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:N/A
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_181925.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_181926.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_182149.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-30_181925.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-30_182810
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | DEFERRED | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_181925.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_181926.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_181926.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_182706.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:N/A
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_181925.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_181926.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_182706.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-30_181925.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-30_182910
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | DEFERRED | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_182827.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_182829.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_182829.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_182830.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:N/A
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_182827.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_182829.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_182830.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-30_182827.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-30_184320
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | PASS | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_184317.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_184319.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_184319.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_184320.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-30_184318.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_184317.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_184319.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_184320.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-30_184317.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-30_184437
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | PASS | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_184433.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_184436.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_184436.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_184436.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-30_184434.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_184433.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_184436.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_184436.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-30_184433.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-30_184914
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | PASS | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_184433.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_184908.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_184908.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_184914.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-30_184908.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_184433.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_184908.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_184914.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-30_184909.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-30_185227
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | PASS | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_185223.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_185226.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_185226.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_185227.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-30_185225.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_185223.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_185226.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_185227.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-30_185223.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-30_185535
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | PASS | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_185531.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_185534.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_185534.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_185535.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-30_185533.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_185531.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_185534.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_185535.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-30_185531.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-30_200555
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | PASS | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_185531.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_200550.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_200550.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_200555.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-30_200550.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_185531.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_200550.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_200555.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-30_200551.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-30_205043
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | FAIL | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_205037.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_205042.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_205042.md |
|
||||
| TOK-007 机判 | NO_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_205042.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-30_205039.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_205037.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_205042.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_205042.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-30_205037.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-30_212430
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | PASS | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_212426.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_212429.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_212429.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_212430.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-30_212427.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_212426.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_212429.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_212430.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-30_212426.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-31_095309
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | PASS | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-31_095304.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_095306.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_095306.md |
|
||||
| TOK-007 机判 | NO_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-31_095309.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-31_095306.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-31_095304.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_095306.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-31_095309.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-31_095304.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-31_100127
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | PASS | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-31_100120.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_100125.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_100125.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-31_100127.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-31_100123.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-31_100120.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_100125.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-31_100127.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-31_100120.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-31_100947
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | PASS | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-31_100944.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_100946.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_100946.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-31_100947.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-31_100945.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-31_100944.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_100946.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-31_100947.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-31_100943.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-31_101923
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | PASS | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-31_101919.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_101922.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_101922.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-31_101922.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-31_101920.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-31_101919.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_101922.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-31_101922.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-31_101919.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-31_102940
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | PASS | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-31_102936.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_102939.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_102939.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-31_102940.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-31_102938.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-31_102936.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_102939.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-31_102940.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-31_102936.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-31_105346
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | PASS | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-31_105342.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_105345.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_105345.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-31_105346.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-31_105344.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-31_105342.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_105345.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-31_105346.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-31_105342.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-31_105637
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | PASS | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-31_105634.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_105636.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_105636.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-31_105637.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-31_105635.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-31_105634.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_105636.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-31_105637.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-31_105634.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-31_123153
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | PASS | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-31_123150.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_123152.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_123152.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-31_123153.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-31_123151.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-31_123150.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-31_123152.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-31_123153.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-31_123150.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,32 @@
|
||||
# Staging 联调证据自动回填草稿
|
||||
|
||||
- 生成时间:2026-03-30_185256
|
||||
- 生成脚本:`scripts/ci/staging_evidence_autofill.sh`
|
||||
|
||||
## 1. 自动抽取结果
|
||||
|
||||
| 项目 | 自动值 | 来源 |
|
||||
|---|---|---|
|
||||
| PHASE-07 | PASS | /home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_185223.md |
|
||||
| M-013 | 0 | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-014 | 100% | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-015 | 0(未配置直连探测目标,未发现事件) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-016 | 100%(外部 query key 拒绝) | /home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md |
|
||||
| M-021(值) | 100.00% (13/13) | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_185226.md |
|
||||
| M-021(结果) | PASS | /home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_185226.md |
|
||||
| TOK-007 机判 | CONDITIONAL_GO | /home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_185227.md |
|
||||
|
||||
## 2. 证据路径清单
|
||||
|
||||
1. staging run:/home/long/project/立交桥/reports/gates/staging_run_2026-03-30_185225.log
|
||||
2. stage validate:/home/long/project/立交桥/reports/gates/superpowers_stage_validation_2026-03-30_185223.md
|
||||
3. token readiness:/home/long/project/立交桥/reports/gates/token_runtime_readiness_2026-03-30_185226.md
|
||||
4. tok007 recheck:/home/long/project/立交桥/review/outputs/tok007_release_recheck_2026-03-30_185227.md
|
||||
5. release pipeline:/home/long/project/立交桥/reports/gates/superpowers_release_pipeline_2026-03-30_185223.md
|
||||
6. security boundary:/home/long/project/立交桥/tests/supply/sec_sup_boundary_report_2026-03-30.md
|
||||
|
||||
## 3. 人工确认项
|
||||
|
||||
1. 若 PHASE-07 仍为 DEFERRED,禁止将结论上调为 GO。
|
||||
2. 若 M-013~M-016 来源为 mock,必须在 staging 复测后覆盖。
|
||||
3. 若 M-021 仅为开发阶段口径,需在 staging 复跑后再次回填。
|
||||
@@ -0,0 +1,61 @@
|
||||
# Staging 联调证据回填模板(Token + SUP Gate)
|
||||
|
||||
- 模板版本:v1
|
||||
- 日期:2026-03-30
|
||||
- 用途:真实 staging 参数就绪后,按统一口径回填 `PHASE-07`、`M-013~M-016`、`M-021` 证据。
|
||||
|
||||
## 1. 环境信息
|
||||
|
||||
| 字段 | 值 |
|
||||
|---|---|
|
||||
| API_BASE_URL | |
|
||||
| OWNER_BEARER_TOKEN(脱敏) | |
|
||||
| VIEWER_BEARER_TOKEN(脱敏) | |
|
||||
| ADMIN_BEARER_TOKEN(脱敏) | |
|
||||
| 执行人 | |
|
||||
| 执行时间(开始/结束) | |
|
||||
|
||||
## 2. 执行命令(按顺序)
|
||||
|
||||
1. `bash scripts/supply-gate/staging_precheck_and_run.sh scripts/supply-gate/.env`
|
||||
2. `bash scripts/ci/superpowers_stage_validate.sh`
|
||||
3. `bash scripts/ci/superpowers_release_pipeline.sh`
|
||||
|
||||
## 3. 关键结论
|
||||
|
||||
- [ ] PHASE-07 = PASS(不再 DEFERRED)
|
||||
- [ ] M-013 = 0(staging)
|
||||
- [ ] M-014 = 100%(staging)
|
||||
- [ ] M-015 = 0(staging)
|
||||
- [ ] M-016 = 100%(staging)
|
||||
- [ ] M-021 = 100%(staging验收口径)
|
||||
|
||||
## 4. 指标回填
|
||||
|
||||
| 指标ID | 指标名 | 目标 | 实测 | 结论 | 证据 |
|
||||
|---|---|---:|---:|---|---|
|
||||
| M-013 | supplier_credential_exposure_events | 0 | | | |
|
||||
| M-014 | platform_credential_ingress_coverage_pct | 100% | | | |
|
||||
| M-015 | direct_supplier_call_by_consumer_events | 0 | | | |
|
||||
| M-016 | query_key_external_reject_rate_pct | 100% | | | |
|
||||
| M-021 | token_runtime_readiness_pct | 100% | | | |
|
||||
|
||||
## 5. 证据路径
|
||||
|
||||
1. `reports/gates/staging_run_*.log`
|
||||
2. `reports/gates/superpowers_stage_validation_*.md`
|
||||
3. `reports/gates/superpowers_release_pipeline_*.md`
|
||||
4. `reports/gates/token_runtime_readiness_*.md`
|
||||
5. `tests/supply/sec_sup_boundary_report_2026-03-30.md`(staging回填版)
|
||||
6. `review/outputs/tok007_release_recheck_*.md`
|
||||
|
||||
## 6. 异常与阻塞
|
||||
|
||||
| 编号 | 异常描述 | 影响 | 临时措施 | 负责人 | 关闭时间 |
|
||||
|---|---|---|---|---|---|
|
||||
| B-01 | | | | | |
|
||||
|
||||
## 7. 复审建议
|
||||
|
||||
1. 若本模板第 3 节全部勾选,触发 `final_decision` 更新流程。
|
||||
2. 若任一项未达标,维持 `CONDITIONAL_GO/NO_GO` 并回填整改计划。
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_145305
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~09) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_145305.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_145305.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_145305.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_145305.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_154103
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~09) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_154103.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_154103.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_154103.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_154103.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_155727
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_155727.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_155727.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_155727.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_155727.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_160039
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_160039.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_160039.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_160039.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_160039.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_160244
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_160244.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_160244.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_160244.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_160244.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_161009
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_161009.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_161009.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_161009.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_161009.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_173339
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_173339.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_173339.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_173339.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_173339.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_173726
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_173726.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_173726.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_173726.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_173726.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_181925
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_181925.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_181925.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_181925.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_181925.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_182827
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_182827.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_182827.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_182827.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_182827.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_184317
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_184317.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_184317.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_184317.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_184317.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_184433
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_184433.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_184433.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_184433.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_184433.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_184909
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**FAIL**
|
||||
- 说明:at least one step failed
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | FAIL | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_184909.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_184909.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_184909.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_184909.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_185223
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_185223.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_185223.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_185223.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_185223.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_185531
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_185531.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_185531.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_185531.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_185531.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_200551
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**FAIL**
|
||||
- 说明:at least one step failed
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | FAIL | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_200551.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_200551.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_200551.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_200551.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_205037
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**FAIL**
|
||||
- 说明:at least one step failed
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | FAIL | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_205037.out.log |
|
||||
| STEP-02 | FAIL | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_205037.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_205037.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_205037.out.log |
|
||||
@@ -0,0 +1,15 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_212426
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_212426.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_212426.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_212426.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_212426.out.log |
|
||||
@@ -0,0 +1,19 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_235112
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**FAIL**
|
||||
- 说明:at least one step failed
|
||||
- Minimax 监控步开关:`1`(非阻断)
|
||||
- Minimax 监控环境:`scripts/supply-gate/.env.minimax-dev`
|
||||
- Minimax 实时探测:`0`
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | FAIL | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_235112.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_235112.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_235112.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_235112.out.log |
|
||||
| STEP-05 | PASS | Optional Minimax upstream monitoring snapshot+trend | /home/long/project/立交桥/reports/gates/step-05_2026-03-30_235112.out.log |
|
||||
@@ -0,0 +1,19 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-30_235224
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
- Minimax 监控步开关:`1`(非阻断)
|
||||
- Minimax 监控环境:`scripts/supply-gate/.env.minimax-dev`
|
||||
- Minimax 实时探测:`0`
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-30_235224.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-30_235224.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-30_235224.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-30_235224.out.log |
|
||||
| STEP-05 | PASS | Optional Minimax upstream monitoring snapshot+trend | /home/long/project/立交桥/reports/gates/step-05_2026-03-30_235224.out.log |
|
||||
@@ -0,0 +1,19 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-31_095304
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**FAIL**
|
||||
- 说明:at least one step failed
|
||||
- Minimax 监控步开关:`0`(非阻断)
|
||||
- Minimax 监控环境:`scripts/supply-gate/.env.minimax-dev`
|
||||
- Minimax 实时探测:`0`
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | FAIL | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-31_095304.out.log |
|
||||
| STEP-02 | FAIL | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-31_095304.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-31_095304.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-31_095304.out.log |
|
||||
| STEP-05 | SKIP | Optional Minimax upstream monitoring snapshot+trend | not enabled |
|
||||
@@ -0,0 +1,19 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-31_100120
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
- Minimax 监控步开关:`0`(非阻断)
|
||||
- Minimax 监控环境:`scripts/supply-gate/.env.minimax-dev`
|
||||
- Minimax 实时探测:`0`
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-31_100120.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-31_100120.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-31_100120.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-31_100120.out.log |
|
||||
| STEP-05 | SKIP | Optional Minimax upstream monitoring snapshot+trend | not enabled |
|
||||
@@ -0,0 +1,19 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-31_100943
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
- Minimax 监控步开关:`0`(非阻断)
|
||||
- Minimax 监控环境:`scripts/supply-gate/.env.minimax-dev`
|
||||
- Minimax 实时探测:`0`
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-31_100943.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-31_100943.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-31_100943.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-31_100943.out.log |
|
||||
| STEP-05 | SKIP | Optional Minimax upstream monitoring snapshot+trend | not enabled |
|
||||
@@ -0,0 +1,19 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-31_101919
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
- Minimax 监控步开关:`0`(非阻断)
|
||||
- Minimax 监控环境:`scripts/supply-gate/.env.minimax-dev`
|
||||
- Minimax 实时探测:`0`
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-31_101919.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-31_101919.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-31_101919.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-31_101919.out.log |
|
||||
| STEP-05 | SKIP | Optional Minimax upstream monitoring snapshot+trend | not enabled |
|
||||
@@ -0,0 +1,19 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-31_102936
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
- Minimax 监控步开关:`0`(非阻断)
|
||||
- Minimax 监控环境:`scripts/supply-gate/.env.minimax-dev`
|
||||
- Minimax 实时探测:`0`
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-31_102936.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-31_102936.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-31_102936.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-31_102936.out.log |
|
||||
| STEP-05 | SKIP | Optional Minimax upstream monitoring snapshot+trend | not enabled |
|
||||
@@ -0,0 +1,19 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-31_105342
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
- Minimax 监控步开关:`0`(非阻断)
|
||||
- Minimax 监控环境:`scripts/supply-gate/.env.minimax-dev`
|
||||
- Minimax 实时探测:`0`
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-31_105342.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-31_105342.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-31_105342.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-31_105342.out.log |
|
||||
| STEP-05 | SKIP | Optional Minimax upstream monitoring snapshot+trend | not enabled |
|
||||
@@ -0,0 +1,19 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-31_105634
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
- Minimax 监控步开关:`0`(非阻断)
|
||||
- Minimax 监控环境:`scripts/supply-gate/.env.minimax-dev`
|
||||
- Minimax 实时探测:`0`
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-31_105634.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-31_105634.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-31_105634.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-31_105634.out.log |
|
||||
| STEP-05 | SKIP | Optional Minimax upstream monitoring snapshot+trend | not enabled |
|
||||
@@ -0,0 +1,19 @@
|
||||
# Superpowers 发布流水执行报告
|
||||
|
||||
- 时间戳:2026-03-31_123150
|
||||
- 执行脚本:`scripts/ci/superpowers_release_pipeline.sh`
|
||||
- 结果:**PASS**
|
||||
- 说明:all steps finished
|
||||
- Minimax 监控步开关:`0`(非阻断)
|
||||
- Minimax 监控环境:`scripts/supply-gate/.env.minimax-dev`
|
||||
- Minimax 实时探测:`0`
|
||||
|
||||
## 步骤结果
|
||||
|
||||
| 步骤 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| STEP-01 | PASS | Superpowers stage validation (PHASE-01~10) | /home/long/project/立交桥/reports/gates/step-01_2026-03-31_123150.out.log |
|
||||
| STEP-02 | PASS | TOK-007 release recheck | /home/long/project/立交桥/reports/gates/step-02_2026-03-31_123150.out.log |
|
||||
| STEP-03 | PASS | Final decision consistency check | /home/long/project/立交桥/reports/gates/step-03_2026-03-31_123150.out.log |
|
||||
| STEP-04 | PASS | Generate final decision candidate from TOK-007 | /home/long/project/立交桥/reports/gates/step-04_2026-03-31_123150.out.log |
|
||||
| STEP-05 | SKIP | Optional Minimax upstream monitoring snapshot+trend | not enabled |
|
||||
@@ -0,0 +1,23 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_120619
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_120619/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_120619/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_120619/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_120619/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_120619/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_120619/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_120619/phase07_staging_precheck.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,23 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_122907
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_122907/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_122907/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_122907/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_122907/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_122907/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_122907/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_122907/phase07_staging_precheck.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,26 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_145124
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145124/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145124/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145124/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145124/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145124/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145124/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145124/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145124/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145124/phase09_metrics_trend.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,26 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_145305
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145305/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145305/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145305/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145305/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145305/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145305/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145305/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145305/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_145305/phase09_metrics_trend.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,26 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_151555
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151555/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151555/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151555/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151555/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151555/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151555/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151555/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151555/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151555/phase09_metrics_trend.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,26 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_151821
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151821/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151821/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151821/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151821/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151821/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151821/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151821/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151821/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_151821/phase09_metrics_trend.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,26 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_154103
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_154103/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_154103/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_154103/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_154103/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_154103/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_154103/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_154103/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_154103/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_154103/phase09_metrics_trend.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_155658
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155658/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155658/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155658/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155658/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155658/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155658/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155658/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155658/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155658/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155658/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_155727
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155727/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155727/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155727/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155727/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155727/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155727/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155727/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155727/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155727/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_155727/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_160039
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160039/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160039/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160039/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160039/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160039/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160039/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160039/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160039/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160039/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160039/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_160244
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160244/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160244/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160244/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160244/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160244/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160244/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160244/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160244/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160244/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160244/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_160936
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160936/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160936/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160936/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160936/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160936/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160936/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160936/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160936/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160936/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_160936/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_161009
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_161009/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_161009/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_161009/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_161009/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_161009/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_161009/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_161009/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_161009/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_161009/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_161009/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_173318
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173318/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173318/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173318/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173318/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173318/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173318/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173318/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173318/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173318/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173318/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_173339
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173339/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173339/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173339/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173339/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173339/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173339/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173339/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173339/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173339/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173339/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_173726
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173726/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173726/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173726/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173726/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173726/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173726/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173726/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173726/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173726/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_173726/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_181925
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_181925/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_181925/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_181925/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_181925/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_181925/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_181925/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_181925/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_181925/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_181925/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_181925/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_182827
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all executable phases passed but real staging phase is deferred
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_182827/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_182827/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_182827/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_182827/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_182827/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_182827/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | DEFERRED | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_182827/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_182827/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_182827/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_182827/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_184317
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**GO**
|
||||
- 决策依据:all phases passed
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184317/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184317/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184317/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184317/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184317/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184317/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | PASS | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184317/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184317/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184317/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184317/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_184433
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all phases passed but PHASE-07 used local/mock staging env
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184433/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184433/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184433/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184433/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184433/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184433/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | PASS | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184433/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184433/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184433/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_184433/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_185223
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all phases passed but PHASE-07 used local/mock staging env
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185223/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185223/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185223/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185223/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185223/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185223/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | PASS | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185223/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185223/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185223/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185223/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_185531
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all phases passed but PHASE-07 used local/mock staging env
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185531/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185531/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185531/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185531/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185531/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185531/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | PASS | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185531/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185531/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185531/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_185531/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_205037
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**NO_GO**
|
||||
- 决策依据:at least one phase failed
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_205037/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_205037/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_205037/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_205037/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_205037/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_205037/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | FAIL | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_205037/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_205037/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_205037/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_205037/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_212426
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all phases passed but PHASE-07 used local/mock staging env
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_212426/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_212426/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_212426/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_212426/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_212426/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_212426/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | PASS | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_212426/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_212426/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_212426/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_212426/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-30_235224
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all phases passed but PHASE-07 used local/mock staging env
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_235224/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_235224/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_235224/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_235224/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_235224/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_235224/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | PASS | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_235224/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_235224/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_235224/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-30_235224/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-31_095304
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**NO_GO**
|
||||
- 决策依据:at least one phase failed
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_095304/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_095304/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_095304/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_095304/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_095304/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_095304/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | PASS | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_095304/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_095304/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_095304/phase09_metrics_trend.log |
|
||||
| PHASE-10 | FAIL | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_095304/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-31_100120
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all phases passed but PHASE-07 used local/mock staging env
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100120/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100120/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100120/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100120/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100120/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100120/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | PASS | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100120/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100120/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100120/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100120/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-31_100944
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all phases passed but PHASE-07 used local/mock staging env
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100944/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100944/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100944/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100944/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100944/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100944/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | PASS | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100944/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100944/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100944/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_100944/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-31_101919
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all phases passed but PHASE-07 used local/mock staging env
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_101919/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_101919/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_101919/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_101919/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_101919/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_101919/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | PASS | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_101919/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_101919/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_101919/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_101919/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-31_102936
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all phases passed but PHASE-07 used local/mock staging env
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_102936/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_102936/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_102936/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_102936/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_102936/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_102936/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | PASS | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_102936/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_102936/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_102936/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_102936/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
@@ -0,0 +1,28 @@
|
||||
# Superpowers 阶段验证报告
|
||||
|
||||
- 时间戳:2026-03-31_105342
|
||||
- 执行脚本:`scripts/ci/superpowers_stage_validate.sh`
|
||||
- 决策:**CONDITIONAL_GO**
|
||||
- 决策依据:all phases passed but PHASE-07 used local/mock staging env
|
||||
|
||||
## 阶段结果
|
||||
|
||||
| 阶段 | 结果 | 说明 | 证据 |
|
||||
|---|---|---|---|
|
||||
| PHASE-01 | PASS | TOK runtime code tests | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_105342/phase01_go_test.log |
|
||||
| PHASE-02 | PASS | SUP local-mock run_all execution | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_105342/phase02_sup_run_all_mock.log |
|
||||
| PHASE-03 | PASS | TOK-005 boundary dry-run on local-mock env | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_105342/phase03_tok005_dryrun_mock.log |
|
||||
| PHASE-04 | PASS | TOK-006 gate bundle aggregation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_105342/phase04_tok006_bundle.log |
|
||||
| PHASE-05 | PASS | Dependency audit gate validation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_105342/phase05_dependency_audit.log |
|
||||
| PHASE-06 | PASS | Stage gate rollback drill | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_105342/phase06_stage_gate_drill.log |
|
||||
| PHASE-07 | PASS | Real staging precheck (expected deferred before real secrets) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_105342/phase07_staging_precheck.log |
|
||||
| PHASE-08 | PASS | Daily metrics snapshot for M-017/M-018/M-019 | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_105342/phase08_metrics_snapshot.log |
|
||||
| PHASE-09 | PASS | 7-day metrics trend report generation | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_105342/phase09_metrics_trend.log |
|
||||
| PHASE-10 | PASS | Token runtime readiness check (M-021) | /home/long/project/立交桥/tests/supply/artifacts/superpowers_stage_validation_2026-03-31_105342/phase10_token_runtime_readiness.log |
|
||||
|
||||
## 说明
|
||||
|
||||
1. PHASE-07 为真实 staging 验证阶段,在占位凭证场景下允许 DEFERRED,不得伪造 PASS。
|
||||
2. PHASE-08/09 负责 M-017/M-018/M-019 的每日快照与趋势证据生成。
|
||||
3. PHASE-10 负责 M-021 token 运行态就绪度计算。
|
||||
4. 其余阶段均为可执行验证,必须以命令返回码与证据文件为准。
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user