Compare commits

..

3 Commits

Author SHA1 Message Date
cfdaily f4761ffef6 [moz] docs(§21): fix 姜维 S1-S4(模板关系说明 + ci_failure 终态修正 + action report 识别规范 + infrastructure 模板)
CI / lint (pull_request) Successful in 16s
CI / test (pull_request) Failing after 1m22s
CI / frontend (pull_request) Successful in 16s
CI / notify-on-failure (pull_request) Successful in 2s
2026-06-20 10:19:14 +08:00
cfdaily 48bdab24fe [moz] docs(§21): fix S1 typo + S2 PriorContextSection 改造标注 + S3 CI status webhook 风险 + G1 refactor 测试命令
CI / lint (pull_request) Successful in 22s
CI / test (pull_request) Successful in 16m39s
CI / frontend (pull_request) Successful in 19s
CI / notify-on-failure (pull_request) Successful in 1s
2026-06-20 10:17:42 +08:00
cfdaily cd4c9b48a3 [moz] docs(§21): Unified Toolchain Design — 统一工具链工作流
CI / lint (pull_request) Successful in 23s
CI / test (pull_request) Failing after 1m53s
CI / frontend (pull_request) Successful in 17s
CI / notify-on-failure (pull_request) Successful in 2s
5 个割裂点统一解决:
1. agent API 统一到 Gitea(去掉黑板 API 引用)
2. steps 模板化(config/toolchain-templates.yaml)
3. issue_assigned 按 type/* 6 路分流(feature/impl/bug/docs/refactor/test)
4. action_type 和 business_type 分离
5. 完成检测改为终态事件 + 输出约束(output_template)

黑板无缝接续机制迁移:
- 前序产出 → Issue body Depends 引用
- handoff comment → Issue/PR comment
- 审查结果 → PR Review

L2 prompt section 重组(L0/L1/L3 不变)
2026-06-20 10:14:06 +08:00
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
rm -rf /tmp/ci-venv-test
python3 -m venv /tmp/ci-venv-test
/tmp/ci-venv-test/bin/pip install --quiet --upgrade pip
/tmp/ci-venv-test/bin/pip install --quiet --no-cache-dir 'fastapi' 'pydantic<2' pyyaml uvicorn requests pytest pytest-asyncio httpx
/tmp/ci-venv-test/bin/pip install --quiet --no-cache-dir fastapi pydantic pyyaml uvicorn requests pytest pytest-asyncio httpx
- name: Debug environment
run: |