Skip to content

Releases: dyk1454683243-sudo/moteweave

MoteWeave v0.5.0-preview.2 — Source Preview

Choose a tag to compare

This source-only preview hardens the P0 Generation Release Gate.

Highlights:

  • Fails closed when required Quality Character metrics are missing or non-finite.
  • Publishes one canonical closure mode and four explicit release gates.
  • Keeps local-first execution and makes no Provider calls during release verification.
  • Preserves private npm metadata; no npm package, installer, bundled binary, or uploaded release asset is included.

Verification:

  • Public Preview CI passed on Node.js 22 and 24.
  • Exported snapshot test suite passed 1,543/1,543 tests.
  • Local smoke verification passed with zero Provider calls.

Use the GitHub-generated source archive for this preview.

MoteWeave v0.5.0-preview.1 — Source Preview

Choose a tag to compare

MoteWeave v0.5.0-preview.1 is the first public source preview of the local character, motion, scene, and tile asset workflow.

Highlights

  • Upload-first character sheet cleanup, grid correction, normalization, validation, previews, and ZIP export.
  • Multi-resolution sprite outputs at 96, 64, 48, 32, and 16 px.
  • Editor Workspace v0 with project persistence, scene authoring, animation timeline, asset library, playtesting, export review, and project-pack export.
  • Motion Source review and guarded set-apply workflows across the CLI, local API, and browser UI.
  • Scene/tile ingestion, quality evidence, deterministic dual-grid arrangement, LDtk-compatible export, and combined character + scene project packs.
  • Optional provider-backed text-to-image workflows for production sheets and standalone quality-character images.
  • Deterministic repository-owned templates and fixtures, provider-free release checks, and Node.js 22/24 CI coverage.

Requirements and quick start

Requires Node.js 22 or 24; Node.js 24 LTS is recommended.

git clone --branch v0.5.0-preview.1 --depth 1 https://github.com/dyk1454683243-sudo/moteweave.git
cd moteweave
npm ci
npm start

Open the local URL printed by npm start.

Preview limitations

  • This is a source-only prerelease. No npm package, desktop installer, third-party executable, or model weight is included.
  • MoteWeave runs as a local server; it is not a hosted upload service.
  • Provider-backed generation is optional and may consume paid API credits. Upload, processing, preview, export, tests, and local smoke paths do not require a Provider key.
  • FFmpeg and rembg are optional user-installed tools. The external media-tool path is not currently supported on Windows.
  • Authentication, billing, production persistence, public-deployment hardening, Godot .tres export, full parallax generation, full WFC, multi-level LDtk worlds, and complete map-editor workflows are not included.
  • Current scene/tile live-generation evidence is limited and should not be treated as a production-readiness guarantee.

Verification

  • Source commit: 96078b528b85016d5423c0c6399a03926495e886
  • Node.js 22 and 24 CI passed.
  • Anonymous clone, locked install, provider-free local smoke, source archive integrity, and release contract checks passed.
  • Provider calls during release verification: 0.

Please report Preview issues through GitHub Issues.