All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- 补丁自动生成功能
- 补丁应用和回滚功能
- OpenClaw 深度集成
- 单元测试覆盖
-
核心功能
- 拦截器(Interceptor):记录工具调用,检测修正和重试行为
- 分析器(Analyzer):聚类相似修改,识别模式,生成优化建议
- 补丁管理(Patch Manager):创建补丁文件,manifest 管理
- CLI 工具:
demo,report,status,analyze,list-patches命令
-
文档
- README.md - 项目介绍和使用指南
- PROJECT_SUMMARY.md - 项目总结
- MARKET_RESEARCH.md - 市场调研报告
- GTM_STRATEGY.md - 推广策略
- EXECUTIVE_SUMMARY.md - 执行总结
- MVP_RESULTS.md - MVP 测试结果
- integration/README.md - OpenClaw 集成指南
-
示例
- test/demo.js - 完整演示脚本
- QUICKSTART.sh - 快速启动脚本
- 使用 JSONL 格式存储执行日志
- 基于阈值的模式识别(默认 3 次相似修正)
- 本地存储,隐私安全
- 独立插件,无需修改 OpenClaw 源码
- 补丁自动生成尚未实现
- 补丁应用功能需要完善
- 缺少单元测试
- v0.1.0-mvp (2026-03-27) - MVP Release - 核心功能验证完成