@smartsoft001-mobilems/claude-plugins 2.69.0 → 2.70.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": "@smartsoft001-mobilems/claude-plugins",
3
- "version": "2.69.0",
3
+ "version": "2.70.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "flow",
3
3
  "description": "Development flow commands for Linear-driven development workflow",
4
- "version": "2.69.0"
4
+ "version": "2.70.0"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "flow-legacy",
3
3
  "description": "Development flow commands for legacy Angular 14 projects with Linear-driven workflow",
4
- "version": "2.69.0"
4
+ "version": "2.70.0"
5
5
  }
@@ -90,16 +90,6 @@ Before creating the commit, **always** run the following commands:
90
90
  source ~/.nvm/nvm.sh && nvm use 18
91
91
  ```
92
92
 
93
- 2. **Format the code**:
94
-
95
- ```bash
96
- npm run format
97
- ```
98
-
99
- 3. **Stage any formatting changes**:
100
- - If `npm run format` modified any files, stage them with `git add`
101
- - This ensures all committed code is properly formatted
102
-
103
93
  ### Step 5: Create Commit
104
94
 
105
95
  Execute the commit with the generated message:
@@ -159,4 +149,4 @@ For Linear task "ENG-123: Add dark mode toggle to settings":
159
149
 
160
150
  ---
161
151
 
162
- **Important**: Before committing, show the generated commit message to the user for approval.
152
+ **Important**: Before committing, show the generated commit message to the user for approval.