Files
XZBT/exhibits/exhibit-b.xzbt
T
LabyricornandClaude Opus 5 d5d7091289 feat(visual): add the slice 4g challenge fixtures and reference exhibits
Fourteen visual challenge fixtures and the first visuals for reference exhibits
A through D, all executing without a line of subject-specific renderer code —
which is the claim slice 4g exists to test. A subject the engine needs special
handling for is a subject the format cannot express.

The standalone CLI validator no longer disagrees with the production one. It
had been falling through to ERR_UNSUPPORTED_TARGET for every `visuals.*` binding
target, so legal exhibits — including the committed minimal-visual fixture —
failed the CLI while passing the runtime. The four section 8.1 visual target
families are now recognized in both, and a test runs the CLI validator across
every exhibit and challenge fixture so the two paths cannot drift apart again.

Co-Authored-By: Claude Opus 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01ShxxFqFmCUDQnQvFNm4TKy
2026-09-06 21:53:38 +00:00

179 lines
3.9 KiB
Plaintext

{
"xzbt": "0.1",
"meta": {
"id": "exhibit-b",
"name": "Exhibit B — Deep Abstract Field",
"version": "0.1.0",
"description": "First visual composition; full reference exhibit acceptance remains Phase 9."
},
"runtime": {
"seed": 42
},
"visuals": {
"scene": {
"coordinateSpace": "virtual",
"width": 960,
"height": 540,
"background": "#101d25"
},
"systems": {
"network": {
"type": "particles",
"count": 65,
"capacity": 96,
"distribution": {
"type": "rectangle",
"center": {
"x": 480,
"y": 270
},
"size": {
"width": 800,
"height": 410
}
},
"render": {
"type": "point",
"style": {
"fill": "#d8e9f5",
"pointSize": 4
}
},
"links": {
"rule": "nearest",
"count": 3,
"maxDistance": 180,
"maxLinks": 160,
"fadeWithDistance": true,
"style": {
"stroke": "#6899b7",
"strokeWidth": 1
}
},
"behaviors": [
{
"type": "noise-displace",
"amplitude": {
"x": 25,
"y": 25
},
"scale": 120,
"speed": 0.1
}
]
},
"morph": {
"type": "graphic",
"content": {
"shape": {
"type": "spline",
"points": [
{
"x": 100,
"y": 250
},
{
"x": 195,
"y": 344.2081569929845
},
{
"x": 290,
"y": 225.72359530745103
},
{
"x": 385,
"y": 162.0476051788654
},
{
"x": 480,
"y": 296.94076835816776
},
{
"x": 575,
"y": 325.85627569923156
},
{
"x": 670,
"y": 183.51190467861346
},
{
"x": 765,
"y": 191.27697433748185
},
{
"x": 860,
"y": 331.6203724113671
}
],
"style": {
"stroke": "#ecbf85",
"strokeWidth": 4
},
"behaviors": [
{
"type": "morph",
"to": "target",
"duration": "6s",
"loop": "ping-pong"
}
]
},
"target": {
"type": "spline",
"points": [
{
"x": 100,
"y": 420
},
{
"x": 195,
"y": 363.24149524059965
},
{
"x": 290,
"y": 235.91968579603693
},
{
"x": 385,
"y": 134.38917869744083
},
{
"x": 480,
"y": 135.48623754987796
},
{
"x": 575,
"y": 238.38063008538305
},
{
"x": 670,
"y": 365.2039313913952
},
{
"x": 765,
"y": 419.97879545751226
},
{
"x": 860,
"y": 361.25269717983815
}
],
"style": {
"stroke": "#82b7c7",
"strokeWidth": 2
},
"visible": false
}
}
}
},
"effects": [
{
"type": "bloom",
"radius": 5,
"intensity": 0.5
}
]
}
}