feat(cli): add prdy, quality-rails, and wizard subcommands
Wires @mosaic/prdy, @mosaic/quality-rails, and @mosaic/mosaic into the unified CLI binary. The wizard subcommand uses dynamic import to avoid loading heavy wizard deps for other commands. Adds @types/node to cli devDependencies and guards @mosaic/mosaic index.ts program.parse() so the module is safely importable without auto-executing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
"test": "vitest run --passWithNoTests"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mosaic/mosaic": "workspace:^",
|
||||
"@mosaic/prdy": "workspace:^",
|
||||
"@mosaic/quality-rails": "workspace:^",
|
||||
"ink": "^5.0.0",
|
||||
"ink-text-input": "^6.0.0",
|
||||
"ink-spinner": "^5.0.0",
|
||||
@@ -29,6 +32,7 @@
|
||||
"commander": "^13.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.0.0",
|
||||
"@types/react": "^18.3.0",
|
||||
"tsx": "^4.0.0",
|
||||
"typescript": "^5.8.0",
|
||||
|
||||
Reference in New Issue
Block a user