- Add build artifacts to .gitignore (binaries/, *.exe, *.pdb) - Update WORK_SUMMARY with latest progress - Remove outdated plan files (moved to docs/archive/plans/) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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 集成: 本地服务器管理完成
- 文档整理: 完成
贡献指南
- 新文档放在适当的目录中
- 使用清晰的文件命名(小写、连字符分隔)
- 计划文件使用日期前缀:
YYYY-MM-DD-description.md - 完成后将计划移动到
archive/completed-plans/