mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 13:50:12 -04:00
fix(protocol): tighten workflow contract
This commit is contained in:
parent
3a2d565aaa
commit
54acfec834
4 changed files with 16 additions and 11 deletions
|
|
@ -80,7 +80,7 @@ typecheck_status: pass | fail | skipped
|
|||
---
|
||||
```
|
||||
|
||||
**Hard rule:** `security_findings.critical > 0` or `build_status: fail` or `test_status: fail` requires `signal: fail`.
|
||||
**Hard rule:** `security_findings.critical > 0` or `security_findings.high > 0` or `build_status: fail` or `test_status: fail` requires `signal: fail`.
|
||||
|
||||
Then the markdown body:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue