Add two-stage charged-crystal demo and original art set.

This commit is contained in:
2026-08-13 13:18:41 +08:00
commit e9f5f81f46
686 changed files with 25601 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Planner Recipe Workbench Tasks
- [x] RE1: Define `recipe-book.json` and its schema.
- [x] RE2: Seed mainline magical-law recipes through first warp.
- [x] RE3: Implement searchable catalogs and graph navigation.
- [x] RE4: Implement item, recipe, and machine inspectors.
- [x] RE5: Implement validation, issue navigation, and dependency-cycle detection.
- [x] RE6: Implement undo, redo, draft recovery, import, export, and direct save.
- [x] RE7: Add a localhost-only launcher with save backups.
- [x] RE8: Verify browser layout, interactions, and save round-trip.
- [ ] RE9: Connect Godot runtime import after the simulation content model is implemented.