WIZARD is a static GitHub Pages dashboard of Verdigris calibration, authoring, presentation, and integration tools. It is not a game client.
Live site: alexkorol.github.io/WIZARD
A retained module should help the owner:
- load a reproducible scenario;
- tune important values;
- save calibration state;
- compare Snapshot A / Snapshot B;
- place semantic or spatial feedback;
- export agent-ready Markdown;
- later, interoperate through fixtures and events.
Cards on the dashboard come from the generated registry (modules.json / modules.generated.js). Do not maintain a second hand-edited card list.
| Module | Path | Role |
|---|---|---|
| Vessels of Life & Mana | tools/wizard_orbs |
HUD resource calibration |
| Geometric Passive Tree | tools/geometric_skilltree |
Passive-tree authoring |
| Vesselforge & Inventory | tools/rpg_inventory |
Itemization calibration |
| Arcane Lattice | tools/arcane_lattice |
Spellcraft constraints |
| Cartographer | tools/cartographer |
Zone generation |
| Mason Terrain Forge | tools/mason |
Terrain autotile |
| Verdigris World Presentation | tools/verdigris_splash |
World presentation |
| Chronicles: Houses & Scions | tools/rp_account_creator |
Chronicle meta |
Health Globe is a legacy predecessor and is not a primary dashboard card. Archive experiments remain on disk and off the public surface; see docs/ARCHIVE.md.
git clone https://github.com/alexkorol/WIZARD.git
cd WIZARD
python -m http.server # then open http://localhost:8000Most tools are self-contained HTML. tools/verdigris_splash prefers HTTP because it uses ES modules.
npm test
# or
node scripts/wizard-lab.mjs verify
node scripts/wizard-lab.mjs verify --fullnpm test validates manifests, unique IDs, generated-registry freshness, and dashboard copy. --full also runs retained module-local tests.
Regenerate the registry after editing any wizard.module.json:
node scripts/wizard-lab.mjs generate- Vision
- Module standard
- Calibration workflow
- Annotation standard
- Integration contract
- Archive policy
- Adding a module
- Generated files
- Validation
- Standardization status
Specialized module READMEs stay authoritative for that tool. Root docs do not replace them.
MIT — see LICENSE.