Skip to content

Commit 2a16fab

Browse files
author
DavidQ
committed
Rename 3D Map Editor to 3D JSON Payload Normalizer (id, folder, wiring, docs)
- rename tool folder: - `tools/3D Map Editor` -> `tools/3D JSON Payload Normalizer` - rename docs folder: - `docs/tools/3d-map-editor` -> `docs/tools/3d-json-payload-normalizer` - update tool identity end-to-end: - id `3d-map-editor` -> `3d-json-payload-normalizer` - registry entry in `tools/toolRegistry.js` (name/display/path/entryPoint/label/description) - `data-tool-id` and boot contract id in tool HTML/JS - schema strings in normalizer payload - shared selector hooks in `tools/shared/debugInspectorTools.css` - refresh tool copy to match purpose: - title/status/headings/button text updated to “3D JSON Payload Normalizer” - clarify UI labels: payload input + normalized output - update how-to and README references: - tool name/path updated - buttons section includes `Normalize JSON Payload` and `How to Use` - workflow/details aligned to payload normalization behavior - update Phase 20 samples and metadata: - sample pages `2007–2009` updated links/text to new tool path/name - `samplePreset` payloads re-encoded with new tool id/name context - `samples/metadata/samples.index.metadata.json` tool tags/titles/descriptions updated - update remaining repo references in docs/tests/tool validation artifacts to new name/id/path
1 parent f21c540 commit 2a16fab

37 files changed

Lines changed: 136 additions & 114 deletions

docs/dev/codex_commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Requirements:
2020
Listed tools:
2121
- 3D Asset Viewer
2222
- 3D Camera Path Editor
23-
- 3D Map Editor
23+
- 3D JSON Payload Normalizer
2424
- Asset Browser
2525
- Asset Pipeline Tool
2626
- Palette Browser

docs/dev/reports/BUILD_PR_LEVEL_21_2_TOOL_TESTING_DOCUMENTATION_AND_REPORT_STANDARDIZATION_TOOL_INVENTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
| 11 | Physics Sandbox | `physics-sandbox` | `tools/Physics Sandbox/index.html` | `docs/tools/physics-sandbox/uat.md` |
1919
| 12 | Asset Pipeline Tool | `asset-pipeline-tool` | `tools/Asset Pipeline Tool/index.html` | `docs/tools/asset-pipeline-tool/uat.md` |
2020
| 13 | Tile Model Converter | `tile-model-converter` | `tools/Tile Model Converter/index.html` | `docs/tools/tile-model-converter/uat.md` |
21-
| 14 | 3D Map Editor | `3d-map-editor` | `tools/3D Map Editor/index.html` | `docs/tools/3d-map-editor/uat.md` |
21+
| 14 | 3D JSON Payload Normalizer | `3d-json-payload-normalizer` | `tools/3D JSON Payload Normalizer/index.html` | `docs/tools/3d-json-payload-normalizer/uat.md` |
2222
| 15 | 3D Asset Viewer | `3d-asset-viewer` | `tools/3D Asset Viewer/index.html` | `docs/tools/3d-asset-viewer/uat.md` |
2323
| 16 | 3D Camera Path Editor | `3d-camera-path-editor` | `tools/3D Camera Path Editor/index.html` | `docs/tools/3d-camera-path-editor/uat.md` |

