mycontext-cli 0.4.1 → 0.4.2

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 +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,13 +36,15 @@ echo 'MYCONTEXT_GITHUB_TOKEN=ghp_xxx' > .mycontext/.env
36
36
  mycontext model list
37
37
 
38
38
  # 2) Context & types
39
- mycontext generate context # paste PRD when prompted, or
39
+ mycontext generate context
40
+ # paste PRD when prompted, or
40
41
  # echo "...long PRD..." | mycontext generate context
41
42
  # mycontext generate context --description "Short description"
42
43
  mycontext generate types
43
44
 
44
45
  # 3) Core-first design anchor (BrandComp)
45
- mycontext core --group core generate # writes components/.mycontext/core/BrandComp.tsx
46
+ mycontext core --group core generate
47
+ # writes components/.mycontext/core/BrandComp.tsx
46
48
  # refine manually or record notes
47
49
  mycontext core refine --desc "Tighten spacing/colors"
48
50
  # when satisfied
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mycontext-cli",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
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": {