feat(governance): automate harness consistency checks (phase 3)
Harness governance / validate (push) Has been cancelled

This commit is contained in:
chengma
2026-07-14 13:05:19 +08:00
parent 0a09deacee
commit 1d3428a288
22 changed files with 2149 additions and 60 deletions
+9
View File
@@ -65,3 +65,12 @@ Get-ChildItem -Recurse -File
```
如修改链接或文件名,使用 `rg` 搜索旧名称和新名称,确认引用一致。
涉及上下文清单、任务协议或 Gitea 模板时,再运行:
```powershell
python -m unittest discover -s tests -p "test_*.py"
python scripts/validate_harness_governance.py
```
远端协调审计是可选只读检查,需要本机私有 Gitea 配置:`python scripts/audit_gitea_coordination.py --repo 【owner/repo】 --dispatcher 【Gitea登录名】`。