docs: 按照开发规范重构项目,完成七个环节文档整理与.xagent流程搭建
This commit is contained in:
4
.xagent/check-dirty.sh
Normal file
4
.xagent/check-dirty.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# XAgent 判脏检测脚本 - 自动通过 git 历史对比最后提交时间
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
python "$SCRIPT_DIR/check-dirty.py"
|
||||
Reference in New Issue
Block a user