olympus-ai 4.4.2 → 4.4.4

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 (33) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/dist/features/workflow-engine/completion-messages.d.ts +5 -5
  3. package/dist/features/workflow-engine/completion-messages.d.ts.map +1 -1
  4. package/dist/features/workflow-engine/completion-messages.js +28 -27
  5. package/dist/features/workflow-engine/completion-messages.js.map +1 -1
  6. package/dist/features/workflow-engine/engine.d.ts.map +1 -1
  7. package/dist/features/workflow-engine/engine.js +13 -1
  8. package/dist/features/workflow-engine/engine.js.map +1 -1
  9. package/dist/features/workflow-engine/inception/response-formatter.d.ts +0 -1
  10. package/dist/features/workflow-engine/inception/response-formatter.d.ts.map +1 -1
  11. package/dist/features/workflow-engine/inception/response-formatter.js +19 -27
  12. package/dist/features/workflow-engine/inception/response-formatter.js.map +1 -1
  13. package/dist/hooks/olympus-hooks.cjs +198 -192
  14. package/dist/hooks/registrations/quality-gate.d.ts.map +1 -1
  15. package/dist/hooks/registrations/quality-gate.js +5 -12
  16. package/dist/hooks/registrations/quality-gate.js.map +1 -1
  17. package/dist/hooks/registrations/workflow-status.d.ts.map +1 -1
  18. package/dist/hooks/registrations/workflow-status.js +6 -2
  19. package/dist/hooks/registrations/workflow-status.js.map +1 -1
  20. package/dist/installer/index.d.ts +1 -1
  21. package/dist/installer/index.js +1 -1
  22. package/package.json +1 -1
  23. package/resources/rules/construction/code-generation.md +11 -18
  24. package/resources/rules/construction/functional-design.md +10 -17
  25. package/resources/rules/construction/infrastructure-design.md +10 -17
  26. package/resources/rules/construction/nfr-design.md +10 -17
  27. package/resources/rules/construction/nfr-requirements.md +10 -17
  28. package/resources/rules/inception/application-design.md +11 -18
  29. package/resources/rules/inception/requirements-analysis.md +11 -19
  30. package/resources/rules/inception/reverse-engineering.md +11 -18
  31. package/resources/rules/inception/units-generation.md +11 -18
  32. package/resources/rules/inception/user-stories.md +11 -19
  33. package/resources/rules/inception/workflow-planning.md +11 -19
@@ -162,24 +162,17 @@ If the analysis in step 7 reveals ANY ambiguous answers, you MUST:
162
162
 
163
163
  [AI-generated summary of units and decomposition created in bullet points]
164
164
 
165
- ┌─ ⚠ REVIEW REQUIRED ──────────────────────────────────────────────────────────┐
166
- │ │
167
- Please examine the units generation artifacts at: │
168
- │ `aidlc-docs/{workflow-id}/inception/application-design/` │
169
- │ │
170
- --- │
171
- │ │
172
- **📋 WHAT'S NEXT?** │
173
- │ │
174
- **You may:** │
175
- 🔧 **Request Changes** - Ask for modifications to the │
176
- │ units generation if required │
177
- │ ➕ **Add Skipped Stage** - Include a previously excluded │
178
- │ stage in the workflow │
179
- │ ✅ **Approve & Continue** - Approve units and proceed to │
180
- │ **CONSTRUCTION PHASE** │
181
- │ │
182
- └──────────────────────────────────────────────────────────────────────────────┘
165
+ ---
166
+
167
+ ⚠️ **REVIEW REQUIRED**
168
+
169
+ > Please examine the units generation artifacts at:
170
+ > `aidlc-docs/{workflow-id}/inception/application-design/`
171
+
172
+ **You may:**
173
+ - 🔧 **Request Changes** — Ask for modifications to the units generation if required
174
+ - **Add Skipped Stage** — Include a previously excluded stage in the workflow
175
+ - **Approve & Continue** Approve units and proceed to **CONSTRUCTION PHASE**
183
176
  ```
184
177
 
185
178
  ## Step 17: Wait for Explicit Approval
@@ -287,25 +287,17 @@ If the analysis in step 9 reveals ANY ambiguous answers, you MUST:
287
287
  3. **Formatted Workflow Message** (mandatory): Always end with this exact format:
288
288
 
289
289
  ```markdown
290
- ┌─ ⚠ REVIEW REQUIRED ──────────────────────────────────────────────────────────┐
291
- │ │
292
- Please examine the user stories and personas at: │
293
- │ `aidlc-docs/{workflow-id}/inception/user-stories/ │
294
- stories.md` and `personas.md` │
295
- │ │
296
- │ --- │
297
- │ │
298
- **📋 WHAT'S NEXT?** │
299
- │ │
300
- **You may:** │
301
- │ 🔧 **Request Changes** - Ask for modifications to the │
302
- │ stories or personas based on your review │
303
- │ ➕ **Add Skipped Stage** - Include a previously excluded │
304
- │ stage in the workflow │
305
- │ ✅ **Approve & Continue** - Approve user stories and │
306
- │ proceed to **Workflow Planning** │
307
- │ │
308
- └──────────────────────────────────────────────────────────────────────────────┘
290
+ ---
291
+
292
+ ⚠️ **REVIEW REQUIRED**
293
+
294
+ > Please examine the user stories and personas at:
295
+ > `aidlc-docs/{workflow-id}/inception/user-stories/stories.md` and `personas.md`
296
+
297
+ **You may:**
298
+ - 🔧 **Request Changes** — Ask for modifications to the stories or personas based on your review
299
+ - ➕ **Add Skipped Stage** — Include a previously excluded stage in the workflow
300
+ - **Approve & Continue** — Approve user stories and proceed to **Workflow Planning**
309
301
 
310
302
  ---
311
303
  ```
@@ -453,25 +453,17 @@ I recommend skipping [Y] stages:
453
453
  **Estimated Timeline**: [Duration]
454
454
 
455
455
  ```markdown
456
- ┌─ ⚠ REVIEW REQUIRED ──────────────────────────────────────────────────────────┐
457
- │ │
458
- Please examine the execution plan at: │
459
- │ `aidlc-docs/{workflow-id}/inception/plans/ │
460
- execution-plan.md` │
461
- │ │
462
- │ --- │
463
- │ │
464
- **📋 WHAT'S NEXT?** │
465
- │ │
466
- **You may:** │
467
- │ 🔧 **Request Changes** - Ask for modifications to the │
468
- │ execution plan if required │
469
- │ ➕ **Add Skipped Stage** - Choose to include stages │
470
- │ currently marked as SKIP │
471
- │ ✅ **Approve & Continue** - Approve plan and proceed to │
472
- │ **[Next Stage Name]** │
473
- │ │
474
- └──────────────────────────────────────────────────────────────────────────────┘
456
+ ---
457
+
458
+ ⚠️ **REVIEW REQUIRED**
459
+
460
+ > Please examine the execution plan at:
461
+ > `aidlc-docs/{workflow-id}/inception/plans/execution-plan.md`
462
+
463
+ **You may:**
464
+ - 🔧 **Request Changes** — Ask for modifications to the execution plan if required
465
+ - ➕ **Add Skipped Stage** — Choose to include stages currently marked as SKIP
466
+ - **Approve & Continue** — Approve plan and proceed to **[Next Stage Name]**
475
467
  ```
476
468
 
477
469
  ## Step 10: Handle User Response