@vfarcic/dot-ai 0.152.0 → 0.154.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vfarcic/dot-ai",
3
- "version": "0.152.0",
3
+ "version": "0.154.0",
4
4
  "description": "AI-powered development productivity platform that enhances software development workflows through intelligent automation and AI-driven assistance",
5
5
  "mcpName": "io.github.vfarcic/dot-ai",
6
6
  "main": "dist/index.js",
@@ -154,9 +154,17 @@ Please enter 1 or 2:
154
154
 
155
155
  ### Option 1: Start Working Now
156
156
 
157
- If user chooses option 1, execute: **prd-start [issue-id]**
157
+ If user chooses option 1, first commit and push the PRD (same as Option 2), then instruct them:
158
158
 
159
- This will help identify the first task and set up the development workflow.
159
+ ---
160
+
161
+ **PRD committed and pushed.**
162
+
163
+ To start working on this PRD, run the `prd-start` prompt with the PRD ID: `prd-start [issue-id]`
164
+
165
+ *Note: Different agents/clients may have different syntax for executing commands and prompts (e.g., `/prd-start [issue-id]` in Claude Code, or other syntax in different MCP clients). Start a new conversation/context to run the prompt.*
166
+
167
+ ---
160
168
 
161
169
  ### Option 2: Commit and Push for Later
162
170