mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
Created TypeScript workflow plugins to integrate all standalone projects: Plugins (8 files): - cadquery.ts - 3D CAD modeling (box, cylinder, execute) - gameengine.ts - SDL3 game engine (build, run, listPackages) - pastebin.ts - Code snippets (create, get, list) - pcb.ts - PCB design (generate, createBoard, listFootprints) - docker.ts - Container management (run, stop, scale, deploy) - smtp.ts - Email relay (sendEmail, status, start) - mojo.ts - Systems programming (run, build, runExample) - postgres.ts - Database admin (query, execute, backup) Total: 30+ workflow nodes for cross-project automation Example workflow: cross-project-workflow.json - Demonstrates parallel execution across 6 projects - Database check, Docker status, 3D modeling, Mojo benchmark - Results aggregation, pastebin sharing, email notification Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>