server/AGENTS.md

9 lines
682 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 本地提交约定
- 用户要求:本目录中产生的代码改动,在每次任务完成后自动提交到本地 Git 仓库,无需重复确认。
- 按功能组织提交,将对应实现、配置、测试和文档放在同一提交中;不同功能分别提交。
- 提交前检查 diff,并运行适用的现有检查;如检查失败,如实说明失败项,不宣称验证通过。
- 只暂存本次任务相关改动;其他任务或用户的未提交改动,除非用户明确要求一并提交,否则保留。
- 不自动 push、部署或改写已有提交历史;用户另有明确要求时再执行。
- 完成后报告提交摘要和工作区状态。