@guru-ai-product/ai-product-kit 0.2.251112183752 → 0.2.251112184032
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 +2 -0
- package/package.json +1 -1
- package/skills/aipk_design/GURU_AI.md +1 -1
- package/skills/aipk_development/GURU_AI.md +1 -1
- package/skills/aipk_operations/GURU_AI.md +1 -1
- package/skills/aipk_requirements/GURU_AI.md +1 -1
- package/skills/aipk_skill_generate/GURU_AI.md +1 -1
- package/skills/aipk_tool_prompts/GURU_AI.md +1 -1
package/README.md
CHANGED
|
@@ -58,6 +58,7 @@ ROOT/
|
|
|
58
58
|
First-time setup - install AI Product Kit:
|
|
59
59
|
|
|
60
60
|
```bash
|
|
61
|
+
# Run from your project root directory
|
|
61
62
|
npx @guru-ai-product/ai-product-kit@latest ai-product-kit
|
|
62
63
|
```
|
|
63
64
|
|
|
@@ -68,6 +69,7 @@ This downloads the Skill bundle (templates, scripts, and `GURU_AI.md` files) to
|
|
|
68
69
|
Get the latest version when updates are available:
|
|
69
70
|
|
|
70
71
|
```bash
|
|
72
|
+
# Run from your project root directory
|
|
71
73
|
npx @guru-ai-product/ai-product-kit@latest ai-product-kit
|
|
72
74
|
```
|
|
73
75
|
|
package/package.json
CHANGED