Spaces:
Running
Running
deploy(hf): sync szl-holdings/a11oy@d8d65dda214c0a03f4dbb9349bcd5bad81575e52 derived COPY set
Browse filesReusable Dockerfile-COPY-derived deploy from szl-holdings/a11oy d8d65dda214c0a03f4dbb9349bcd5bad81575e52.
Files: 1157 Pruned: 0
Derived from Dockerfile COPY sources (NO hand-maintained allowlist).
Signed-off-by: SZL Holdings <noreply@szlholdings.ai>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
tools/readiness-harness/tabs.json
CHANGED
|
@@ -2027,10 +2027,43 @@
|
|
| 2027 |
]
|
| 2028 |
},
|
| 2029 |
"tab_matrix": {
|
| 2030 |
-
"
|
| 2031 |
-
|
| 2032 |
-
|
| 2033 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2034 |
]
|
| 2035 |
}
|
| 2036 |
},
|
|
|
|
| 2027 |
]
|
| 2028 |
},
|
| 2029 |
"tab_matrix": {
|
| 2030 |
+
"anyOf": [
|
| 2031 |
+
{
|
| 2032 |
+
"type": "object",
|
| 2033 |
+
"required": [
|
| 2034 |
+
"matrix_available",
|
| 2035 |
+
"probe_verdict_available"
|
| 2036 |
+
],
|
| 2037 |
+
"properties": {
|
| 2038 |
+
"matrix_available": {
|
| 2039 |
+
"const": true
|
| 2040 |
+
}
|
| 2041 |
+
},
|
| 2042 |
+
"requiredPaths": [
|
| 2043 |
+
"matrix.tabs",
|
| 2044 |
+
"matrix.endpoints"
|
| 2045 |
+
],
|
| 2046 |
+
"requiredPathTypes": {
|
| 2047 |
+
"matrix.tabs": "array",
|
| 2048 |
+
"matrix.endpoints": "object"
|
| 2049 |
+
}
|
| 2050 |
+
},
|
| 2051 |
+
{
|
| 2052 |
+
"type": "object",
|
| 2053 |
+
"required": [
|
| 2054 |
+
"matrix_available",
|
| 2055 |
+
"probe_verdict_available",
|
| 2056 |
+
"note"
|
| 2057 |
+
],
|
| 2058 |
+
"properties": {
|
| 2059 |
+
"matrix_available": {
|
| 2060 |
+
"const": false
|
| 2061 |
+
},
|
| 2062 |
+
"probe_verdict_available": {
|
| 2063 |
+
"const": false
|
| 2064 |
+
}
|
| 2065 |
+
}
|
| 2066 |
+
}
|
| 2067 |
]
|
| 2068 |
}
|
| 2069 |
},
|