Files
zclaw_openfang/wiki/log.md
iven e790cf171a
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
docs(wiki): 创建 LLM Wiki 知识库 — 编译后项目画像
受 Karpathy LLM Wiki 启发,将分散在 docs/ + memory/ + CLAUDE.md 的项目知识
编译为 8 个结构化 wiki 页面,解决新会话冷启动时上下文浪费问题。

- wiki/index.md: 主索引入口 (~200行),CLAUDE.md @import 自动加载
- wiki/architecture.md: 系统架构编译 (crate依赖/客户端路由/聊天流/LLM驱动)
- wiki/module-status.md: 9个子系统状态 + Hands详情 + 测试覆盖
- wiki/data-flows.md: 6条核心数据流 (聊天/路由/记忆/认证/管家/Pipeline)
- wiki/development.md: 开发规范 (闭环工作法/验证命令/提交规范)
- wiki/known-issues.md: 缺陷状态 (P0/P1已修复,P2待处理)
- wiki/file-map.md: 代码库文件地图 (crates/desktop/admin-v2/docs)
- wiki/log.md: Append-only 变更日志
- CLAUDE.md: 添加 @wiki/index.md + §8.3 收尾流程增加 wiki 维护步骤
2026-04-11 00:20:17 +08:00

1.7 KiB

title, updated, status, tags
title updated status tags
变更日志 2026-04-11 active
log
history

变更日志

Append-only 操作记录。格式: ## [日期] 类型 | 描述

[2026-04-11] init | 创建 wiki 知识库

  • 从 TRUTH.md / ARCHITECTURE_BRIEF.md / CLAUDE.md 编译 8 个 wiki 页面
  • 创建 index.md 入口 + 7 个主题页
  • CLAUDE.md 添加 @wiki/index.md 引用

[2026-04-10] fix | 发布前修复批次

  • ButlerRouter 语义路由 — SemanticSkillRouter TF-IDF 替代关键词
  • P1-04 AuthGuard 竞态 — 三态守卫 + cookie 先验证
  • P2-03 限流 — Cross 测试共享 token
  • P1-02 浏览器聊天 — Playwright SaaS fixture
  • BREAKS.md 全部 P0/P1/P2 已修复

[2026-04-09] feat | Hermes Intelligence Pipeline 4 Chunk

  • Chunk1 ExperienceStore+Extractor (10 tests)
  • Chunk2 UserProfileStore+Profiler (14 tests)
  • Chunk3 NlScheduleParser (16 tests)
  • Chunk4 TrajectoryRecorder+Compressor (18 tests)
  • 中间件 13→14 层 (+TrajectoryRecorder@650)
  • Schema v2→v4 (user_profiles + trajectory tables)

[2026-04-09] feat | 管家模式发布前实施完成

  • ButlerRouter + 冷启动 + 简洁UI
  • 痛点持久化 SQLite
  • 桥测试 43 通过

[2026-04-07] feat | 管家能力激活

  • Tauri 命令 183→189 (+6 butler)
  • multi-agent feature 默认启用
  • ButlerPanel UI 3 区
  • DataMaskingMiddleware@90

[2026-04-03] fix | 前端改进 + 数字校准

  • Pipeline 8 invoke 接通前端
  • Viking 5 孤立 invoke 清理
  • SaaS API 93→131 (新增 knowledge/billing/role)
  • scheduled_task Admin V2 完整接入

[2026-04-02] fix | P0/P1 全部修复

  • 2 P0 崩溃修复
  • 9 P1 功能失效修复
  • 7 P1.5 代码质量修复
  • TRUTH.md 初始创建

更新规则: 每次重大变更后追加一条,最新在最上面