跳转到主要内容

提交规范

提交信息

遵循 Conventional Commits
<type>(<scope>): <description>

类型

类型说明
feat新功能
fixBug 修复
refactor重构
docs文档变更
test测试增改
chore维护任务
perf性能优化

示例

feat(memory): add knowledge graph visualization
fix(security): patch PII detection false positive
docs(api): update webhook payload examples

Pull Request

  • 每个 PR 一个功能或修复
  • 新功能需附测试
  • 更新相关文档
  • CI 通过后再请求 Review