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
|
@@ -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>
|
|
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):**
|