提交格式 git commit -m "type(scope): description" 类型说明 feat: 新功能 fix: 修复bug docs: 文档更新 style: 代码格式调整 refactor: 代码重构 test: 测试相关 chore: 构建过程或辅助工具的变动 示例 feat(intent_classifier): 新增LLM字段提取器