feat(playbook): add plan progress tracking and rules updates

This commit is contained in:
csh
2026-01-26 16:51:23 +08:00
parent 6efd637119
commit 278750e3c9
23 changed files with 919 additions and 275 deletions
+6
View File
@@ -107,6 +107,12 @@ jobs:
cd "$REPO_DIR"
python3 -m unittest discover -s tests/cli -v
echo "========================================"
echo "🧪 Python 扩展测试"
echo "========================================"
python3 -m unittest discover -s tests -p "test_*.py" -v
echo "========================================"
echo "📄 模板验证测试"
echo "========================================"