Commit Graph

4 Commits

Author SHA1 Message Date
862cc29457 various changes 2026-03-09 22:30:41 +00:00
4107649b7e feat: Add comprehensive package.json manifests at all plugin levels
Complete manifest hierarchy for plugin discovery:
- Root level: lists all 6 languages (python, go, rust, cpp, mojo, ts)
- Language level: lists all categories per language
- Category level: lists all plugins with metadata

Structure enables programmatic plugin discovery and loading
across the multi-language workflow plugin ecosystem.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 19:19:27 +00:00
af4a9d8d8d feat: Add workflow plugins for standalone project integration
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>
2026-01-21 18:15:45 +00:00
176d2bb39a remove 2026-01-21 18:14:33 +00:00