Skip to content

v0.6.0 β€” Aseprite MCP Workflow

Choose a tag to compare

@striderZA striderZA released this 07 May 18:58

Highlights

  • Aseprite MCP integration β€” programmatic sprite generation via CLI. Includes submodule at tools/aseprite-mcp, project-scoped MCP config, and the art-generate skill
  • Workflow Selection Gate β€” Hybrid vs Full OCGS workflow choice at project start via /start Path D/E
  • Art Bible machine exports β€” palette, typography, AI prompts, and reference catalog in structured formats
  • Workflow integrity test suite β€” 129+ plugin tests across 11 suites (cross-references, paths, gates, invariants)
  • Skill testing framework β€” fixed paths, registered missing skills, CI validation pipeline

What Changed

New

  • tools/aseprite-mcp β€” submodule for Aseprite CLI sprite generation
  • .opencode/skills/art-generate/ β€” skill for programmatic placeholder art
  • .opencode/skills/project-stage-detect/ β€” automated project state analysis
  • tests/workflow/ β€” integrity test suite (references, paths, gates, invariants)
  • .github/ISSUE_TEMPLATE/ β€” bug-report and feature-request templates

Fixed

  • Hardcoded Windows dev paths β†’ {env:VAR} config (portable across machines)
  • --no-sync removed from Aseprite MCP command (auto-syncs on run)
  • Test runner timeout protection (30s kill timer per suite)
  • CI now inits git submodules recursively
  • Help skill context β€” replaced dead shell command
  • Moved ISSUE_TEMPLATE to correct .github/ location

Enhanced

  • Art bible exports machine-readable palette + typography + AI prompt specs
  • Workflow integrity validation runs automatically in CI
  • Agent validation: 179/179 checks pass, 100% coverage
  • Plugin hooks: 11 suites, 129+ tests all green

Assets

  • No binary assets β€” framework-only release