fix(growth,hands): 穷尽审计后 3 项修复 — browser 文档注释 + experience_store warn 日志 + identity 数字更正
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

- browser.rs: 过时 doc comment pending_execution → delegated_to_frontend
- experience_store.rs: merge 反序列化失败时 warn!() + fallback 覆写
- wiki/log.md: identity_patterns 43→54 更正
This commit is contained in:
iven
2026-04-21 12:46:26 +08:00
parent ec22f0f357
commit 74ce6d4adc
3 changed files with 20 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ tags: [log, history]
- 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)
- 跨会话记忆检索增强: IdentityRecall 模式 26→54 + 弱身份信号(9个) + 低结果 fallback (query.rs + retriever.rs)
- Twitter Hand 凭据持久化: SetCredentials action + 文件持久化 + 启动恢复 (twitter.rs)
- Browser 测试适配: 新响应格式断言修复
@@ -34,6 +34,14 @@ tags: [log, history]
**6 个集成测试**: 经验累积触发/阈值过滤/多模式独立/SkillGenerator prompt/QualityGate验证/FeedbackCollector计分。全量 918 PASS。
## [2026-04-21] fix | 穷尽审计后 3 项修复 (browser doc / experience_store warn / identity pattern count)
- browser.rs: 过时文档注释 `pending_execution``delegated_to_frontend`
- experience_store.rs: merge 反序列化失败时添加 `warn!()` 日志 + fallback 覆写
- wiki/log.md: identity_patterns 数量更正 43→54
验证: cargo check 0 error | cargo test 112 PASS (growth+hands)
## [2026-04-20] fix | 50 轮功能链路审计 7 项断链修复 (commit f291736)
**审计报告**: `docs/test-evidence/FUNCTIONAL_CHAIN_AUDIT_2026_04_20.md`