Executor-Tyrant-Framework commited on
Commit
e91ea67
·
1 Parent(s): 128f4e8

vendor: re-vendor ng_tract_bridge.py with BTF magic fix (#109)

Browse files
Files changed (1) hide show
  1. specs/BLK-UNIAI-158.json +44 -10
specs/BLK-UNIAI-158.json CHANGED
@@ -19,10 +19,19 @@
19
  "Do not run sudo"
20
  ],
21
  "anti_drift": [],
22
- "tool_allowlist": ["shell_execute", "read_file", "edit_file"],
23
- "shell_allowlist": ["git", "grep", "echo", "cat", "python3"],
24
- "max_iterations": 15,
25
- "timeout": 180
 
 
 
 
 
 
 
 
 
26
  },
27
  "steps": [
28
  {
@@ -34,7 +43,12 @@
34
  "command": "grep -c 'setuptools' /home/josh/UniAI/splat_poc/hf_space/requirements.txt || echo 0"
35
  },
36
  "validation": {
37
- "checks": [{"operator": "contains", "value": "0"}]
 
 
 
 
 
38
  },
39
  "on_failure": "abort"
40
  },
@@ -47,7 +61,12 @@
47
  "command": "echo 'setuptools>=78.1.1' >> /home/josh/UniAI/splat_poc/hf_space/requirements.txt && echo ADDED"
48
  },
49
  "validation": {
50
- "checks": [{"operator": "contains", "value": "ADDED"}]
 
 
 
 
 
51
  },
52
  "on_failure": "abort"
53
  },
@@ -60,7 +79,12 @@
60
  "command": "grep -c 'setuptools>=78.1.1' /home/josh/UniAI/splat_poc/hf_space/requirements.txt"
61
  },
62
  "validation": {
63
- "checks": [{"operator": "contains", "value": "1"}]
 
 
 
 
 
64
  },
65
  "on_failure": "abort"
66
  },
@@ -73,7 +97,12 @@
73
  "command": "cd /home/josh/UniAI && git add splat_poc/hf_space/requirements.txt && git commit -m 'Punchlist #158: pin setuptools>=78.1.1, fix CVE GHSA-5rjg-fvgr-3xxf' && git push && echo PUSHED"
74
  },
75
  "validation": {
76
- "checks": [{"operator": "contains", "value": "PUSHED"}]
 
 
 
 
 
77
  },
78
  "on_failure": "abort"
79
  },
@@ -86,9 +115,14 @@
86
  "command": "echo 'BLK-UNIAI-158 COMPLETE. setuptools>=78.1.1 pinned. HF Space picks it up on next rebuild.'"
87
  },
88
  "validation": {
89
- "checks": [{"operator": "contains", "value": "BLK-UNIAI-158 COMPLETE"}]
 
 
 
 
 
90
  },
91
  "on_failure": "continue"
92
  }
93
  ]
94
- }
 
19
  "Do not run sudo"
20
  ],
21
  "anti_drift": [],
22
+ "tool_allowlist": [
23
+ "shell_execute",
24
+ "read_file",
25
+ "edit_file"
26
+ ],
27
+ "shell_allowlist": [
28
+ "git",
29
+ "grep",
30
+ "echo",
31
+ "cat",
32
+ "python3"
33
+ ],
34
+ "max_iterations": 15
35
  },
36
  "steps": [
37
  {
 
43
  "command": "grep -c 'setuptools' /home/josh/UniAI/splat_poc/hf_space/requirements.txt || echo 0"
44
  },
45
  "validation": {
46
+ "checks": [
47
+ {
48
+ "operator": "contains",
49
+ "value": "0"
50
+ }
51
+ ]
52
  },
53
  "on_failure": "abort"
54
  },
 
61
  "command": "echo 'setuptools>=78.1.1' >> /home/josh/UniAI/splat_poc/hf_space/requirements.txt && echo ADDED"
62
  },
63
  "validation": {
64
+ "checks": [
65
+ {
66
+ "operator": "contains",
67
+ "value": "ADDED"
68
+ }
69
+ ]
70
  },
71
  "on_failure": "abort"
72
  },
 
79
  "command": "grep -c 'setuptools>=78.1.1' /home/josh/UniAI/splat_poc/hf_space/requirements.txt"
80
  },
81
  "validation": {
82
+ "checks": [
83
+ {
84
+ "operator": "contains",
85
+ "value": "1"
86
+ }
87
+ ]
88
  },
89
  "on_failure": "abort"
90
  },
 
97
  "command": "cd /home/josh/UniAI && git add splat_poc/hf_space/requirements.txt && git commit -m 'Punchlist #158: pin setuptools>=78.1.1, fix CVE GHSA-5rjg-fvgr-3xxf' && git push && echo PUSHED"
98
  },
99
  "validation": {
100
+ "checks": [
101
+ {
102
+ "operator": "contains",
103
+ "value": "PUSHED"
104
+ }
105
+ ]
106
  },
107
  "on_failure": "abort"
108
  },
 
115
  "command": "echo 'BLK-UNIAI-158 COMPLETE. setuptools>=78.1.1 pinned. HF Space picks it up on next rebuild.'"
116
  },
117
  "validation": {
118
+ "checks": [
119
+ {
120
+ "operator": "contains",
121
+ "value": "BLK-UNIAI-158 COMPLETE"
122
+ }
123
+ ]
124
  },
125
  "on_failure": "continue"
126
  }
127
  ]
128
+ }