feat(ack): bind test env to deployer and add regression mode

ACK 0.19.0 hands test-environment deploys to the deployer skill,
documents bug-fix as a first-class scenario, and adds
docs/ack/regression.yaml harvest plus a /ack regression run.
This commit is contained in:
2026-08-25 14:41:05 +08:00
parent ee31278947
commit ad6695245b
39 changed files with 1919 additions and 206 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ project:
enabled: false
defaultProfile: null
# 测试环境部署和版本发布都写在本文件。null 表示用户尚未说明该操作
# 测试环境由 ACK 内部调用 deployer;发版仍指向本文件的 profile
# null 表示用户尚未说明该操作。
intents:
testEnvironment: null
release: null