sdlc-workflow 1.2.8 → 1.2.9

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.
Files changed (2) hide show
  1. package/bin/cli.js +4 -4
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -270,12 +270,12 @@ Phase 0 → Phase 1 [PO] → Phase 2 [BA] → Phase 3 [UX] → Phase 4 [SA] →
270
270
 
271
271
  > [DEV] AND [QE] run simultaneously. Do NOT wait for one to finish before starting the other.
272
272
 
273
- ```
273
+ │────
274
274
  Technical BA complete
275
275
  ├──→ [DEV] implementation (all roles: [FE]/[BE]/[MOBILE]/[EMB]/[DATA]/[PLATFORM])
276
276
  └──→ [QE] test plan + test cases
277
277
  Both complete → Phase 8
278
- ```
278
+ │────
279
279
 
280
280
  ---
281
281
 
@@ -283,14 +283,14 @@ Technical BA complete
283
283
 
284
284
  > [QE] + [SEC] + [PERF] audit the same artifact simultaneously.
285
285
 
286
- ```
286
+ │────
287
287
  [DEV] complete
288
288
  ├──→ [QE] test execution
289
289
  ├──→ [SEC] security audit ← ALL IN PARALLEL
290
290
  └──→ [PERF] performance audit
291
291
  ↓ Merge gate (sequential)
292
292
  ✅ QUALITY GATE PASSED → [OPS] Deploy
293
- ```
293
+ │────
294
294
 
295
295
  ---
296
296
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sdlc-workflow",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "Scaffold SDLC workflow docs and templates for Cursor, Claude, and dev teams",
5
5
  "type": "module",
6
6
  "bin": {