@guru-ai-product/ai-product-kit 0.1.251112180020 → 0.2.251112183134

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 CHANGED
@@ -48,30 +48,24 @@ ROOT/
48
48
 
49
49
  ## ⚙️ Environment Requirements
50
50
 
51
- * **Node.js 18+** – required to run `npx ai-product-kit@latest` from `ROOT`.
51
+ * **Node.js 18+** – required to run `npx @guru-ai-product/ai-product-kit@latest` from `ROOT`.
52
52
  * **npm 9+** – provides access to the scoped package and carries your authenticated session, so the sync command can download the latest Skill bundle.
53
53
 
54
54
  ## 🛠️ Usage Guide
55
55
 
56
- 1. **Sync the latest Skills** from `ROOT` (call the explicit CLI so future additional binaries don’t break the command):
56
+ ### 📥 Syncing / Updating Skills
57
57
 
58
- ```bash
59
- npx ai-product-kit@latest ai-product-kit
60
- ```
61
-
62
- The command copies the newest Skill bundle (templates, scripts, and `GURU_AI.md` files) into your working tree. Rerun it whenever you pull updates or start a new branch.
63
- 2. **Prime your agent** by sending the following sentence after the sync completes:
58
+ **To update to the latest version**: Simply run the install command again - this will automatically fetch and install the newest version:
64
59
 
65
- ```text
66
- init project based on ./.claude/skills/aipk_init_project
67
- ```
60
+ ```bash
61
+ npx @guru-ai-product/ai-product-kit@latest ai-product-kit
62
+ ```
68
63
 
69
- This prompt loads the init-project Skill documented in `AGENTS.md`, ensuring Codex/Cursor follows the canonical workflow every time.
70
- 3. **Review the synced artifacts** – open the relevant `skills/aipk_<lifecycle>/SKILL.md`, verify the bundled checklists and `GURU_AI.md` instructions match your task, and log any new deliverables in the tracker specified by `AGENTS.md` before editing documents.
64
+ 该命令会把最新的 Skill 模板、脚本与 `GURU_AI.md` 拉取到当前项目。
71
65
 
72
- **Note for agents**: The `list_dir` tool does not display dot-files and dot-directories. To find hidden directories like `.claude/`, use `run_terminal_cmd` with `ls -a` or `ls -la`, or access them directly using absolute paths (e.g., `.claude/skills/`).
66
+ **To initialize a project**: `init project based on ./.claude/skills/aipk_init_project`
73
67
 
74
- Once the agent acknowledges the Skill load, continue with your usual prompts (for example, "Prepare the PRD for feature X using the AI Product Kit template.")
68
+ 然后即可使用 Skill(例如:"Please write a PRD for feature X using the AI Product Kit template")。
75
69
 
76
70
  ## 🚀 Quick Start
77
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guru-ai-product/ai-product-kit",
3
- "version": "0.1.251112180020",
3
+ "version": "0.2.251112183134",
4
4
  "description": "Sync the AI Product Kit Skill bundle through npx without cloning the repository.",
5
5
  "bin": {
6
6
  "ai-product-kit": "bin/setup.js"
@@ -1,6 +1,6 @@
1
1
  # GURU AI Snapshot
2
2
 
3
- Last refreshed: 2025-11-12T10:00:20.841862+00:00
3
+ Last refreshed: 2025-11-12T10:31:34.898398+00:00
4
4
 
5
5
  | File | Last Modified (UTC) |
6
6
  | --- | --- |
@@ -1,6 +1,6 @@
1
1
  # GURU AI Snapshot
2
2
 
3
- Last refreshed: 2025-11-12T10:00:20.842348+00:00
3
+ Last refreshed: 2025-11-12T10:31:34.898900+00:00
4
4
 
5
5
  | File | Last Modified (UTC) |
6
6
  | --- | --- |
@@ -1,6 +1,6 @@
1
1
  # GURU AI Snapshot
2
2
 
3
- Last refreshed: 2025-11-12T10:00:20.842635+00:00
3
+ Last refreshed: 2025-11-12T10:31:34.899203+00:00
4
4
 
5
5
  | File | Last Modified (UTC) |
6
6
  | --- | --- |
@@ -1,6 +1,6 @@
1
1
  # GURU AI Snapshot
2
2
 
3
- Last refreshed: 2025-11-12T10:00:20.843994+00:00
3
+ Last refreshed: 2025-11-12T10:31:34.900666+00:00
4
4
 
5
5
  | File | Last Modified (UTC) |
6
6
  | --- | --- |
@@ -1,6 +1,6 @@
1
1
  # GURU AI Snapshot
2
2
 
3
- Last refreshed: 2025-11-12T10:00:20.844160+00:00
3
+ Last refreshed: 2025-11-12T10:31:34.900845+00:00
4
4
 
5
5
  | File | Last Modified (UTC) |
6
6
  | --- | --- |
@@ -1,6 +1,6 @@
1
1
  # GURU AI Snapshot
2
2
 
3
- Last refreshed: 2025-11-12T10:00:20.844479+00:00
3
+ Last refreshed: 2025-11-12T10:31:34.901177+00:00
4
4
 
5
5
  | File | Last Modified (UTC) |
6
6
  | --- | --- |