mycontext-cli 0.2.25 → 0.2.26

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 (2) hide show
  1. package/README.md +9 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # MyContext CLI
1
+ # mycontext CLI
2
2
 
3
3
  **AI-Powered Component Generation with shadcn/ui & Next.js** 🚀
4
4
 
5
- MyContext CLI transforms your project ideas into production-ready components with a context-first approach. Generate PRD, types, brand, and a component list, then create standardized shadcn/ui components with optional tests.
5
+ mycontext CLI transforms your project ideas into production-ready components with a context-first approach. Generate PRD, types, brand, and a component list, then create standardized shadcn/ui components with optional tests.
6
6
 
7
7
  ## 🚀 Quick Start
8
8
 
@@ -52,6 +52,13 @@ mycontext normalize preview # Build .mycontext/preview-layout.json
52
52
  - Group directories: kebab-case (e.g., `user-interface/`)
53
53
  - Component files: PascalCase (e.g., `GameBoard.tsx`)
54
54
 
55
+ Numbered aliases for easy sorting (display-only):
56
+
57
+ - `context/01-prd.md`
58
+ - `context/02-types.ts`
59
+ - `context/03-branding.md`
60
+ - `context/04-component-list.json`
61
+
55
62
  ## 🔧 Commands (highlights)
56
63
 
57
64
  ```bash
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mycontext-cli",
3
- "version": "0.2.25",
4
- "description": "MyContext CLI - AI-powered component generation with shadcn/ui and Next.js 15 integration",
3
+ "version": "0.2.26",
4
+ "description": "mycontext CLI - AI-powered component generation with shadcn/ui and Next.js 15 integration",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {
7
7
  "mycontext": "dist/cli.js"