chore(org): rename Architect codename from Aurelius to Helix

This commit is contained in:
Chen Gu
2026-08-13 17:00:21 +08:00
parent 19ad03d390
commit 9f8d8672d7
54 changed files with 2723 additions and 11 deletions
+16
View File
@@ -0,0 +1,16 @@
# Gate Check Verification
Case 1 (PASS)
$ ./gate_check.sh 12000 1 20 false
PASS
exit_code=0
Case 2 (BLOCK)
$ ./gate_check.sh 45000 1 20 false
BLOCK
exit_code=2
Case 3 (PAUSE_AND_ESCALATE)
$ ./gate_check.sh 12000 1 20 true
PAUSE_AND_ESCALATE
exit_code=3