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.
- package/README.md +4 -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
|
|
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
|
|
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
|