olympus-ai 4.4.1 → 4.4.3

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "olympus-ai",
3
- "version": "4.4.1",
3
+ "version": "4.4.3",
4
4
  "description": "Olympus: Multi-agent orchestration for Claude Code. Summon the gods of code.",
5
5
  "author": {
6
6
  "name": "mikev10",
@@ -3,8 +3,8 @@ import type { InceptionStage } from './phase-types.js';
3
3
  export { formatStageCompletion, formatInceptionComplete };
4
4
  export declare const INCEPTION_STAGE_REVIEW_ITEMS: Record<InceptionStage, string[]>;
5
5
  export declare function buildInceptionStageCompletionMessage(stage: InceptionStage, artifacts: string[], nextStage: InceptionStage | null, depth?: string): string;
6
- export declare const INCEPTION_COMPLETION_FORMAT: "## Stage Complete: {stage}\n\n{summary}\n\n---\n\n### REVIEW REQUIRED\n\nPlease review the artifacts at: `{reviewPath}`\n\n**What would you like to do?**\n1. **Request Changes** \u2014 I'll revise based on your feedback\n2. **Add Skipped Stage** \u2014 Include a stage that was previously excluded\n3. **Approve & Continue** \u2014 Proceed to the next stage\n";
7
- export declare const CONSTRUCTION_COMPLETION_FORMAT: "## Stage Complete: {stage}\n\n{summary}\n\n---\n\n### REVIEW REQUIRED\n\nPlease review the artifacts at: `{reviewPath}`\n\n**What would you like to do?**\n1. **Request Changes** \u2014 I'll revise based on your feedback\n2. **Continue to Next Stage** \u2014 Approve and proceed\n";
6
+ export declare const INCEPTION_COMPLETION_FORMAT: "## Stage Complete: {stage}\n\n{summary}\n\n---\n\n\u26A0\uFE0F **REVIEW REQUIRED**\n\n> Please review the artifacts at: `{reviewPath}`\n\n**What would you like to do?**\n1. \uD83D\uDD27 **Request Changes** \u2014 I'll revise based on your feedback\n2. \u2795 **Add Skipped Stage** \u2014 Include a stage that was previously excluded\n3. \u2705 **Approve & Continue** \u2014 Proceed to the next stage";
7
+ export declare const CONSTRUCTION_COMPLETION_FORMAT: "## Stage Complete: {stage}\n\n{summary}\n\n---\n\n\u26A0\uFE0F **REVIEW REQUIRED**\n\n> Please review the artifacts at: `{reviewPath}`\n\n**What would you like to do?**\n1. \uD83D\uDD27 **Request Changes** \u2014 I'll revise based on your feedback\n2. \u2705 **Continue to Next Stage** \u2014 Approve and proceed";
8
8
  /**
9
9
  * Build a standardized completion message for a stage.
10
10
  *
@@ -27,5 +27,5 @@ export declare function formatSummaryBullets(bullets: string[]): string;
27
27
  /**
28
28
  * Completion message rules for skill template injection.
29
29
  */
30
- export declare const COMPLETION_MESSAGE_RULES = "## Completion Message Rules\n\nAt the end of EVERY stage:\n1. Display the stage completion header\n2. Include a factual summary (bullet points ONLY \u2014 NO workflow instructions in summary)\n3. Show REVIEW REQUIRED block with artifact path\n4. Show options:\n - Inception stages: 3 options (Request Changes / Add Skipped Stage / Approve & Continue)\n - Construction stages: 2 options ONLY (Request Changes / Continue to Next Stage)\n5. WAIT for user selection before proceeding";
30
+ export declare const COMPLETION_MESSAGE_RULES = "## Completion Message Rules\n\nAt the end of EVERY stage:\n1. Display the stage completion header with factual summary\n2. Add a `---` horizontal rule separator\n3. Display \u26A0\uFE0F **REVIEW REQUIRED** header (emoji + bold, NOT a ## markdown header)\n4. Use blockquotes (`>`) for artifact paths to highlight them with a colored bar\n5. Show options with emoji prefixes:\n - Inception stages: 3 options (\uD83D\uDD27 Request Changes / \u2795 Add Skipped Stage / \u2705 Approve & Continue)\n - Construction stages: 2 options ONLY (\uD83D\uDD27 Request Changes / \u2705 Continue to Next Stage)\n6. WAIT for user selection before proceeding";
31
31
  //# sourceMappingURL=completion-messages.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"completion-messages.d.ts","sourceRoot":"","sources":["../../../src/features/workflow-engine/completion-messages.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AACnG,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,CAAC;AAE1D,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAAC,cAAc,EAAE,MAAM,EAAE,CAmCzE,CAAC;AAEF,wBAAgB,oCAAoC,CAClD,KAAK,EAAE,cAAc,EACrB,SAAS,EAAE,MAAM,EAAE,EACnB,SAAS,EAAE,cAAc,GAAG,IAAI,EAChC,KAAK,GAAE,MAAmB,GACzB,MAAM,CAIR;AAED,eAAO,MAAM,2BAA2B,2WAc9B,CAAC;AAEX,eAAO,MAAM,8BAA8B,2RAajC,CAAC;AAEX;;;;;;;;;GASG;AACH,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,WAAW,GAAG,cAAc,EACnC,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,GAChB,MAAM,CASR;AAED;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,MAAM,CAG9D;AAED;;GAEG;AACH,eAAO,MAAM,wBAAwB,weASQ,CAAC"}
1
+ {"version":3,"file":"completion-messages.d.ts","sourceRoot":"","sources":["../../../src/features/workflow-engine/completion-messages.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AACnG,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,CAAC;AAE1D,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAAC,cAAc,EAAE,MAAM,EAAE,CAmCzE,CAAC;AAEF,wBAAgB,oCAAoC,CAClD,KAAK,EAAE,cAAc,EACrB,SAAS,EAAE,MAAM,EAAE,EACnB,SAAS,EAAE,cAAc,GAAG,IAAI,EAChC,KAAK,GAAE,MAAmB,GACzB,MAAM,CAIR;AAED,eAAO,MAAM,2BAA2B,mZAayB,CAAC;AAElE,eAAO,MAAM,8BAA8B,4TAYoB,CAAC;AAEhE;;;;;;;;;GASG;AACH,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,WAAW,GAAG,cAAc,EACnC,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,GAChB,MAAM,CASR;AAED;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,MAAM,CAG9D;AAED;;GAEG;AACH,eAAO,MAAM,wBAAwB,yoBAUQ,CAAC"}
@@ -47,29 +47,27 @@ export const INCEPTION_COMPLETION_FORMAT = `## Stage Complete: {stage}
47
47
 
48
48
  ---
49
49
 
50
- ### REVIEW REQUIRED
50
+ ⚠️ **REVIEW REQUIRED**
51
51
 
52
- Please review the artifacts at: \`{reviewPath}\`
52
+ > Please review the artifacts at: \`{reviewPath}\`
53
53
 
54
54
  **What would you like to do?**
55
- 1. **Request Changes** — I'll revise based on your feedback
56
- 2. **Add Skipped Stage** — Include a stage that was previously excluded
57
- 3. **Approve & Continue** — Proceed to the next stage
58
- `;
55
+ 1. 🔧 **Request Changes** — I'll revise based on your feedback
56
+ 2. **Add Skipped Stage** — Include a stage that was previously excluded
57
+ 3. **Approve & Continue** — Proceed to the next stage`;
59
58
  export const CONSTRUCTION_COMPLETION_FORMAT = `## Stage Complete: {stage}
60
59
 
61
60
  {summary}
62
61
 
63
62
  ---
64
63
 
65
- ### REVIEW REQUIRED
64
+ ⚠️ **REVIEW REQUIRED**
66
65
 
67
- Please review the artifacts at: \`{reviewPath}\`
66
+ > Please review the artifacts at: \`{reviewPath}\`
68
67
 
69
68
  **What would you like to do?**
70
- 1. **Request Changes** — I'll revise based on your feedback
71
- 2. **Continue to Next Stage** — Approve and proceed
72
- `;
69
+ 1. 🔧 **Request Changes** — I'll revise based on your feedback
70
+ 2. **Continue to Next Stage** — Approve and proceed`;
73
71
  /**
74
72
  * Build a standardized completion message for a stage.
75
73
  *
@@ -107,11 +105,12 @@ export function formatSummaryBullets(bullets) {
107
105
  export const COMPLETION_MESSAGE_RULES = `## Completion Message Rules
108
106
 
109
107
  At the end of EVERY stage:
110
- 1. Display the stage completion header
111
- 2. Include a factual summary (bullet points ONLY — NO workflow instructions in summary)
112
- 3. Show REVIEW REQUIRED block with artifact path
113
- 4. Show options:
114
- - Inception stages: 3 options (Request Changes / Add Skipped Stage / Approve & Continue)
115
- - Construction stages: 2 options ONLY (Request Changes / Continue to Next Stage)
116
- 5. WAIT for user selection before proceeding`;
108
+ 1. Display the stage completion header with factual summary
109
+ 2. Add a \`---\` horizontal rule separator
110
+ 3. Display ⚠️ **REVIEW REQUIRED** header (emoji + bold, NOT a ## markdown header)
111
+ 4. Use blockquotes (\`>\`) for artifact paths to highlight them with a colored bar
112
+ 5. Show options with emoji prefixes:
113
+ - Inception stages: 3 options (🔧 Request Changes / Add Skipped Stage / ✅ Approve & Continue)
114
+ - Construction stages: 2 options ONLY (🔧 Request Changes / ✅ Continue to Next Stage)
115
+ 6. WAIT for user selection before proceeding`;
117
116
  //# sourceMappingURL=completion-messages.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"completion-messages.js","sourceRoot":"","sources":["../../../src/features/workflow-engine/completion-messages.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAGnG,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,CAAC;AAE1D,MAAM,CAAC,MAAM,4BAA4B,GAAqC;IAC5E,qBAAqB,EAAE;QACrB,qEAAqE;QACrE,gEAAgE;KACjE;IACD,qBAAqB,EAAE;QACrB,iDAAiD;QACjD,kDAAkD;QAClD,8DAA8D;KAC/D;IACD,uBAAuB,EAAE;QACvB,gDAAgD;QAChD,qDAAqD;QACrD,uCAAuC;KACxC;IACD,cAAc,EAAE;QACd,yDAAyD;QACzD,sDAAsD;QACtD,kDAAkD;KACnD;IACD,mBAAmB,EAAE;QACnB,4CAA4C;QAC5C,+DAA+D;QAC/D,wDAAwD;KACzD;IACD,oBAAoB,EAAE;QACpB,qDAAqD;QACrD,0DAA0D;QAC1D,4DAA4D;KAC7D;IACD,kBAAkB,EAAE;QAClB,yDAAyD;QACzD,+CAA+C;QAC/C,uDAAuD;KACxD;CACF,CAAC;AAEF,MAAM,UAAU,oCAAoC,CAClD,KAAqB,EACrB,SAAmB,EACnB,SAAgC,EAChC,QAAgB,UAAU;IAE1B,MAAM,WAAW,GAAG,4BAA4B,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;IAC9D,MAAM,oBAAoB,GAAG,EAAE,CAAC;IAChC,OAAO,qBAAqB,CAAC,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,oBAAoB,EAAE,KAAK,CAAC,CAAC;AACtG,CAAC;AAED,MAAM,CAAC,MAAM,2BAA2B,GAAG;;;;;;;;;;;;;;CAcjC,CAAC;AAEX,MAAM,CAAC,MAAM,8BAA8B,GAAG;;;;;;;;;;;;;CAapC,CAAC;AAEX;;;;;;;;;GASG;AACH,MAAM,UAAU,sBAAsB,CACpC,KAAa,EACb,KAAmC,EACnC,OAAe,EACf,UAAkB,EAClB,SAAiB;IAEjB,MAAM,QAAQ,GAAG,KAAK,KAAK,WAAW;QACpC,CAAC,CAAC,2BAA2B;QAC7B,CAAC,CAAC,8BAA8B,CAAC;IAEnC,OAAO,QAAQ;SACZ,OAAO,CAAC,SAAS,EAAE,KAAK,CAAC;SACzB,OAAO,CAAC,WAAW,EAAE,OAAO,CAAC;SAC7B,OAAO,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;AACzC,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,OAAiB;IACpD,IAAI,OAAO,CAAC,MAAM,KAAK,CAAC;QAAE,OAAO,yBAAyB,CAAC;IAC3D,OAAO,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AAC/C,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG;;;;;;;;;6CASK,CAAC"}
1
+ {"version":3,"file":"completion-messages.js","sourceRoot":"","sources":["../../../src/features/workflow-engine/completion-messages.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAGnG,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,CAAC;AAE1D,MAAM,CAAC,MAAM,4BAA4B,GAAqC;IAC5E,qBAAqB,EAAE;QACrB,qEAAqE;QACrE,gEAAgE;KACjE;IACD,qBAAqB,EAAE;QACrB,iDAAiD;QACjD,kDAAkD;QAClD,8DAA8D;KAC/D;IACD,uBAAuB,EAAE;QACvB,gDAAgD;QAChD,qDAAqD;QACrD,uCAAuC;KACxC;IACD,cAAc,EAAE;QACd,yDAAyD;QACzD,sDAAsD;QACtD,kDAAkD;KACnD;IACD,mBAAmB,EAAE;QACnB,4CAA4C;QAC5C,+DAA+D;QAC/D,wDAAwD;KACzD;IACD,oBAAoB,EAAE;QACpB,qDAAqD;QACrD,0DAA0D;QAC1D,4DAA4D;KAC7D;IACD,kBAAkB,EAAE;QAClB,yDAAyD;QACzD,+CAA+C;QAC/C,uDAAuD;KACxD;CACF,CAAC;AAEF,MAAM,UAAU,oCAAoC,CAClD,KAAqB,EACrB,SAAmB,EACnB,SAAgC,EAChC,QAAgB,UAAU;IAE1B,MAAM,WAAW,GAAG,4BAA4B,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;IAC9D,MAAM,oBAAoB,GAAG,EAAE,CAAC;IAChC,OAAO,qBAAqB,CAAC,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,oBAAoB,EAAE,KAAK,CAAC,CAAC;AACtG,CAAC;AAED,MAAM,CAAC,MAAM,2BAA2B,GAAG;;;;;;;;;;;;;wDAasB,CAAC;AAElE,MAAM,CAAC,MAAM,8BAA8B,GAAG;;;;;;;;;;;;sDAYiB,CAAC;AAEhE;;;;;;;;;GASG;AACH,MAAM,UAAU,sBAAsB,CACpC,KAAa,EACb,KAAmC,EACnC,OAAe,EACf,UAAkB,EAClB,SAAiB;IAEjB,MAAM,QAAQ,GAAG,KAAK,KAAK,WAAW;QACpC,CAAC,CAAC,2BAA2B;QAC7B,CAAC,CAAC,8BAA8B,CAAC;IAEnC,OAAO,QAAQ;SACZ,OAAO,CAAC,SAAS,EAAE,KAAK,CAAC;SACzB,OAAO,CAAC,WAAW,EAAE,OAAO,CAAC;SAC7B,OAAO,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;AACzC,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,OAAiB;IACpD,IAAI,OAAO,CAAC,MAAM,KAAK,CAAC;QAAE,OAAO,yBAAyB,CAAC;IAC3D,OAAO,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AAC/C,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG;;;;;;;;;;6CAUK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"response-formatter.d.ts","sourceRoot":"","sources":["../../../../src/features/workflow-engine/inception/response-formatter.ts"],"names":[],"mappings":"AA0CA,wBAAgB,qBAAqB,CACnC,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,MAAM,EAAE,EACnB,WAAW,EAAE,MAAM,EAAE,EACrB,SAAS,EAAE,MAAM,GAAG,IAAI,EACxB,oBAAoB,EAAE,MAAM,EAC5B,KAAK,GAAE,MAAmB,GACzB,MAAM,CA8DR;AAED,wBAAgB,uBAAuB,CACrC,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,GACpB,MAAM,CAuBR"}
1
+ {"version":3,"file":"response-formatter.d.ts","sourceRoot":"","sources":["../../../../src/features/workflow-engine/inception/response-formatter.ts"],"names":[],"mappings":"AA0CA,wBAAgB,qBAAqB,CACnC,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,MAAM,EAAE,EACnB,WAAW,EAAE,MAAM,EAAE,EACrB,SAAS,EAAE,MAAM,GAAG,IAAI,EACxB,oBAAoB,EAAE,MAAM,EAC5B,KAAK,GAAE,MAAmB,GACzB,MAAM,CA8DR;AAED,wBAAgB,uBAAuB,CACrC,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,GACpB,MAAM,CA2BR"}
@@ -38,25 +38,25 @@ export function formatStageCompletion(stageName, artifacts, reviewItems, nextSta
38
38
  const label = STAGE_LABELS[stageName] ?? stageName;
39
39
  const description = STAGE_DESCRIPTIONS[stageName]
40
40
  ?? `Stage '${stageName}' completed`;
41
- const artifactsSection = artifacts.length > 0
42
- ? artifacts.map(a => `- \`${a}\``).join('\n')
43
- : '- _(no artifacts generated)_';
44
- const reviewSection = reviewItems.length > 0
45
- ? reviewItems.map(item => `- [ ] ${item}`).join('\n')
46
- : '- [ ] Review the generated artifacts for accuracy and completeness';
41
+ const artifactLines = artifacts.length > 0
42
+ ? artifacts.map(a => `- \`${a}\``)
43
+ : ['- _(no artifacts generated)_'];
44
+ const reviewLines = reviewItems.length > 0
45
+ ? reviewItems.map(item => `- [ ] ${item}`)
46
+ : ['- [ ] Review the generated artifacts for accuracy and completeness'];
47
47
  const lines = [
48
48
  '---',
49
49
  '',
50
- '## REVIEW REQUIRED',
50
+ '⚠️ **REVIEW REQUIRED**',
51
51
  '',
52
- `### What was completed`,
52
+ '**What was completed**',
53
53
  `- **${label}**: ${description}`,
54
54
  '',
55
- '### Artifacts generated',
56
- artifactsSection,
55
+ '**Artifacts generated**',
56
+ ...artifactLines,
57
57
  '',
58
- '### What needs your review',
59
- reviewSection,
58
+ '> **What needs your review**',
59
+ ...reviewLines.map(r => `> ${r}`),
60
60
  '',
61
61
  '---',
62
62
  '',
@@ -68,34 +68,37 @@ export function formatStageCompletion(stageName, artifacts, reviewItems, nextSta
68
68
  || `Execute the ${nextStage} stage`;
69
69
  const timeHints = STAGE_TIME_HINTS[nextStage];
70
70
  const timeHint = timeHints ? timeHints[depth] ?? timeHints['standard'] : 'a few minutes';
71
- lines.push('## WHAT\'S NEXT', `After your review, the workflow will proceed to: **${nextLabel}**`, `- ${effectiveNextDesc}`, `- Estimated time: ${timeHint}`, '', 'To proceed: `continue` or `approve`', 'To request changes: `revise [specific feedback]`', '---');
71
+ lines.push("📋 **WHAT'S NEXT**", '', `After your review, proceed to: **${nextLabel}**`, `- ${effectiveNextDesc}`, `- Estimated time: ${timeHint}`, '', 'To proceed: `continue` or `approve`', 'To request changes: `revise [specific feedback]`');
72
72
  }
73
73
  else {
74
- lines.push('## WHAT\'S NEXT', 'Inception phase is complete.', '- All inception stages have been executed and artifacts are ready for construction', '- Review the execution plan at `aidlc-docs/{workflow-id}/inception/plans/execution-plan.md`', '', 'To proceed to Construction: `continue` or `approve`', '---');
74
+ lines.push("📋 **WHAT'S NEXT**", '', 'Inception phase is complete.', '- All inception stages have been executed and artifacts are ready for construction', '- Review the execution plan at `aidlc-docs/{workflow-id}/inception/plans/execution-plan.md`', '', 'To proceed to Construction: `continue` or `approve`');
75
75
  }
76
76
  return lines.join('\n');
77
77
  }
78
78
  export function formatInceptionComplete(workflowId, totalStages, artifactCount) {
79
79
  const artifactPath = `aidlc-docs/${workflowId}/inception/`;
80
- return [
80
+ const lines = [
81
81
  '---',
82
82
  '',
83
- '## Inception Phase Complete',
83
+ ' **INCEPTION COMPLETE**',
84
84
  '',
85
- `All ${totalStages} inception stage(s) have completed successfully.`,
85
+ `All ${totalStages} inception stage(s) completed successfully.`,
86
86
  `${artifactCount} artifact(s) generated in \`${artifactPath}\``,
87
87
  '',
88
- '### What was accomplished',
88
+ '**What was accomplished**',
89
89
  '- Requirements captured and structured',
90
90
  '- User stories and personas defined',
91
91
  '- Workflow execution plan created',
92
92
  '- Units of work defined and mapped',
93
93
  '',
94
- '### Next Phase: Construction',
94
+ '---',
95
+ '',
96
+ '📋 **Next Phase: Construction**',
97
+ '',
95
98
  'The Construction phase will execute design and implementation for each unit.',
96
99
  '',
97
100
  'To begin Construction: `continue` or `/ascent`',
98
- '---',
99
- ].join('\n');
101
+ ];
102
+ return lines.join('\n');
100
103
  }
101
104
  //# sourceMappingURL=response-formatter.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"response-formatter.js","sourceRoot":"","sources":["../../../../src/features/workflow-engine/inception/response-formatter.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"response-formatter.js","sourceRoot":"","sources":["../../../../src/features/workflow-engine/inception/response-formatter.ts"],"names":[],"mappings":"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"}
@@ -24,7 +24,7 @@ export declare const HOOKS_DIR: string;
24
24
  export declare const SETTINGS_FILE: string;
25
25
  export declare const VERSION_FILE: string;
26
26
  /** Current version - MUST match package.json */
27
- export declare const VERSION = "4.4.1";
27
+ export declare const VERSION = "4.4.3";
28
28
  /** Installation result */
29
29
  export interface InstallResult {
30
30
  success: boolean;
@@ -40,7 +40,7 @@ export const HOOKS_DIR = join(CLAUDE_CONFIG_DIR, 'hooks');
40
40
  export const SETTINGS_FILE = join(CLAUDE_CONFIG_DIR, 'settings.json');
41
41
  export const VERSION_FILE = join(CLAUDE_CONFIG_DIR, '.olympus-version.json');
42
42
  /** Current version - MUST match package.json */
43
- export const VERSION = '4.4.1';
43
+ export const VERSION = '4.4.3';
44
44
  /**
45
45
  * Read a content file from the resources/ directory.
46
46
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "olympus-ai",
3
- "version": "4.4.1",
3
+ "version": "4.4.3",
4
4
  "description": "Olympus: Multi-agent orchestration for Claude Code. Summon the gods of code.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -177,19 +177,17 @@ When managing code generation, the orchestrator MUST leverage Olympus capabiliti
177
177
  3. **Formatted Workflow Message** (mandatory): Always end with this exact format:
178
178
 
179
179
  ```markdown
180
- > **📋 <u>**REVIEW REQUIRED:**</u>**
180
+ ---
181
+
182
+ ⚠️ **REVIEW REQUIRED**
183
+
181
184
  > Please examine the generated code at:
182
185
  > - **Application Code**: `[actual-workspace-path]`
183
186
  > - **Documentation**: `aidlc-docs/construction/[unit-name]/code/`
184
187
 
185
-
186
-
187
- > **🚀 <u>**WHAT'S NEXT?**</u>**
188
- >
189
- > **You may:**
190
- >
191
- > 🔧 **Request Changes** - Ask for modifications to the generated code based on your review
192
- > ✅ **Continue to Next Stage** - Approve code generation and proceed to **[next-unit/Build & Test]**
188
+ **You may:**
189
+ - 🔧 **Request Changes** — Ask for modifications to the generated code based on your review
190
+ - **Continue to Next Stage** — Approve code generation and proceed to **[next-unit/Build & Test]**
193
191
 
194
192
  ---
195
193
  ```
@@ -107,17 +107,16 @@ Design detailed business logic for the unit, technology-agnostic and focused pur
107
107
  3. **Formatted Workflow Message** (mandatory): Always end with this exact format:
108
108
 
109
109
  ```markdown
110
- > **📋 <u>**REVIEW REQUIRED:**</u>**
111
- > Please examine the functional design artifacts at: `aidlc-docs/construction/[unit-name]/functional-design/`
110
+ ---
112
111
 
112
+ ⚠️ **REVIEW REQUIRED**
113
113
 
114
+ > Please examine the functional design artifacts at:
115
+ > `aidlc-docs/{workflow-id}/construction/[unit-name]/functional-design/`
114
116
 
115
- > **🚀 <u>**WHAT'S NEXT?**</u>**
116
- >
117
- > **You may:**
118
- >
119
- > 🔧 **Request Changes** - Ask for modifications to the functional design based on your review
120
- > ✅ **Continue to Next Stage** - Approve functional design and proceed to **[next-stage-name]**
117
+ **You may:**
118
+ - 🔧 **Request Changes** — Ask for modifications to the functional design based on your review
119
+ - **Continue to Next Stage** — Approve functional design and proceed to **[next-stage-name]**
121
120
 
122
121
  ---
123
122
  ```
@@ -82,17 +82,16 @@ Map logical software components to actual infrastructure choices for deployment
82
82
  3. **Formatted Workflow Message** (mandatory): Always end with this exact format:
83
83
 
84
84
  ```markdown
85
- > **📋 <u>**REVIEW REQUIRED:**</u>**
86
- > Please examine the infrastructure design at: `aidlc-docs/construction/[unit-name]/infrastructure-design/`
85
+ ---
87
86
 
87
+ ⚠️ **REVIEW REQUIRED**
88
88
 
89
+ > Please examine the infrastructure design at:
90
+ > `aidlc-docs/{workflow-id}/construction/[unit-name]/infrastructure-design/`
89
91
 
90
- > **🚀 <u>**WHAT'S NEXT?**</u>**
91
- >
92
- > **You may:**
93
- >
94
- > 🔧 **Request Changes** - Ask for modifications to the infrastructure design based on your review
95
- > ✅ **Continue to Next Stage** - Approve infrastructure design and proceed to **Code Generation**
92
+ **You may:**
93
+ - 🔧 **Request Changes** — Ask for modifications to the infrastructure design based on your review
94
+ - **Continue to Next Stage** — Approve infrastructure design and proceed to **Code Generation**
96
95
 
97
96
  ---
98
97
  ```
@@ -78,17 +78,16 @@ Incorporate NFR requirements into unit design using patterns and logical compone
78
78
  3. **Formatted Workflow Message** (mandatory): Always end with this exact format:
79
79
 
80
80
  ```markdown
81
- > **📋 <u>**REVIEW REQUIRED:**</u>**
82
- > Please examine the NFR design at: `aidlc-docs/construction/[unit-name]/nfr-design/`
81
+ ---
83
82
 
83
+ ⚠️ **REVIEW REQUIRED**
84
84
 
85
+ > Please examine the NFR design at:
86
+ > `aidlc-docs/{workflow-id}/construction/[unit-name]/nfr-design/`
85
87
 
86
- > **🚀 <u>**WHAT'S NEXT?**</u>**
87
- >
88
- > **You may:**
89
- >
90
- > 🔧 **Request Changes** - Ask for modifications to the NFR design based on your review
91
- > ✅ **Continue to Next Stage** - Approve NFR design and proceed to **[next-stage-name]**
88
+ **You may:**
89
+ - 🔧 **Request Changes** — Ask for modifications to the NFR design based on your review
90
+ - **Continue to Next Stage** — Approve NFR design and proceed to **[next-stage-name]**
92
91
 
93
92
  ---
94
93
  ```
@@ -90,17 +90,16 @@ Determine non-functional requirements for the unit and make tech stack choices.
90
90
  3. **Formatted Workflow Message** (mandatory): Always end with this exact format:
91
91
 
92
92
  ```markdown
93
- > **📋 <u>**REVIEW REQUIRED:**</u>**
94
- > Please examine the NFR requirements at: `aidlc-docs/construction/[unit-name]/nfr-requirements/`
93
+ ---
95
94
 
95
+ ⚠️ **REVIEW REQUIRED**
96
96
 
97
+ > Please examine the NFR requirements at:
98
+ > `aidlc-docs/{workflow-id}/construction/[unit-name]/nfr-requirements/`
97
99
 
98
- > **🚀 <u>**WHAT'S NEXT?**</u>**
99
- >
100
- > **You may:**
101
- >
102
- > 🔧 **Request Changes** - Ask for modifications to the NFR requirements based on your review
103
- > ✅ **Continue to Next Stage** - Approve NFR requirements and proceed to **[next-stage-name]**
100
+ **You may:**
101
+ - 🔧 **Request Changes** — Ask for modifications to the NFR requirements based on your review
102
+ - **Continue to Next Stage** — Approve NFR requirements and proceed to **[next-stage-name]**
104
103
 
105
104
  ---
106
105
  ```
@@ -149,17 +149,17 @@ If the analysis in Step 5 reveals ANY ambiguous answers, you MUST:
149
149
 
150
150
  [AI-generated summary of application design artifacts created in bullet points]
151
151
 
152
- > **REVIEW REQUIRED:**
153
- > Please examine the application design artifacts at: `aidlc-docs/inception/application-design/`
154
-
155
- > **WHAT'S NEXT?**
156
- >
157
- > **You may:**
158
- >
159
- > **Request Changes** - Ask for modifications to the application design if required
160
- > [IF Units Generation is skipped:]
161
- > **Add Units Generation** - Choose to include **Units Generation** stage (currently skipped)
162
- > **Approve & Continue** - Approve design and proceed to **[Units Generation/CONSTRUCTION PHASE]**
152
+ ---
153
+
154
+ ⚠️ **REVIEW REQUIRED**
155
+
156
+ > Please examine the application design artifacts at:
157
+ > `aidlc-docs/{workflow-id}/inception/application-design/`
158
+
159
+ **You may:**
160
+ - 🔧 **Request Changes** Ask for modifications to the application design if required
161
+ - **Add Skipped Stage** Choose to include Units Generation stage (if currently skipped)
162
+ - **Approve & Continue** Approve design and proceed to **[Units Generation/CONSTRUCTION PHASE]**
163
163
  ```
164
164
 
165
165
  ### 14. Wait for Explicit Approval
@@ -223,19 +223,17 @@ When done, let me know and I will incorporate your approved findings into the re
223
223
  3. **Formatted Workflow Message** (mandatory): Always end with this exact format:
224
224
 
225
225
  ```markdown
226
- > **📋 <u>**REVIEW REQUIRED:**</u>**
227
- > Please examine the requirements document at: `aidlc-docs/{workflow-id}/inception/requirements/requirements.md`
226
+ ---
228
227
 
228
+ ⚠️ **REVIEW REQUIRED**
229
229
 
230
+ > Please examine the requirements document at:
231
+ > `aidlc-docs/{workflow-id}/inception/requirements/requirements.md`
230
232
 
231
- > **🚀 <u>**WHAT'S NEXT?**</u>**
232
- >
233
- > **You may:**
234
- >
235
- > 🔧 **Request Changes** - Ask for modifications to the requirements if required based on your review
236
- > [IF User Stories will be skipped, add this option:]
237
- > 📝 **Add User Stories** - Choose to Include **User Stories** stage (currently skipped based on project simplicity)
238
- > ✅ **Approve & Continue** - Approve requirements and proceed to **[User Stories/Workflow Planning]**
233
+ **You may:**
234
+ - 🔧 **Request Changes** — Ask for modifications to the requirements if required based on your review
235
+ - **Add Skipped Stage** — Include a previously excluded stage (e.g., User Stories if currently skipped)
236
+ - ✅ **Approve & Continue** — Approve requirements and proceed to **[User Stories/Workflow Planning]**
239
237
 
240
238
  ---
241
239
  ```
@@ -318,15 +318,17 @@ Create `aidlc-docs/inception/reverse-engineering/reverse-engineering-timestamp.m
318
318
 
319
319
  [AI-generated summary of key findings from analysis in the form of bullet points]
320
320
 
321
- > **📋 <u>**REVIEW REQUIRED:**</u>**
322
- > Please examine the reverse engineering artifacts at: `aidlc-docs/inception/reverse-engineering/`
323
-
324
- > **🚀 <u>**WHAT'S NEXT?**</u>**
325
- >
326
- > **You may:**
327
- >
328
- > 🔧 **Request Changes** - Ask for modifications to the reverse engineering analysis if required
329
- > **Approve & Continue** - Approve analysis and proceed to **Requirements Analysis**
321
+ ---
322
+
323
+ ⚠️ **REVIEW REQUIRED**
324
+
325
+ > Please examine the reverse engineering artifacts at:
326
+ > `aidlc-docs/{workflow-id}/inception/reverse-engineering/`
327
+
328
+ **You may:**
329
+ - 🔧 **Request Changes** Ask for modifications to the reverse engineering analysis if required
330
+ - ➕ **Add Skipped Stage** — Include a previously excluded stage in the workflow
331
+ - ✅ **Approve & Continue** — Approve analysis and proceed to **Requirements Analysis**
330
332
  ```
331
333
 
332
334
  ## Step 12: Wait for User Approval
@@ -162,15 +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
- > **📋 <u>**REVIEW REQUIRED:**</u>**
166
- > Please examine the units generation artifacts at: `aidlc-docs/inception/application-design/`
167
-
168
- > **🚀 <u>**WHAT'S NEXT?**</u>**
169
- >
170
- > **You may:**
171
- >
172
- > 🔧 **Request Changes** - Ask for modifications to the units generation if required
173
- > **Approve & Continue** - Approve units and proceed to **CONSTRUCTION PHASE**
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**
174
176
  ```
175
177
 
176
178
  ## Step 17: Wait for Explicit Approval
@@ -287,17 +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
- > **📋 <u>**REVIEW REQUIRED:**</u>**
291
- > Please examine the user stories and personas at: `aidlc-docs/inception/user-stories/stories.md` and `aidlc-docs/inception/user-stories/personas.md`
290
+ ---
292
291
 
292
+ ⚠️ **REVIEW REQUIRED**
293
293
 
294
+ > Please examine the user stories and personas at:
295
+ > `aidlc-docs/{workflow-id}/inception/user-stories/stories.md` and `personas.md`
294
296
 
295
- > **🚀 <u>**WHAT'S NEXT?**</u>**
296
- >
297
- > **You may:**
298
- >
299
- > 🔧 **Request Changes** - Ask for modifications to the stories or personas based on your review
300
- > ✅ **Approve & Continue** - Approve user stories and proceed to **Workflow Planning**
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**
301
301
 
302
302
  ---
303
303
  ```
@@ -452,17 +452,18 @@ I recommend skipping [Y] stages:
452
452
 
453
453
  **Estimated Timeline**: [Duration]
454
454
 
455
- > **📋 <u>**REVIEW REQUIRED:**</u>**
456
- > Please examine the execution plan at: `aidlc-docs/inception/plans/execution-plan.md`
457
-
458
- > **🚀 <u>**WHAT'S NEXT?**</u>**
459
- >
460
- > **You may:**
461
- >
462
- > 🔧 **Request Changes** - Ask for modifications to the execution plan if required
463
- > [IF any stages are skipped:]
464
- > 📝 **Add Skipped Stages** - Choose to include stages currently marked as SKIP
465
- > **Approve & Continue** - Approve plan and proceed to **[Next Stage Name]**
455
+ ```markdown
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]**
466
467
  ```
467
468
 
468
469
  ## Step 10: Handle User Response