docs: 按照开发规范重构项目,完成七个环节文档整理与.xagent流程搭建

This commit is contained in:
2026-07-09 10:31:36 +08:00
parent 61b6ecb55d
commit 17a90ff7dc
21 changed files with 1546 additions and 0 deletions

4
.xagent/check-dirty.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# XAgent 判脏检测脚本 - 自动通过 git 历史对比最后提交时间
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
python "$SCRIPT_DIR/check-dirty.py"