feat(FN-3763): add cli printing press wizard plugin

Implements a new `fusion-plugin-cli-printing-press` plugin with a multi-step wizard UI for authoring CLI commands, including draft storage, route registration, and validation — plus integration wiring in the dashboard's plugin view registry. Includes TypeScript build and ESM import fixes for the plu

Fusion-Task-Id: FN-3763
This commit is contained in:
Fusion
2026-05-10 15:01:54 -07:00
committed by gsxdsm
parent 6871c510a4
commit aa031ab601
24 changed files with 627 additions and 23 deletions

View File

@@ -2,5 +2,15 @@
"id": "fusion-plugin-cli-printing-press",
"name": "CLI Printing Press",
"version": "0.1.0",
"description": "Generate and manage CLIs for external services using cli-printing-press"
"description": "Guided wizard for drafting external service CLI definitions",
"dashboardViews": [
{
"viewId": "wizard",
"label": "Create Service CLI",
"componentPath": "./dashboard-view",
"icon": "Wand2",
"placement": "primary",
"order": 60
}
]
}