mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-09-11 09:14:31 +00:00
- Add tests/js/highway_3d_scene_init.test.js (18 tests): wiring guard, export surface, class-killer, DI anti-vacuity, import correctness, function presence, kill tests, plugin.json version gate. - Bump plugins/highway_3d/plugin.json 3.51.0 → 3.52.0. - Retarget highway_string_colors.test.js tests 3–4 to scene-init.js (functions moved in cut-16). - Update highway_visibility.test.js test 22 regexes to accept DI-rewritten forms: getHighwayCanvas() / getWrap().style.display / getHighwayCanvas().offsetParent. Suite: 1426/1427 pass (1 pre-existing audio test; all cut-16 regressions cleared). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014uZ169yfoFYArXz962g7KW
21 lines
450 B
JSON
21 lines
450 B
JSON
{
|
|
"id": "highway_3d",
|
|
"name": "3D Highway",
|
|
"version": "3.52.0",
|
|
"type": "visualization",
|
|
"scriptType": "module",
|
|
"bundled": true,
|
|
"script": "screen.js",
|
|
"styles": "assets/plugin.css",
|
|
"settings": {
|
|
"html": "settings.html",
|
|
"category": "graphics",
|
|
"server_files": [
|
|
"plugin_uploads/highway_3d/current.mp4",
|
|
"plugin_uploads/highway_3d/current.webm"
|
|
]
|
|
},
|
|
"routes": "routes.py",
|
|
"tour": "tour.json"
|
|
}
|