cfdaily
|
3c2c0f3175
|
fix(spawner): §24 v4 compact检测 - trajectory prompt.submitted 替换 gateway rotation
CI / lint (pull_request) Failing after 7s
CI / test (pull_request) Has been skipped
CI / notify-on-failure (pull_request) Successful in 0s
|
2026-06-11 23:57:09 +08:00 |
|
cfdaily
|
bcb8ced17a
|
fix(spawner): address PR#36 review feedback (M1+M2+S1+S2)
CI / lint (pull_request) Successful in 8s
CI / test (pull_request) Successful in 9s
CI / notify-on-failure (pull_request) Successful in 0s
|
2026-06-11 21:40:09 +08:00 |
|
cfdaily
|
7918b12ff7
|
feat(spawner): §24 compact detection via gateway log rotation events
|
2026-06-11 21:18:33 +08:00 |
|
cfdaily
|
a4bb752d71
|
feat(toolchain): add PR synchronize and review comment notifications
CI / lint (pull_request) Successful in 6s
CI / test (pull_request) Successful in 8s
CI / notify-on-failure (pull_request) Successful in 0s
- pull_request.synchronize: notify reviewer to re-review after push
- pull_request_review COMMENTED: notify PR author of review comments
- New templates: review_updated.md, review_comment.md
- Idempotency: add review ID to content dedup key
- Design doc: docs/design/23-toolchain-pr-lifecycle.md
|
2026-06-11 14:00:44 +08:00 |
|
cfdaily
|
d98fae007f
|
docs: §21 handler 注册后 E2E 验证报告
CI / lint (pull_request) Failing after 8s
CI / test (pull_request) Has been skipped
CI / notify-on-failure (pull_request) Successful in 3s
Mail/Toolchain 核心流程全部通过:
- Mail: inform auto-working → auto-done ✅
- Toolchain Issue 指派: webhook → Mail ✅
- Toolchain PR Review: webhook → Review 请求 → Review 结果 ✅
- CI 失败重复 Mail 问题确认(org+repo webhook 双触发,已知)
Task review 路径待明天验证。
|
2026-06-11 08:08:20 +08:00 |
|
cfdaily
|
25863634c2
|
fix: v3.0→HEAD review 修复 — handler 注册 + review verdict + skill 全文注入
基于庞统+司马懿背靠背 review,修复 6 个问题:
P0 致命:
- A1: _legacy_on_complete 补回 review verdict 处理(approved→done,非 approved→@mention assignee)
- A2: 添加 TaskTypeRegistry.register() 启动初始化(注册 Task/Mail/Toolchain handler)
P1 中等:
- B11-1: RoleSkillSection 从索引提示改为全文注入(对齐设计 §2.3 + BootstrapBuilder 行为)
- A8: retry prompt is_mail 硬编码改走 TaskTypeRegistry handler 判断
P2 低:
- _mail_* 4 个方法添加 DEPRECATED 注释
- ticker.py handler check_completion 代码块缩进对齐(28→24 空格)
测试:394 passed, 0 failed
Review reports: docs/design/review-v3-vs-head-{pangtong,simayi}.md
|
2026-06-11 08:08:20 +08:00 |
|
cfdaily
|
8d72a1fa19
|
feat: Step 5 引擎接入 + H1-H3/S3 修复 + 审计 D1/D2/D5 修复
CI / lint (pull_request) Failing after 7s
CI / test (pull_request) Has been skipped
CI / notify-on-failure (pull_request) Successful in 3s
引擎接入(dispatcher/spawner/ticker → handler 统一路由):
- dispatcher: guardrail/on_checks_passed/on_complete → handler 查询
- spawner: _build_prompt/_build_api_section → handler.build_prompt
- ticker: 虚拟项目扫描/assignee/claimed/review/幻觉门控 → handler 判断
Handler 缺陷修复:
- H1: _mark_task_status 加 3 次重试(防 DB 锁)
- H2: review @mention 加 comment_type='review'
- H3: review 非 approved 保持 review 状态(不标 working)
- S3: 通知链接改 Gitea(PR/Issue/Commit)
审计修复:
- D1: pre_spawn 返回值未检查 → 加 if not 抛 RuntimeError
- D2: PromptContext 缺 from_agent/mail_type → 从 must_haves 解析
- D5: _check_reply 查错表 → 恢复查 tasks 表找 in_reply_to
旧方法保留未删(deprecated),确认稳定后再清理。
|
2026-06-10 22:33:03 +08:00 |
|
cfdaily
|
cc974bf258
|
fix: S1-S4 建议项修复 — 类型标注精确化+BaseTaskHandler标注后续PR+token预算说明
CI / lint (pull_request) Failing after 8s
CI / test (pull_request) Has been skipped
CI / notify-on-failure (pull_request) Successful in 2s
|
2026-06-10 16:38:00 +08:00 |
|
cfdaily
|
0e4d12898d
|
fix: M1-M4 修复 Protocol 签名与设计文档对齐 + §14 去重
CI / lint (pull_request) Failing after 7s
CI / test (pull_request) Has been skipped
CI / notify-on-failure (pull_request) Successful in 3s
|
2026-06-10 15:41:54 +08:00 |
|
cfdaily
|
86504faf1f
|
docs: 20-task-type-architecture.md v3.0 - §14-§18 五层架构+BaseTaskHandler+执行流程+决策记录
|
2026-06-10 15:41:54 +08:00 |
|
cfdaily
|
1c6b66dc63
|
docs: 20-task-type-architecture.md v2.1 - 修复 review M1-M3 必修项
CI / lint (pull_request) Successful in 7s
CI / test (pull_request) Successful in 9s
CI / notify-on-failure (pull_request) Successful in 3s
|
2026-06-10 12:41:43 +08:00 |
|
cfdaily
|
3fa6040b93
|
docs: 20-task-type-architecture.md v2.0 - 新增 §11-§13 PromptSection 模式
|
2026-06-10 12:41:43 +08:00 |
|
cfdaily
|
1485719b0e
|
docs: add 20-task-type-architecture.md - TaskTypeRegistry + Handler 架构重构设计
|
2026-06-10 12:41:43 +08:00 |
|
cfdaily
|
b00d43c8ac
|
docs(#13): merge #19 context layers into #13, delete standalone #19
§19 上下文四层改造方案(原独立文档 #19)合并到 #13 工具链设计文档末尾。
v3.1 → v3.3。两个专题本就是一个整体,分开维护增加认知负担。
|
2026-06-10 12:41:43 +08:00 |
|
cfdaily
|
fc9b66b905
|
docs(#08): update A13 revised - exit=0 always completed
CI / lint (pull_request) Failing after 9s
CI / test (pull_request) Has been skipped
CI / notify-on-failure (pull_request) Successful in 4s
Merge old A12/A13 into single A13 revised: trust exit_code=0
regardless of stdout/JSON output. Old logic caused inform Mail
infinite retry loop.
|
2026-06-09 23:41:53 +08:00 |
|
cfdaily
|
f7fbdac89c
|
chore: simayi-approved changes - lint fixes, toolchain improvements, healthz
All changes reviewed and APPROVED in PR #12 (Review ID: 40):
- toolchain_routes: webhook repo/org format compat, content dedup (sha256), closed issue filter
- dispatcher: inform mail crash 误标 done 修复
- ticker: cleanup and improvements
- healthz endpoint
- conftest: integration/e2e deselect markers
- docs: design docs, test-guide updates
- various lint/whitespace fixes across 30 files
|
2026-06-09 23:41:53 +08:00 |
|
cfdaily
|
a1a4d7c5a7
|
docs: #19 adopt simayi review suggestions (v1.1)
|
2026-06-09 23:41:53 +08:00 |
|
cfdaily
|
149921fb5f
|
docs: add #19 toolchain context layers design
CI / lint (push) Successful in 7s
CI / test (push) Successful in 14s
CI / lint (pull_request) Successful in 7s
CI / notify-on-failure (push) Successful in 0s
CI / test (pull_request) Successful in 14s
CI / notify-on-failure (pull_request) Successful in 0s
|
2026-06-09 22:25:17 +08:00 |
|
cfdaily
|
89f105910e
|
auto-sync: 2026-06-08 21:36:58
Deploy / ci (push) Failing after 6s
Deploy / deploy (push) Has been skipped
Deploy / notify-deploy-failure (push) Successful in 1s
|
2026-06-08 21:36:58 +08:00 |
|
cfdaily
|
6b8f5ba6e3
|
auto-sync: 2026-06-08 21:36:43
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-08 21:36:43 +08:00 |
|
cfdaily
|
dbf24d2088
|
auto-sync: 2026-06-08 20:00:46
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-08 20:00:46 +08:00 |
|
cfdaily
|
4ff68ff70c
|
auto-sync: 2026-06-08 18:32:04
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-08 18:32:04 +08:00 |
|
cfdaily
|
46142c86c1
|
auto-sync: 2026-06-08 18:30:41
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-08 18:30:41 +08:00 |
|
cfdaily
|
208c32d9cf
|
auto-sync: 2026-06-08 12:55:14
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-08 12:55:14 +08:00 |
|
cfdaily
|
9161fb4ecd
|
auto-sync: 2026-06-08 12:54:59
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-08 12:54:59 +08:00 |
|
cfdaily
|
510ac758cf
|
auto-sync: 2026-06-08 12:53:37
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-08 12:53:37 +08:00 |
|
cfdaily
|
8e7361dbba
|
auto-sync: 2026-06-08 12:49:11
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-08 12:49:11 +08:00 |
|
cfdaily
|
b326608dd8
|
auto-sync: 2026-06-08 09:07:59
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-08 09:07:59 +08:00 |
|
cfdaily
|
c0c9bf7dd2
|
auto-sync: 2026-06-08 09:07:48
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-08 09:07:48 +08:00 |
|
cfdaily
|
9e48340f3c
|
auto-sync: 2026-06-08 09:07:33
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-08 09:07:33 +08:00 |
|
cfdaily
|
b970184f3e
|
auto-sync: 2026-06-08 08:54:47
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-08 08:54:47 +08:00 |
|
cfdaily
|
ee132da056
|
auto-sync: 2026-06-08 08:54:22 (catch-all)
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-08 08:54:22 +08:00 |
|
cfdaily
|
4bea7573e8
|
auto-sync: 2026-06-08 08:54:18
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-08 08:54:18 +08:00 |
|
cfdaily
|
242801aab7
|
auto-sync: 2026-06-07 11:46:26
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 11:46:26 +08:00 |
|
cfdaily
|
045ee4fe81
|
auto-sync: 2026-06-07 11:38:38
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 11:38:38 +08:00 |
|
cfdaily
|
f2b371dbf7
|
auto-sync: 2026-06-07 11:35:35
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 11:35:35 +08:00 |
|
cfdaily
|
3ffea4a45d
|
auto-sync: 2026-06-07 11:35:15
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 11:35:15 +08:00 |
|
cfdaily
|
543decca99
|
auto-sync: 2026-06-07 11:32:20
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 11:32:20 +08:00 |
|
cfdaily
|
a9d98a44a2
|
auto-sync: 2026-06-07 11:31:48
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 11:31:48 +08:00 |
|
cfdaily
|
17b8688fee
|
auto-sync: 2026-06-07 11:31:34
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 11:31:34 +08:00 |
|
cfdaily
|
4d81e02cf2
|
auto-sync: 2026-06-07 11:18:00
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 11:18:00 +08:00 |
|
cfdaily
|
cf0e1ef329
|
auto-sync: 2026-06-07 11:16:15 (catch-all)
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 11:16:15 +08:00 |
|
cfdaily
|
5518ab2487
|
auto-sync: 2026-06-07 11:16:12
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 11:16:12 +08:00 |
|
cfdaily
|
3f0a03ab3d
|
auto-sync: 2026-06-07 11:16:03
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 11:16:03 +08:00 |
|
cfdaily
|
888e2d23c6
|
auto-sync: 2026-06-07 11:13:34
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 11:13:34 +08:00 |
|
cfdaily
|
cd1c1f76f4
|
auto-sync: 2026-06-07 08:34:07
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 08:34:07 +08:00 |
|
cfdaily
|
0d7425b88c
|
auto-sync: 2026-06-07 01:35:53
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 01:35:53 +08:00 |
|
cfdaily
|
b70d7c47dd
|
auto-sync: 2026-06-07 01:21:29
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 01:21:29 +08:00 |
|
cfdaily
|
6465a6c43f
|
docs: Mail 失败通知设计 v1.1 — system 发件人 + Mail 不 @pangtong
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 01:15:59 +08:00 |
|
cfdaily
|
cef76a72e0
|
docs: Mail 失败通知设计文档 draft
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
|
2026-06-07 00:52:27 +08:00 |
|