Commit 63a5cca
refactor(test-ci): overhaul test suite and CI plan architecture (#1172)
* refactor(test-ci): overhaul test suite and CI plan architecture
Introduce an authoritative plan_manifest with a topology compiler, typed
RuntimeTestProfile/resource contracts, and reference metadata without checker
authority. Demote over-hydrated fixtures, split mixed composition/MCP/process
ownership, localize complete-runtime plugins, and add inventory plus fail-closed
helpers so lanes stop compensating for each other.
Co-authored-by: morluto <morluto@users.noreply.github.com>
* refactor(test-ci): enforce closure and collapse dual-source planners
Make plan_manifest the sole authority for impact suppressions, lane lists,
and CI boolean keys; retire reverse-import exact selection; enforce
resource-closure at collection; demote unjustified authorized runtimes;
and compile execution profiles into topology with fail-closed inventory.
Co-authored-by: morluto <morluto@users.noreply.github.com>
* refactor(test-ci): drop profile bridge and own planner modules
Delete the unused tests.support execution-profile re-export, own
tools/test_plan in impact rules, and keep lint/type gates green.
Co-authored-by: morluto <morluto@users.noreply.github.com>
* test(test-ci): use compiled [[lanes]] shape in architecture fixtures
Align architecture-policy fixtures with the single array topology format
after removing dual-shape TOML parsing.
Co-authored-by: morluto <morluto@users.noreply.github.com>
* refactor(test-ci): delete redundant bridges instead of demoting
Remove sympy/graph public-API bridge modules that only wrapped COMPUTED
complete-runtime calls, collapse graph installation to an attached-only
authority-absence contract, and drop the authorized-runtime escape marker.
Co-authored-by: morluto <morluto@users.noreply.github.com>
* refactor(test-ci): tighten authority signals and share runtime owners
Replace substring verify/authority detection with token-safe checks so
UNVERIFIED and bare .verify IDs no longer justify authorized fixtures,
centralize complete-runtime ownership, demote enumeration recovery to
attached runtime, and delete unused fail_closed helpers.
Co-authored-by: morluto <morluto@users.noreply.github.com>
* fix(test-ci): allowlist process-lane -O adapter guard subprocess
The polynomial adapter guard was moved into the process boundary so it
can own an optimized-interpreter subprocess check; register that fixture
in the subprocess confinement allowlist.
Co-authored-by: morluto <morluto@users.noreply.github.com>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: morluto <morluto@users.noreply.github.com>1 parent c5ef954 commit 63a5cca
59 files changed
Lines changed: 3290 additions & 1259 deletions
File tree
- .github
- scripts
- docs/reference
- make
- src/jacobian
- portfolio
- tests
- boundary
- mcp
- process
- polynomial
- tooling
- providers
- graph/runtime
- sympy/runtime
- storage
- recovery
- composition
- authority
- runtime
- domain/polynomial
- e2e
- support
- unit
- portfolio
- tooling
- tools
- test_plan
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
25 | 33 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
| |||
71 | 77 | | |
72 | 78 | | |
73 | 79 | | |
74 | | - | |
| 80 | + | |
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
| |||
140 | 146 | | |
141 | 147 | | |
142 | 148 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
| 149 | + | |
154 | 150 | | |
155 | 151 | | |
156 | 152 | | |
| |||
170 | 166 | | |
171 | 167 | | |
172 | 168 | | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
| 169 | + | |
180 | 170 | | |
181 | 171 | | |
182 | 172 | | |
| |||
191 | 181 | | |
192 | 182 | | |
193 | 183 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
204 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
205 | 192 | | |
206 | 193 | | |
207 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
65 | 83 | | |
66 | 84 | | |
67 | 85 | | |
| |||
70 | 88 | | |
71 | 89 | | |
72 | 90 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 91 | + | |
85 | 92 | | |
86 | 93 | | |
87 | 94 | | |
| |||
103 | 110 | | |
104 | 111 | | |
105 | 112 | | |
| 113 | + | |
106 | 114 | | |
107 | 115 | | |
108 | 116 | | |
| |||
213 | 221 | | |
214 | 222 | | |
215 | 223 | | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | 224 | | |
285 | 225 | | |
286 | 226 | | |
| |||
305 | 245 | | |
306 | 246 | | |
307 | 247 | | |
308 | | - | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
309 | 254 | | |
310 | 255 | | |
311 | 256 | | |
312 | 257 | | |
313 | 258 | | |
314 | 259 | | |
315 | | - | |
316 | | - | |
317 | 260 | | |
318 | 261 | | |
319 | 262 | | |
| |||
337 | 280 | | |
338 | 281 | | |
339 | 282 | | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
340 | 291 | | |
341 | 292 | | |
342 | | - | |
343 | 293 | | |
| 294 | + | |
344 | 295 | | |
345 | 296 | | |
346 | 297 | | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
| 298 | + | |
351 | 299 | | |
352 | 300 | | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
| 301 | + | |
389 | 302 | | |
390 | 303 | | |
391 | 304 | | |
| |||
413 | 326 | | |
414 | 327 | | |
415 | 328 | | |
416 | | - | |
417 | | - | |
418 | 329 | | |
419 | 330 | | |
420 | 331 | | |
| |||
0 commit comments