feat(governance): automate harness consistency checks (phase 3)
Harness governance / validate (push) Has been cancelled
Harness governance / validate (push) Has been cancelled
This commit is contained in:
@@ -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登录名】`。
|
||||
|
||||
Reference in New Issue
Block a user