jettypod 4.4.41 → 4.4.42

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.41",
3
+ "version": "4.4.42",
4
4
  "description": "AI-powered development workflow manager with TDD, BDD, and automatic test generation",
5
5
  "main": "jettypod.js",
6
6
  "bin": {
@@ -659,7 +659,23 @@ EOF
659
659
 
660
660
  **4. Create step definitions** at `features/step_definitions/<feature-slug>-stable.steps.js`
661
661
 
662
- **5. Present proposal to user:**
662
+ **5. Commit BDD files immediately:**
663
+
664
+ ```bash
665
+ git add features/
666
+ git commit -m "test: Add stable mode BDD scenarios and step definitions
667
+
668
+ Added error handling and edge case scenarios for stable mode.
669
+ - [N] new stable mode scenarios
670
+ - Step definitions for validation and error handling"
671
+
672
+ git push
673
+ ```
674
+
675
+ **🛑 CRITICAL:** Commit IMMEDIATELY after generating files. Do NOT wait for user confirmation.
676
+ Other assistants may be working in parallel - uncommitted files will block their merges.
677
+
678
+ **6. Present proposal to user:**
663
679
 
664
680
  ```
665
681
  📋 Stable Mode Transition
@@ -695,26 +711,13 @@ jettypod work create chore "[Chore title]" "[Description with scenarios addresse
695
711
 
696
712
  Repeat for each confirmed chore.
697
713
 
698
- **2. Commit BDD files to main:**
699
-
700
- ```bash
701
- git add features/
702
- git commit -m "test: Add stable mode BDD scenarios and step definitions
703
-
704
- Added error handling and edge case scenarios for stable mode.
705
- - [N] new stable mode scenarios
706
- - Step definitions for validation and error handling"
707
-
708
- git push
709
- ```
710
-
711
- **3. Release merge lock:**
714
+ **2. Release merge lock:**
712
715
 
713
716
  ```bash
714
717
  jettypod work merge --release-lock
715
718
  ```
716
719
 
717
- **4. Set feature mode to stable:**
720
+ **3. Set feature mode to stable:**
718
721
 
719
722
  ```bash
720
723
  jettypod work set-mode <feature-id> stable