35 lines
997 B
Markdown
35 lines
997 B
Markdown
# Rebuild Log
|
|
|
|
## 2026-06-19 First Stage Start
|
|
|
|
Commands run:
|
|
|
|
```bash
|
|
python3 tools/extract_source_evidence.py
|
|
python3 tools/generate_cocos4_project.py
|
|
python3 tools/render_canvas_preview.py
|
|
python3 tools/compare_visual_rois.py
|
|
python3 tools/verify_cocos4_project.py
|
|
```
|
|
|
|
Outputs:
|
|
|
|
- `source_export/source_nodes.json`
|
|
- `source_export/source_prefabs.json`
|
|
- `source_export/source_assets.json`
|
|
- `source_export/source_spriteframes.json`
|
|
- `source_export/source_spine.json`
|
|
- `source_export/source_animations.json`
|
|
- `source_export/source_runtime_notes.md`
|
|
- `source_export/source_blockers.md`
|
|
- `assets/scenes/main_stage1.source_scene.json`
|
|
- `artifacts/canvas_preview/stage1_source_preview.png`
|
|
- `artifacts/canvas_preview/stage1_source_preview_report.json`
|
|
- `artifacts/visual_compare/stage1_roi_report.json`
|
|
- `artifacts/cocos_capture/stage1_cocos_verify.json`
|
|
|
|
Verification result:
|
|
|
|
- Source extraction and diagnostic preview pass.
|
|
- Cocos 4 CLI build is blocked by `webgl.node` ABI mismatch.
|