docs/dev/reports/BUILD_PR_LEVEL_21_3_TOOL_AUTOMATION_AND_TOOL_QUALITY_BASELINE_AUTOMATION_MATRIX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| --- | --- | --- | --- | --- | --- |
66
| 3D Asset Viewer | `RequiredToolsBaseline.test.mjs` | `LaunchSmokeAllEntries.test.mjs --tools` | Covered through shared registry/index tests | Not automated | Add one fixture-driven load/edit/export test for 3D tool family. |
77
| 3D Camera Path Editor | `RequiredToolsBaseline.test.mjs` | `LaunchSmokeAllEntries.test.mjs --tools` | Covered through shared registry/index tests | Not automated | Add deterministic camera-path fixture import/export test. |
8-
| 3D Map Editor | `RequiredToolsBaseline.test.mjs` | `LaunchSmokeAllEntries.test.mjs --tools` | Covered through shared registry/index tests | Not automated | Add deterministic map-document open/save test. |
8+
| 3D JSON Payload Normalizer | `RequiredToolsBaseline.test.mjs` | `LaunchSmokeAllEntries.test.mjs --tools` | Covered through shared registry/index tests | Not automated | Add deterministic map-document open/save test. |
99
| Asset Browser / Import Hub | `ToolEntryLaunchContract.test.mjs` | `LaunchSmokeAllEntries.test.mjs --tools` | Covered through shared registry/index tests | Not automated | Add import-plan fixture smoke with expected handoff payload check. |
1010
| Asset Pipeline Tool | `RequiredToolsBaseline.test.mjs` | `LaunchSmokeAllEntries.test.mjs --tools` | Covered through shared registry/index tests | Not automated | Add one baseline conversion/validation fixture assertion. |
1111
| Palette Browser / Manager | `ToolEntryLaunchContract.test.mjs` | `LaunchSmokeAllEntries.test.mjs --tools` | Covered through shared registry/index tests | Not automated | Add palette create/edit persistence smoke test. |

docs/dev/reports/BUILD_PR_LEVEL_21_4_TOOL_ALIGNMENT_AND_HEADER_REAL_ESTATE_HEADER_REAL_ESTATE_AUDIT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- Vector Asset Studio
2020
- Vector Map Editor
2121
- Tool Host
22-
- Additional shared-shell consumers: 3D Asset Viewer, 3D Camera Path Editor, 3D Map Editor, Performance Profiler, Physics Sandbox, Replay Visualizer, State Inspector, Tile Model Converter, Asset Pipeline Tool, Tools Index
22+
- Additional shared-shell consumers: 3D Asset Viewer, 3D Camera Path Editor, 3D JSON Payload Normalizer, Performance Profiler, Physics Sandbox, Replay Visualizer, State Inspector, Tile Model Converter, Asset Pipeline Tool, Tools Index
2323

2424
## Header Real-Estate Changes (Shared Shell)
2525
| Surface | Before | After | Result |

docs/dev/reports/BUILD_PR_LEVEL_22_1_RUNTIME_OBSERVABILITY_FOUNDATION_OBSERVABILITY_MATRIX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
| Tool: Physics Sandbox (physics-sandbox) | Yes (inherits platform shell monitoring entry hook) | `engine.log.v1` via shared tools channel | Entry-point monitoring via shared platform shell hooks |
1919
| Tool: Asset Pipeline Tool (asset-pipeline-tool) | Yes (inherits platform shell monitoring entry hook) | `engine.log.v1` via shared tools channel | Entry-point monitoring via shared platform shell hooks |
2020
| Tool: Tile Model Converter (tile-model-converter) | Yes (inherits platform shell monitoring entry hook) | `engine.log.v1` via shared tools channel | Entry-point monitoring via shared platform shell hooks |
21-
| Tool: 3D Map Editor (3d-map-editor) | Yes (inherits platform shell monitoring entry hook) | `engine.log.v1` via shared tools channel | Entry-point monitoring via shared platform shell hooks |
21+
| Tool: 3D JSON Payload Normalizer (3d-json-payload-normalizer) | Yes (inherits platform shell monitoring entry hook) | `engine.log.v1` via shared tools channel | Entry-point monitoring via shared platform shell hooks |
2222
| Tool: 3D Asset Viewer (3d-asset-viewer) | Yes (inherits platform shell monitoring entry hook) | `engine.log.v1` via shared tools channel | Entry-point monitoring via shared platform shell hooks |
2323
| Tool: 3D Camera Path Editor (3d-camera-path-editor) | Yes (inherits platform shell monitoring entry hook) | `engine.log.v1` via shared tools channel | Entry-point monitoring via shared platform shell hooks |
2424

docs/dev/reports/launch_smoke_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Filters: games=true, samples=true, tools=true, sampleRange=all
262262
| PASS | sample | 1901 | samples\phase-19\1901\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
263263
| PASS | tool | 3D Asset Viewer | tools\3D Asset Viewer\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
264264
| PASS | tool | 3D Camera Path Editor | tools\3D Camera Path Editor\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
265-
| PASS | tool | 3D Map Editor | tools\3D Map Editor\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
265+
| PASS | tool | 3D JSON Payload Normalizer | tools\3D JSON Payload Normalizer\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
266266
| PASS | tool | Asset Browser | tools\Asset Browser\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
267267
| PASS | tool | Asset Pipeline Tool | tools\Asset Pipeline Tool\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
268268
| PASS | tool | Palette Browser | tools\Palette Browser\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |

