@nikkory/vibe-cli 1.0.1 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/dist/cli.js +2 -2
  2. package/dist/index.js +26 -1329
  3. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -2681,8 +2681,8 @@ var ComponentGenerator = class {
2681
2681
  };
2682
2682
 
2683
2683
  // src/commands/matrix-generate.ts
2684
- var matrixGenerateCommand = new import_commander11.Command("matrix-generate").description("Generate UI component using Matrix Multiplication (24-Factor System)").argument("<component>", "Component ID (e.g., button, input, card)").option(
2685
- "-d, --design-system <system>",
2684
+ var matrixGenerateCommand = new import_commander11.Command("add").alias("gen").alias("generate").description("Add/Generate UI component using Matrix system (24 factors, 12 design systems, 3 tiers)").argument("<component>", "Component ID (e.g., button, input, card)").option(
2685
+ "-s, --design-system <system>",
2686
2686
  "Design system (material-design, ios-hig, glassmorphism, neumorphism, brutalism, minimalism, fluent, carbon, ant-design, chakra, atlassian, blueprint)",
2687
2687
  "material-design"
2688
2688
  ).option(