olympus-ai 4.4.12 → 4.4.13
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/installer/index.d.ts +1 -1
- package/dist/installer/index.js +1 -1
- package/package.json +1 -1
- package/resources/rules/common/markdown-formatting.md +3 -3
- package/resources/rules/inception/requirements-analysis.md +3 -1
- package/resources/skills/plan/SKILL.md +14 -4
|
@@ -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.
|
|
27
|
+
export declare const VERSION = "4.4.13";
|
|
28
28
|
/** Installation result */
|
|
29
29
|
export interface InstallResult {
|
|
30
30
|
success: boolean;
|
package/dist/installer/index.js
CHANGED
|
@@ -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.
|
|
43
|
+
export const VERSION = '4.4.13';
|
|
44
44
|
/**
|
|
45
45
|
* Read a content file from the resources/ directory.
|
|
46
46
|
*
|
package/package.json
CHANGED
|
@@ -77,9 +77,9 @@ All 54 active markdownlint rules organized by category. Rules disabled by projec
|
|
|
77
77
|
| MD010 | `no-hard-tabs` | No tab characters — use spaces only |
|
|
78
78
|
| MD014 | `commands-show-output` | Don't prefix commands with `$` unless showing output below |
|
|
79
79
|
| MD031 | `blanks-around-fences` | One blank line BEFORE and AFTER every fenced code block |
|
|
80
|
-
| MD040 | `fenced-code-language` | Fenced code blocks MUST specify a language (e.g., ` ```typescript `)
|
|
81
|
-
| MD046 | `code-block-style`
|
|
82
|
-
| MD048 | `code-fence-style`
|
|
80
|
+
| MD040 | `fenced-code-language` | Fenced code blocks MUST specify a language (e.g., ` ```typescript `) |
|
|
81
|
+
| MD046 | `code-block-style` | Use consistent code block style — use **fenced** (backtick) style, not indented |
|
|
82
|
+
| MD048 | `code-fence-style` | Use consistent fence delimiters — use **backticks** (`` ` ``), not tildes (`~`) |
|
|
83
83
|
|
|
84
84
|
### Whitespace and Formatting
|
|
85
85
|
|
|
@@ -94,7 +94,7 @@ Analyze whatever the user has provided:
|
|
|
94
94
|
**MANDATORY**: Evaluate ALL of these areas and ask questions for ANY that are unclear:
|
|
95
95
|
- **Functional Requirements**: Core features, user interactions, system behaviors
|
|
96
96
|
- **Non-Functional Requirements**: Performance, security, scalability, usability
|
|
97
|
-
- **
|
|
97
|
+
- **Scenario Coverage**: Use cases, user journeys, edge cases, error scenarios
|
|
98
98
|
- **Business Context**: Goals, constraints, success criteria, stakeholder needs
|
|
99
99
|
- **Technical Context**: Integration points, data requirements, system boundaries
|
|
100
100
|
- **Quality Attributes**: Reliability, maintainability, testability, accessibility
|
|
@@ -188,8 +188,10 @@ When done, let me know and I will incorporate your approved findings into the re
|
|
|
188
188
|
- Scope estimate
|
|
189
189
|
- Complexity estimate
|
|
190
190
|
- Include both functional and non-functional requirements
|
|
191
|
+
- Include scenario coverage when relevant (use cases, edge cases, error scenarios)
|
|
191
192
|
- Incorporate user's answers to clarifying questions
|
|
192
193
|
- Provide brief summary of key requirements
|
|
194
|
+
- **Do NOT include a User Stories section** — user stories with personas and acceptance criteria are generated in the dedicated User Stories stage
|
|
193
195
|
|
|
194
196
|
### Step 8: MANDATORY: Update State Tracking
|
|
195
197
|
|
|
@@ -895,10 +895,19 @@ Write result to `aidlc-docs/{workflowId}/inception/prfaq.md`. If generation fail
|
|
|
895
895
|
Task(
|
|
896
896
|
subagent_type="momus",
|
|
897
897
|
description="Workflow planning review",
|
|
898
|
-
prompt="Critically review this inception plan for: (1) gaps in requirements, (2) unrealistic acceptance criteria, (3) missing edge cases, (4) architectural risks, (5) incorrect depth/risk assessment. Intent: {intent.md}. Requirements: {requirements.md}. Execution plan: {execution-plan.md}."
|
|
898
|
+
prompt="Critically review this inception plan for: (1) gaps in requirements, (2) unrealistic acceptance criteria, (3) missing edge cases, (4) architectural risks, (5) incorrect depth/risk assessment. Intent: {intent.md}. Requirements: {requirements.md}. Execution plan: {execution-plan.md}. For each finding, include a clear recommendation stating whether the issue should be fixed now, deferred, or is informational only."
|
|
899
899
|
)
|
|
900
900
|
```
|
|
901
|
-
|
|
901
|
+
|
|
902
|
+
**Write findings to file**: After Momus returns, create `aidlc-docs/{workflowId}/inception/momus-review.md` with metadata (reviewer: momus, trigger: automatic, trust level, verdict) and the full review. Format each finding with:
|
|
903
|
+
- The finding description and severity (critical, important, minor)
|
|
904
|
+
- **Recommendation**: Whether to fix now (with suggested change), defer to a later stage, or note as informational — be explicit about the recommended action
|
|
905
|
+
- **Decision**: `[ ]` — empty checkbox for the user to mark with their decision
|
|
906
|
+
- **User Comments**: blank line for the user to add notes
|
|
907
|
+
|
|
908
|
+
Include a response guide at the top of the file explaining how to review (check findings to incorporate, add comments, or skip).
|
|
909
|
+
|
|
910
|
+
Do not silently incorporate or fix findings. The user must review the file and respond before any changes are made. This is a human approval gate.
|
|
902
911
|
|
|
903
912
|
- **Trust 2+** (and not Risk Tier 3): Tell the user: "Optional: Run `/review` for Momus feedback on the inception plan."
|
|
904
913
|
|
|
@@ -923,12 +932,13 @@ Write result to `aidlc-docs/{workflowId}/inception/prfaq.md`. If generation fail
|
|
|
923
932
|
- `aidlc-docs/{workflowId}/inception/plans/execution-plan.md`
|
|
924
933
|
- `aidlc-docs/{workflowId}/inception/plans/workflow-routing.md`
|
|
925
934
|
- `aidlc-docs/{workflowId}/inception/prfaq.md` (if generated)
|
|
926
|
-
- `aidlc-docs/{workflowId}/inception/
|
|
935
|
+
- `aidlc-docs/{workflowId}/inception/momus-review.md` (if Momus ran)
|
|
927
936
|
|
|
928
937
|
### What needs your review
|
|
929
938
|
- [ ] Depth assessment ({SHALLOW|MEDIUM|DEEP}, score {N}/30) is appropriate
|
|
930
939
|
- [ ] Risk tier ({1|2|3}) correctly reflects implementation risk
|
|
931
940
|
- [ ] Execution plan covers all required phases and stages
|
|
941
|
+
- [ ] Momus review findings reviewed (if applicable) — check findings to incorporate, add comments in the file
|
|
932
942
|
|
|
933
943
|
---
|
|
934
944
|
|
|
@@ -1280,7 +1290,7 @@ Update `aidlc-docs/{workflowId}/checkpoint.json`:
|
|
|
1280
1290
|
4. **CHECKPOINTS ARE MANDATORY**: Save checkpoint state after every stage transition (update inception_stages, current_inception_stage, state file, audit). This enables resume on interruption.
|
|
1281
1291
|
5. **TRUST ADJUSTS CEREMONY**: Higher trust = fewer questions + lighter gates. Lower trust = more thorough validation.
|
|
1282
1292
|
6. **REVIEW REQUIRED AFTER EVERY STAGE**: Use the exact REVIEW REQUIRED / WHAT'S NEXT format after each stage completes.
|
|
1283
|
-
7. **RESEARCH IS SILENT**: Agent research dispatches (explore, librarian) happen without announcing them to the user. Only surface findings in the artifacts. **Exception**: Metis blind spot analysis
|
|
1293
|
+
7. **RESEARCH IS SILENT**: Agent research dispatches (explore, librarian) happen without announcing them to the user. Only surface findings in the artifacts. **Exception**: Metis blind spot analysis and Momus review findings write to dedicated files for user review — do not silently incorporate or fix.
|
|
1284
1294
|
8. **STATE TRACKING IS TRIPLE**: Every stage update must write to checkpoint.json + aidlc-state.md + audit.md.
|
|
1285
1295
|
9. **RESUME IS IDEMPOTENT**: Each stage checks its `inception_stages` entry before executing. `completed` or `skipped` → skip to next. `in_progress` with `questions_file` set → resume Q&A without regenerating.
|
|
1286
1296
|
|