Files
zclaw_openfang/docs
iven 6c64d704d7
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: add self-evolution documentation and fix SOUL.md persistence
- Create 01-identity-evolution.md: Identity system architecture (SOUL.md, USER.md, change proposals, version management)
- Create 04-heartbeat-engine.md: Proactive behavior system (heartbeat config, alerts, proactivity levels)
- Create 06-context-compaction.md: Context compression system (token management, summarization, information retention)
- Update ZCLAW_AGENT_INTELLIGENCE_EVOLUTION.md: Add Phase 5 self-evolution UX roadmap
- Fix AgentOnboardingWizard: Persist SOUL.md and USER.md after agent creation
- Fix llm-service: Add Tauri kernel mode detection for memory system LLM calls
- Fix kernel: Kernel config takes priority over agent's persisted model

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 00:38:31 +08:00
..
2026-03-21 19:33:44 +08:00
2026-03-12 00:23:42 +08:00

ZCLAW 文档中心

快速导航

文档 说明
开发指南 开发环境设置、构建、测试
OpenViking 集成 记忆系统集成文档
用户手册 终端用户使用指南
Agent 进化计划 Agent 智能层发展规划
工作总结 最新工作进展

文档结构

docs/
├── DEVELOPMENT.md                    # 开发指南
├── OPENVIKING_INTEGRATION.md         # OpenViking 集成
├── USER_MANUAL.md                    # 用户手册
├── ZCLAW_AGENT_INTELLIGENCE_EVOLUTION.md  # Agent 进化计划
├── WORK_SUMMARY_*.md                 # 工作总结(按日期)
│
├── archive/                          # 归档文档
│   ├── completed-plans/              # 已完成的计划
│   ├── research-reports/             # 研究报告
│   └── openclaw-legacy/              # OpenClaw 遗留文档
│
├── knowledge-base/                   # 技术知识库
│   ├── openfang-technical-reference.md  # OpenFang 技术参考
│   ├── openfang-websocket-protocol.md   # WebSocket 协议
│   ├── troubleshooting.md               # 故障排除
│   └── ...
│
├── plans/                            # 执行计划
│   └── ...
│
└── test-reports/                     # 测试报告
    └── ...

项目状态

  • Agent 智能层: Phase 1-3 完成274 tests passing
  • OpenViking 集成: 本地服务器管理完成
  • 文档整理: 完成

贡献指南

  1. 新文档放在适当的目录中
  2. 使用清晰的文件命名(小写、连字符分隔)
  3. 计划文件使用日期前缀:YYYY-MM-DD-description.md
  4. 完成后将计划移动到 archive/completed-plans/