jettypod 4.4.48 → 4.4.49

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": "jettypod",
3
- "version": "4.4.48",
3
+ "version": "4.4.49",
4
4
  "description": "AI-powered development workflow manager with TDD, BDD, and automatic test generation",
5
5
  "main": "jettypod.js",
6
6
  "bin": {
@@ -692,7 +692,7 @@ Added error handling and edge case scenarios for stable mode.
692
692
 
693
693
  # Return to main repo and merge
694
694
  cd <main-repo-path>
695
- jettypod work merge <feature-id>
695
+ jettypod work tests merge <feature-id>
696
696
  ```
697
697
 
698
698
  **7. Present proposal to user:**
@@ -848,8 +848,8 @@ jettypod work start <chore-id> # Create worktree and start chore
848
848
 
849
849
  **Create test worktree (for writing BDD scenarios):**
850
850
  ```bash
851
- jettypod work tests <feature-id> # Create worktree for writing tests
852
- jettypod work merge <feature-id> # Merge tests back to main
851
+ jettypod work tests <feature-id> # Create worktree for writing tests
852
+ jettypod work tests merge <feature-id> # Merge tests back to main
853
853
  ```
854
854
 
855
855
  **Set feature mode (BEFORE creating chores):**