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
103 lines
2.3 KiB
Plaintext
103 lines
2.3 KiB
Plaintext
{
|
|
"xzbt": "0.1",
|
|
"meta": {
|
|
"id": "organic-pulse",
|
|
"name": "Organic pulsing structure",
|
|
"version": "1.0.0",
|
|
"description": "PRD 130 challenge 6; generic visual primitives only."
|
|
},
|
|
"runtime": {
|
|
"seed": 4205
|
|
},
|
|
"visuals": {
|
|
"scene": {
|
|
"coordinateSpace": "virtual",
|
|
"width": 960,
|
|
"height": 540,
|
|
"background": "#101d25"
|
|
},
|
|
"systems": {
|
|
"organic": {
|
|
"type": "graphic",
|
|
"content": {
|
|
"body": {
|
|
"type": "spline",
|
|
"closed": true,
|
|
"points": [
|
|
{
|
|
"x": 590,
|
|
"y": 270
|
|
},
|
|
{
|
|
"x": 595.1813787033303,
|
|
"y": 332.5
|
|
},
|
|
{
|
|
"x": 558,
|
|
"y": 378.25317547305485
|
|
},
|
|
{
|
|
"x": 480,
|
|
"y": 395
|
|
},
|
|
{
|
|
"x": 413.5,
|
|
"y": 378.25317547305485
|
|
},
|
|
{
|
|
"x": 344.90003700962757,
|
|
"y": 332.5
|
|
},
|
|
{
|
|
"x": 370,
|
|
"y": 270
|
|
},
|
|
{
|
|
"x": 364.8186212966696,
|
|
"y": 207.50000000000003
|
|
},
|
|
{
|
|
"x": 401.99999999999994,
|
|
"y": 161.7468245269452
|
|
},
|
|
{
|
|
"x": 480,
|
|
"y": 145
|
|
},
|
|
{
|
|
"x": 546.5,
|
|
"y": 161.74682452694518
|
|
},
|
|
{
|
|
"x": 615.0999629903724,
|
|
"y": 207.49999999999994
|
|
}
|
|
],
|
|
"style": {
|
|
"fill": "#537a63",
|
|
"stroke": "#acd2a0",
|
|
"strokeWidth": 3
|
|
},
|
|
"behaviors": [
|
|
{
|
|
"type": "point-wander",
|
|
"amplitude": {
|
|
"x": 28,
|
|
"y": 28
|
|
},
|
|
"rate": 0.15
|
|
},
|
|
{
|
|
"type": "pulse",
|
|
"property": "style.opacity",
|
|
"amplitude": -0.35,
|
|
"frequency": 0.2
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|