docs/dev/reports/phase20_tool_preset_integration_validation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Combined sample->tool mapping checks: 51/51 passed
1010
Per listed-tool sample allocations (must be 3 each):
1111
- 3D Asset Viewer (3d-asset-viewer): 3
1212
- 3D Camera Path Editor (3d-camera-path-editor): 3
13-
- 3D Map Editor (3d-map-editor): 3
13+
- 3D JSON Payload Normalizer (3d-json-payload-normalizer): 3
1414
- Asset Browser (asset-browser): 3
1515
- Asset Pipeline Tool (asset-pipeline-tool): 3
1616
- Palette Browser (palette-browser): 3

docs/dev/reports/phase20_tool_preset_mapping.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ id | title | href
66
2004 | 3D Camera Path Editor Preset 1 | ./phase-20/2004/index.html
77
2005 | 3D Camera Path Editor Preset 2 | ./phase-20/2005/index.html
88
2006 | 3D Camera Path Editor Preset 3 | ./phase-20/2006/index.html
9-
2007 | 3D Map Editor Preset 1 | ./phase-20/2007/index.html
10-
2008 | 3D Map Editor Preset 2 | ./phase-20/2008/index.html
11-
2009 | 3D Map Editor Preset 3 | ./phase-20/2009/index.html
9+
2007 | 3D JSON Payload Normalizer Preset 1 | ./phase-20/2007/index.html
10+
2008 | 3D JSON Payload Normalizer Preset 2 | ./phase-20/2008/index.html
11+
2009 | 3D JSON Payload Normalizer Preset 3 | ./phase-20/2009/index.html
1212
2010 | Asset Browser Preset 1 | ./phase-20/2010/index.html
1313
2011 | Asset Browser Preset 2 | ./phase-20/2011/index.html
1414
2012 | Asset Browser Preset 3 | ./phase-20/2012/index.html

docs/dev/reports/phase20_tool_sample_map.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@
4141
},
4242
{
4343
"sample_id": "2007",
44-
"tool": "3D Map Editor",
44+
"tool": "3D JSON Payload Normalizer",
4545
"sample_number_for_tool": 1,
4646
"folder": "samples/phase-20/2007"
4747
},
4848
{
4949
"sample_id": "2008",
50-
"tool": "3D Map Editor",
50+
"tool": "3D JSON Payload Normalizer",
5151
"sample_number_for_tool": 2,
5252
"folder": "samples/phase-20/2008"
5353
},
5454
{
5555
"sample_id": "2009",
56-
"tool": "3D Map Editor",
56+
"tool": "3D JSON Payload Normalizer",
5757
"sample_number_for_tool": 3,
5858
"folder": "samples/phase-20/2009"
5959
},

docs/dev/reports/phase20_tool_sample_map.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
| 2004 | 3D Camera Path Editor | 1 | `samples/phase-20/2004` |
99
| 2005 | 3D Camera Path Editor | 2 | `samples/phase-20/2005` |
1010
| 2006 | 3D Camera Path Editor | 3 | `samples/phase-20/2006` |
11-
| 2007 | 3D Map Editor | 1 | `samples/phase-20/2007` |
12-
| 2008 | 3D Map Editor | 2 | `samples/phase-20/2008` |
13-
| 2009 | 3D Map Editor | 3 | `samples/phase-20/2009` |
11+
| 2007 | 3D JSON Payload Normalizer | 1 | `samples/phase-20/2007` |
12+
| 2008 | 3D JSON Payload Normalizer | 2 | `samples/phase-20/2008` |
13+
| 2009 | 3D JSON Payload Normalizer | 3 | `samples/phase-20/2009` |
1414
| 2010 | Asset Browser | 1 | `samples/phase-20/2010` |
1515
| 2011 | Asset Browser | 2 | `samples/phase-20/2011` |
1616
| 2012 | Asset Browser | 3 | `samples/phase-20/2012` |

0 commit comments

Comments
 (0)