Merge branch 'main' into rename

Keep pouch naming and .pouch/ack project state, and bring in ACK
regression mode, deployer test-environment binding, and manage-release
updates from main.
This commit is contained in:
2026-08-25 15:23:48 +08:00
40 changed files with 1968 additions and 224 deletions
+10 -6
View File
@@ -176,14 +176,18 @@ one dispatch = one bug = one acceptance path
## 8. 优先让测试可执行化
如果某个问题需要多轮修复,说明它值得沉淀成自动化检查。这类可执行测试由 Test 拥有并维护(见 `roles-and-permissions.md` 权限表的 `<integration_test_paths>`)。优先级:
如果某个问题需要多轮修复,说明它值得沉淀成自动化检查。黑盒回归目录是
`.pouch/ack/regression.yaml`(见 `regression.md`);可执行脚本仍由 Test 维护在
`<integration_test_paths>`。优先级:
1. API smoke
2. 浏览器脚本或 case 文档
3. 单元测试
4. 人工检查清单。
1. 把本轮验收信号收获进 `regression.yaml`
2. API smoke
3. 浏览器脚本或 `automationRef`
4.元测试
5. 人工检查清单。
目标不是全部自动化,而是把最容易反复误判的路径自动化。
目标不是全部自动化,而是把最容易反复误判的路径变成可重复跑的回归用例。任务
`verified` 后必须给出新增/更新/退役/无回归四选一。
---