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.
- package/.claude-plugin/plugin.json +1 -1
- package/dist/features/workflow-engine/completion-messages.d.ts +5 -5
- package/dist/features/workflow-engine/completion-messages.d.ts.map +1 -1
- package/dist/features/workflow-engine/completion-messages.js +28 -27
- package/dist/features/workflow-engine/completion-messages.js.map +1 -1
- package/dist/features/workflow-engine/engine.d.ts.map +1 -1
- package/dist/features/workflow-engine/engine.js +13 -1
- package/dist/features/workflow-engine/engine.js.map +1 -1
- package/dist/features/workflow-engine/inception/response-formatter.d.ts +0 -1
- package/dist/features/workflow-engine/inception/response-formatter.d.ts.map +1 -1
- package/dist/features/workflow-engine/inception/response-formatter.js +19 -27
- package/dist/features/workflow-engine/inception/response-formatter.js.map +1 -1
- package/dist/hooks/olympus-hooks.cjs +198 -192
- package/dist/hooks/registrations/quality-gate.d.ts.map +1 -1
- package/dist/hooks/registrations/quality-gate.js +5 -12
- package/dist/hooks/registrations/quality-gate.js.map +1 -1
- package/dist/hooks/registrations/workflow-status.d.ts.map +1 -1
- package/dist/hooks/registrations/workflow-status.js +6 -2
- package/dist/hooks/registrations/workflow-status.js.map +1 -1
- package/dist/installer/index.d.ts +1 -1
- package/dist/installer/index.js +1 -1
- package/package.json +1 -1
- package/resources/rules/construction/code-generation.md +11 -18
- package/resources/rules/construction/functional-design.md +10 -17
- package/resources/rules/construction/infrastructure-design.md +10 -17
- package/resources/rules/construction/nfr-design.md +10 -17
- package/resources/rules/construction/nfr-requirements.md +10 -17
- package/resources/rules/inception/application-design.md +11 -18
- package/resources/rules/inception/requirements-analysis.md +11 -19
- package/resources/rules/inception/reverse-engineering.md +11 -18
- package/resources/rules/inception/units-generation.md +11 -18
- package/resources/rules/inception/user-stories.md +11 -19
- 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
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
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
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
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
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
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
|