docs(wiki,CLAUDE): Phase 0+1 突破之路修复记录 — 8 项基础链路
Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled

This commit is contained in:
iven
2026-04-21 10:20:23 +08:00
parent 9a2611d122
commit f11ac6e434
2 changed files with 19 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
---
title: 变更日志
updated: 2026-04-20
updated: 2026-04-21
status: active
tags: [log, history]
---
@@ -9,6 +9,22 @@ tags: [log, history]
> Append-only 操作记录。格式: `## [日期] 类型 | 描述`
## [2026-04-21] fix | Phase 0+1 突破之路 — 8 项基础链路修复 (commit c1dea6e + 9a2611d)
**Phase 0 地基修复 (2 项)**:
- 经验积累覆盖 bug: store_experience() URI 确定性覆盖 → 合并+累积 reuse_count (experience_store.rs)
- Skill 工具调用断裂: PromptOnlySkill 纯文本 → complete_with_tools() 桥接 (skill.rs + runner.rs + adapters.rs)
**Phase 1 用户可感知修复 (6 项)**:
- Hand 执行前端字段映射: instance_id → runId (kernel-hands.ts + gateway-api.ts)
- Heartbeat 痛点感知: PAIN_POINTS_CACHE + VikingStorage 持久化 + 未解决痛点检查 (heartbeat.rs)
- Browser Hand 委托消息: pending_execution → delegated_to_frontend + 中文摘要 (browser.rs)
- 跨会话记忆检索增强: IdentityRecall 模式 26→43 + 弱身份信号 + 低结果 fallback (query.rs + retriever.rs)
- Twitter Hand 凭据持久化: SetCredentials action + 文件持久化 + 启动恢复 (twitter.rs)
- Browser 测试适配: 新响应格式断言修复
验证: cargo check 0 error | cargo test 912 PASS | tsc --noEmit 0 error
## [2026-04-20] fix | 50 轮功能链路审计 7 项断链修复 (commit f291736)
**审计报告**: `docs/test-evidence/FUNCTIONAL_CHAIN_AUDIT_2026_04_20.md`