olympus-ai 3.7.0 → 4.0.0
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/README.md +2 -0
- package/dist/agents/definitions.d.ts.map +1 -1
- package/dist/agents/definitions.js +0 -8
- package/dist/agents/definitions.js.map +1 -1
- package/dist/agents/index.d.ts +0 -4
- package/dist/agents/index.d.ts.map +1 -1
- package/dist/agents/index.js +0 -4
- package/dist/agents/index.js.map +1 -1
- package/dist/agents/prometheus.js +9 -9
- package/dist/features/workflow-engine/alignment.d.ts +103 -0
- package/dist/features/workflow-engine/alignment.d.ts.map +1 -0
- package/dist/features/workflow-engine/alignment.js +399 -0
- package/dist/features/workflow-engine/alignment.js.map +1 -0
- package/dist/features/workflow-engine/application-design.d.ts +26 -0
- package/dist/features/workflow-engine/application-design.d.ts.map +1 -0
- package/dist/features/workflow-engine/application-design.js +297 -0
- package/dist/features/workflow-engine/application-design.js.map +1 -0
- package/dist/features/workflow-engine/artifacts.d.ts +93 -54
- package/dist/features/workflow-engine/artifacts.d.ts.map +1 -1
- package/dist/features/workflow-engine/artifacts.js +338 -211
- package/dist/features/workflow-engine/artifacts.js.map +1 -1
- package/dist/features/workflow-engine/audit-generator.d.ts +65 -0
- package/dist/features/workflow-engine/audit-generator.d.ts.map +1 -0
- package/dist/features/workflow-engine/audit-generator.js +313 -0
- package/dist/features/workflow-engine/audit-generator.js.map +1 -0
- package/dist/features/workflow-engine/bolt-dispatcher.d.ts +2 -0
- package/dist/features/workflow-engine/bolt-dispatcher.d.ts.map +1 -0
- package/dist/features/workflow-engine/bolt-dispatcher.js +4 -0
- package/dist/features/workflow-engine/bolt-dispatcher.js.map +1 -0
- package/dist/features/workflow-engine/brownfield-analysis.d.ts +65 -0
- package/dist/features/workflow-engine/brownfield-analysis.d.ts.map +1 -0
- package/dist/features/workflow-engine/brownfield-analysis.js +509 -0
- package/dist/features/workflow-engine/brownfield-analysis.js.map +1 -0
- package/dist/features/workflow-engine/brownfield-scanner.d.ts +29 -0
- package/dist/features/workflow-engine/brownfield-scanner.d.ts.map +1 -0
- package/dist/features/workflow-engine/brownfield-scanner.js +526 -0
- package/dist/features/workflow-engine/brownfield-scanner.js.map +1 -0
- package/dist/features/workflow-engine/ceremony.d.ts +13 -0
- package/dist/features/workflow-engine/ceremony.d.ts.map +1 -0
- package/dist/features/workflow-engine/ceremony.js +154 -0
- package/dist/features/workflow-engine/ceremony.js.map +1 -0
- package/dist/features/workflow-engine/checkpoint.d.ts +20 -6
- package/dist/features/workflow-engine/checkpoint.d.ts.map +1 -1
- package/dist/features/workflow-engine/checkpoint.js +92 -25
- package/dist/features/workflow-engine/checkpoint.js.map +1 -1
- package/dist/features/workflow-engine/ci-checks.d.ts +73 -0
- package/dist/features/workflow-engine/ci-checks.d.ts.map +1 -0
- package/dist/features/workflow-engine/ci-checks.js +226 -0
- package/dist/features/workflow-engine/ci-checks.js.map +1 -0
- package/dist/features/workflow-engine/claude-md-merger.d.ts +60 -0
- package/dist/features/workflow-engine/claude-md-merger.d.ts.map +1 -0
- package/dist/features/workflow-engine/claude-md-merger.js +244 -0
- package/dist/features/workflow-engine/claude-md-merger.js.map +1 -0
- package/dist/features/workflow-engine/code-generation-executor.d.ts +19 -0
- package/dist/features/workflow-engine/code-generation-executor.d.ts.map +1 -0
- package/dist/features/workflow-engine/code-generation-executor.js +165 -0
- package/dist/features/workflow-engine/code-generation-executor.js.map +1 -0
- package/dist/features/workflow-engine/completion-messages.d.ts +31 -0
- package/dist/features/workflow-engine/completion-messages.d.ts.map +1 -0
- package/dist/features/workflow-engine/completion-messages.js +117 -0
- package/dist/features/workflow-engine/completion-messages.js.map +1 -0
- package/dist/features/workflow-engine/construction/decomposition.d.ts +89 -0
- package/dist/features/workflow-engine/construction/decomposition.d.ts.map +1 -0
- package/dist/features/workflow-engine/construction/decomposition.js +246 -0
- package/dist/features/workflow-engine/construction/decomposition.js.map +1 -0
- package/dist/features/workflow-engine/construction/design.d.ts +112 -0
- package/dist/features/workflow-engine/construction/design.d.ts.map +1 -0
- package/dist/features/workflow-engine/construction/design.js +361 -0
- package/dist/features/workflow-engine/construction/design.js.map +1 -0
- package/dist/features/workflow-engine/construction/domain-design.d.ts +28 -0
- package/dist/features/workflow-engine/construction/domain-design.d.ts.map +1 -0
- package/dist/features/workflow-engine/construction/domain-design.js +192 -0
- package/dist/features/workflow-engine/construction/domain-design.js.map +1 -0
- package/dist/features/workflow-engine/construction/executor.d.ts +194 -0
- package/dist/features/workflow-engine/construction/executor.d.ts.map +1 -0
- package/dist/features/workflow-engine/construction/executor.js +794 -0
- package/dist/features/workflow-engine/construction/executor.js.map +1 -0
- package/dist/features/workflow-engine/construction/functional-design.d.ts +10 -0
- package/dist/features/workflow-engine/construction/functional-design.d.ts.map +1 -0
- package/dist/features/workflow-engine/construction/functional-design.js +112 -0
- package/dist/features/workflow-engine/construction/functional-design.js.map +1 -0
- package/dist/features/workflow-engine/construction/index.d.ts +12 -0
- package/dist/features/workflow-engine/construction/index.d.ts.map +1 -0
- package/dist/features/workflow-engine/construction/index.js +15 -0
- package/dist/features/workflow-engine/construction/index.js.map +1 -0
- package/dist/features/workflow-engine/construction/infrastructure-design.d.ts +2 -0
- package/dist/features/workflow-engine/construction/infrastructure-design.d.ts.map +1 -0
- package/dist/features/workflow-engine/construction/infrastructure-design.js +2 -0
- package/dist/features/workflow-engine/construction/infrastructure-design.js.map +1 -0
- package/dist/features/workflow-engine/construction/nfr-design.d.ts +20 -0
- package/dist/features/workflow-engine/construction/nfr-design.d.ts.map +1 -0
- package/dist/features/workflow-engine/construction/nfr-design.js +320 -0
- package/dist/features/workflow-engine/construction/nfr-design.js.map +1 -0
- package/dist/features/workflow-engine/construction/nfr-requirements.d.ts +15 -0
- package/dist/features/workflow-engine/construction/nfr-requirements.d.ts.map +1 -0
- package/dist/features/workflow-engine/construction/nfr-requirements.js +128 -0
- package/dist/features/workflow-engine/construction/nfr-requirements.js.map +1 -0
- package/dist/features/workflow-engine/construction/unit-stage-runner.d.ts +19 -0
- package/dist/features/workflow-engine/construction/unit-stage-runner.d.ts.map +1 -0
- package/dist/features/workflow-engine/construction/unit-stage-runner.js +226 -0
- package/dist/features/workflow-engine/construction/unit-stage-runner.js.map +1 -0
- package/dist/features/workflow-engine/construction/validation.d.ts +116 -0
- package/dist/features/workflow-engine/construction/validation.d.ts.map +1 -0
- package/dist/features/workflow-engine/construction/validation.js +805 -0
- package/dist/features/workflow-engine/construction/validation.js.map +1 -0
- package/dist/features/workflow-engine/content-validation.d.ts +11 -0
- package/dist/features/workflow-engine/content-validation.d.ts.map +1 -0
- package/dist/features/workflow-engine/content-validation.js +245 -0
- package/dist/features/workflow-engine/content-validation.js.map +1 -0
- package/dist/features/workflow-engine/depth-assessment.d.ts +96 -0
- package/dist/features/workflow-engine/depth-assessment.d.ts.map +1 -0
- package/dist/features/workflow-engine/depth-assessment.js +533 -0
- package/dist/features/workflow-engine/depth-assessment.js.map +1 -0
- package/dist/features/workflow-engine/discovery.d.ts +92 -0
- package/dist/features/workflow-engine/discovery.d.ts.map +1 -0
- package/dist/features/workflow-engine/discovery.js +471 -0
- package/dist/features/workflow-engine/discovery.js.map +1 -0
- package/dist/features/workflow-engine/engine.d.ts +26 -27
- package/dist/features/workflow-engine/engine.d.ts.map +1 -1
- package/dist/features/workflow-engine/engine.js +575 -936
- package/dist/features/workflow-engine/engine.js.map +1 -1
- package/dist/features/workflow-engine/error-recovery.d.ts +25 -0
- package/dist/features/workflow-engine/error-recovery.d.ts.map +1 -0
- package/dist/features/workflow-engine/error-recovery.js +283 -0
- package/dist/features/workflow-engine/error-recovery.js.map +1 -0
- package/dist/features/workflow-engine/execution.d.ts.map +1 -1
- package/dist/features/workflow-engine/execution.js +1 -1
- package/dist/features/workflow-engine/execution.js.map +1 -1
- package/dist/features/workflow-engine/forge/decomposition.d.ts +129 -0
- package/dist/features/workflow-engine/forge/decomposition.d.ts.map +1 -0
- package/dist/features/workflow-engine/forge/decomposition.js +316 -0
- package/dist/features/workflow-engine/forge/decomposition.js.map +1 -0
- package/dist/features/workflow-engine/forge/design.d.ts +112 -0
- package/dist/features/workflow-engine/forge/design.d.ts.map +1 -0
- package/dist/features/workflow-engine/forge/design.js +361 -0
- package/dist/features/workflow-engine/forge/design.js.map +1 -0
- package/dist/features/workflow-engine/forge/executor.d.ts +203 -0
- package/dist/features/workflow-engine/forge/executor.d.ts.map +1 -0
- package/dist/features/workflow-engine/forge/executor.js +889 -0
- package/dist/features/workflow-engine/forge/executor.js.map +1 -0
- package/dist/features/workflow-engine/forge/index.d.ts +12 -0
- package/dist/features/workflow-engine/forge/index.d.ts.map +1 -0
- package/dist/features/workflow-engine/forge/index.js +15 -0
- package/dist/features/workflow-engine/forge/index.js.map +1 -0
- package/dist/features/workflow-engine/forge/validation.d.ts +118 -0
- package/dist/features/workflow-engine/forge/validation.d.ts.map +1 -0
- package/dist/features/workflow-engine/forge/validation.js +807 -0
- package/dist/features/workflow-engine/forge/validation.js.map +1 -0
- package/dist/features/workflow-engine/gate-discovery-bridge.d.ts +38 -0
- package/dist/features/workflow-engine/gate-discovery-bridge.d.ts.map +1 -0
- package/dist/features/workflow-engine/gate-discovery-bridge.js +148 -0
- package/dist/features/workflow-engine/gate-discovery-bridge.js.map +1 -0
- package/dist/features/workflow-engine/gate-presenter.d.ts +18 -0
- package/dist/features/workflow-engine/gate-presenter.d.ts.map +1 -0
- package/dist/features/workflow-engine/gate-presenter.js +126 -0
- package/dist/features/workflow-engine/gate-presenter.js.map +1 -0
- package/dist/features/workflow-engine/hooks.d.ts +12 -14
- package/dist/features/workflow-engine/hooks.d.ts.map +1 -1
- package/dist/features/workflow-engine/hooks.js +40 -38
- package/dist/features/workflow-engine/hooks.js.map +1 -1
- package/dist/features/workflow-engine/inception/execution-plan-updater.d.ts +2 -0
- package/dist/features/workflow-engine/inception/execution-plan-updater.d.ts.map +1 -0
- package/dist/features/workflow-engine/inception/execution-plan-updater.js +47 -0
- package/dist/features/workflow-engine/inception/execution-plan-updater.js.map +1 -0
- package/dist/features/workflow-engine/inception/index.d.ts +11 -0
- package/dist/features/workflow-engine/inception/index.d.ts.map +1 -0
- package/dist/features/workflow-engine/inception/index.js +11 -0
- package/dist/features/workflow-engine/inception/index.js.map +1 -0
- package/dist/features/workflow-engine/inception/orchestrator.d.ts +47 -0
- package/dist/features/workflow-engine/inception/orchestrator.d.ts.map +1 -0
- package/dist/features/workflow-engine/inception/orchestrator.js +421 -0
- package/dist/features/workflow-engine/inception/orchestrator.js.map +1 -0
- package/dist/features/workflow-engine/inception/response-formatter.d.ts +3 -0
- package/dist/features/workflow-engine/inception/response-formatter.d.ts.map +1 -0
- package/dist/features/workflow-engine/inception/response-formatter.js +101 -0
- package/dist/features/workflow-engine/inception/response-formatter.js.map +1 -0
- package/dist/features/workflow-engine/inception/stages/application-design.d.ts +4 -0
- package/dist/features/workflow-engine/inception/stages/application-design.d.ts.map +1 -0
- package/dist/features/workflow-engine/inception/stages/application-design.js +70 -0
- package/dist/features/workflow-engine/inception/stages/application-design.js.map +1 -0
- package/dist/features/workflow-engine/inception/stages/requirements-analysis.d.ts +7 -0
- package/dist/features/workflow-engine/inception/stages/requirements-analysis.d.ts.map +1 -0
- package/dist/features/workflow-engine/inception/stages/requirements-analysis.js +188 -0
- package/dist/features/workflow-engine/inception/stages/requirements-analysis.js.map +1 -0
- package/dist/features/workflow-engine/inception/stages/reverse-engineering.d.ts +5 -0
- package/dist/features/workflow-engine/inception/stages/reverse-engineering.d.ts.map +1 -0
- package/dist/features/workflow-engine/inception/stages/reverse-engineering.js +66 -0
- package/dist/features/workflow-engine/inception/stages/reverse-engineering.js.map +1 -0
- package/dist/features/workflow-engine/inception/stages/units-generation.d.ts +12 -0
- package/dist/features/workflow-engine/inception/stages/units-generation.d.ts.map +1 -0
- package/dist/features/workflow-engine/inception/stages/units-generation.js +206 -0
- package/dist/features/workflow-engine/inception/stages/units-generation.js.map +1 -0
- package/dist/features/workflow-engine/inception/stages/user-stories.d.ts +9 -0
- package/dist/features/workflow-engine/inception/stages/user-stories.d.ts.map +1 -0
- package/dist/features/workflow-engine/inception/stages/user-stories.js +187 -0
- package/dist/features/workflow-engine/inception/stages/user-stories.js.map +1 -0
- package/dist/features/workflow-engine/inception/stages/workflow-planning.d.ts +8 -0
- package/dist/features/workflow-engine/inception/stages/workflow-planning.d.ts.map +1 -0
- package/dist/features/workflow-engine/inception/stages/workflow-planning.js +197 -0
- package/dist/features/workflow-engine/inception/stages/workflow-planning.js.map +1 -0
- package/dist/features/workflow-engine/inception/stages/workspace-detection.d.ts +4 -0
- package/dist/features/workflow-engine/inception/stages/workspace-detection.d.ts.map +1 -0
- package/dist/features/workflow-engine/inception/stages/workspace-detection.js +94 -0
- package/dist/features/workflow-engine/inception/stages/workspace-detection.js.map +1 -0
- package/dist/features/workflow-engine/index.d.ts +83 -3
- package/dist/features/workflow-engine/index.d.ts.map +1 -1
- package/dist/features/workflow-engine/index.js +60 -4
- package/dist/features/workflow-engine/index.js.map +1 -1
- package/dist/features/workflow-engine/learning-bridge.d.ts +62 -0
- package/dist/features/workflow-engine/learning-bridge.d.ts.map +1 -0
- package/dist/features/workflow-engine/learning-bridge.js +266 -0
- package/dist/features/workflow-engine/learning-bridge.js.map +1 -0
- package/dist/features/workflow-engine/level1-plan.d.ts +19 -0
- package/dist/features/workflow-engine/level1-plan.d.ts.map +1 -0
- package/dist/features/workflow-engine/level1-plan.js +411 -0
- package/dist/features/workflow-engine/level1-plan.js.map +1 -0
- package/dist/features/workflow-engine/manifest-updater.d.ts +20 -0
- package/dist/features/workflow-engine/manifest-updater.d.ts.map +1 -0
- package/dist/features/workflow-engine/manifest-updater.js +170 -0
- package/dist/features/workflow-engine/manifest-updater.js.map +1 -0
- package/dist/features/workflow-engine/manifest.d.ts +239 -0
- package/dist/features/workflow-engine/manifest.d.ts.map +1 -0
- package/dist/features/workflow-engine/manifest.js +821 -0
- package/dist/features/workflow-engine/manifest.js.map +1 -0
- package/dist/features/workflow-engine/metrics.d.ts +37 -0
- package/dist/features/workflow-engine/metrics.d.ts.map +1 -0
- package/dist/features/workflow-engine/metrics.js +178 -0
- package/dist/features/workflow-engine/metrics.js.map +1 -0
- package/dist/features/workflow-engine/operations/index.d.ts +9 -0
- package/dist/features/workflow-engine/operations/index.d.ts.map +1 -0
- package/dist/features/workflow-engine/operations/index.js +8 -0
- package/dist/features/workflow-engine/operations/index.js.map +1 -0
- package/dist/features/workflow-engine/operations/templates.d.ts +54 -0
- package/dist/features/workflow-engine/operations/templates.d.ts.map +1 -0
- package/dist/features/workflow-engine/operations/templates.js +416 -0
- package/dist/features/workflow-engine/operations/templates.js.map +1 -0
- package/dist/features/workflow-engine/overconfidence-guard.d.ts +25 -0
- package/dist/features/workflow-engine/overconfidence-guard.d.ts.map +1 -0
- package/dist/features/workflow-engine/overconfidence-guard.js +76 -0
- package/dist/features/workflow-engine/overconfidence-guard.js.map +1 -0
- package/dist/features/workflow-engine/phase-types.d.ts +306 -0
- package/dist/features/workflow-engine/phase-types.d.ts.map +1 -0
- package/dist/features/workflow-engine/phase-types.js +24 -0
- package/dist/features/workflow-engine/phase-types.js.map +1 -0
- package/dist/features/workflow-engine/prfaq-generator.d.ts +18 -0
- package/dist/features/workflow-engine/prfaq-generator.d.ts.map +1 -0
- package/dist/features/workflow-engine/prfaq-generator.js +128 -0
- package/dist/features/workflow-engine/prfaq-generator.js.map +1 -0
- package/dist/features/workflow-engine/question-manager.d.ts +32 -0
- package/dist/features/workflow-engine/question-manager.d.ts.map +1 -0
- package/dist/features/workflow-engine/question-manager.js +259 -0
- package/dist/features/workflow-engine/question-manager.js.map +1 -0
- package/dist/features/workflow-engine/rejection-dispatcher.d.ts +33 -0
- package/dist/features/workflow-engine/rejection-dispatcher.d.ts.map +1 -0
- package/dist/features/workflow-engine/rejection-dispatcher.js +87 -0
- package/dist/features/workflow-engine/rejection-dispatcher.js.map +1 -0
- package/dist/features/workflow-engine/requirements.d.ts +75 -0
- package/dist/features/workflow-engine/requirements.d.ts.map +1 -0
- package/dist/features/workflow-engine/requirements.js +365 -0
- package/dist/features/workflow-engine/requirements.js.map +1 -0
- package/dist/features/workflow-engine/resume-detector.d.ts +38 -0
- package/dist/features/workflow-engine/resume-detector.d.ts.map +1 -0
- package/dist/features/workflow-engine/resume-detector.js +58 -0
- package/dist/features/workflow-engine/resume-detector.js.map +1 -0
- package/dist/features/workflow-engine/retro.d.ts +61 -0
- package/dist/features/workflow-engine/retro.d.ts.map +1 -0
- package/dist/features/workflow-engine/retro.js +273 -0
- package/dist/features/workflow-engine/retro.js.map +1 -0
- package/dist/features/workflow-engine/risk-management.d.ts +107 -0
- package/dist/features/workflow-engine/risk-management.d.ts.map +1 -0
- package/dist/features/workflow-engine/risk-management.js +406 -0
- package/dist/features/workflow-engine/risk-management.js.map +1 -0
- package/dist/features/workflow-engine/state-file.d.ts +5 -0
- package/dist/features/workflow-engine/state-file.d.ts.map +1 -0
- package/dist/features/workflow-engine/state-file.js +210 -0
- package/dist/features/workflow-engine/state-file.js.map +1 -0
- package/dist/features/workflow-engine/status-reporter.d.ts +82 -0
- package/dist/features/workflow-engine/status-reporter.d.ts.map +1 -0
- package/dist/features/workflow-engine/status-reporter.js +369 -0
- package/dist/features/workflow-engine/status-reporter.js.map +1 -0
- package/dist/features/workflow-engine/summit/index.d.ts +9 -0
- package/dist/features/workflow-engine/summit/index.d.ts.map +1 -0
- package/dist/features/workflow-engine/summit/index.js +8 -0
- package/dist/features/workflow-engine/summit/index.js.map +1 -0
- package/dist/features/workflow-engine/summit/templates.d.ts +56 -0
- package/dist/features/workflow-engine/summit/templates.d.ts.map +1 -0
- package/dist/features/workflow-engine/summit/templates.js +416 -0
- package/dist/features/workflow-engine/summit/templates.js.map +1 -0
- package/dist/features/workflow-engine/trust.d.ts +76 -0
- package/dist/features/workflow-engine/trust.d.ts.map +1 -0
- package/dist/features/workflow-engine/trust.js +235 -0
- package/dist/features/workflow-engine/trust.js.map +1 -0
- package/dist/features/workflow-engine/types.d.ts +23 -48
- package/dist/features/workflow-engine/types.d.ts.map +1 -1
- package/dist/features/workflow-engine/types.js +2 -2
- package/dist/features/workflow-engine/validation-report.d.ts +102 -0
- package/dist/features/workflow-engine/validation-report.d.ts.map +1 -0
- package/dist/features/workflow-engine/validation-report.js +124 -0
- package/dist/features/workflow-engine/validation-report.js.map +1 -0
- package/dist/features/workflow-engine/validation.d.ts +15 -103
- package/dist/features/workflow-engine/validation.d.ts.map +1 -1
- package/dist/features/workflow-engine/validation.js +138 -581
- package/dist/features/workflow-engine/validation.js.map +1 -1
- package/dist/features/workflow-engine/workflow-bridge.d.ts +104 -0
- package/dist/features/workflow-engine/workflow-bridge.d.ts.map +1 -0
- package/dist/features/workflow-engine/workflow-bridge.js +446 -0
- package/dist/features/workflow-engine/workflow-bridge.js.map +1 -0
- package/dist/features/workflow-engine/workflow-changes.d.ts +34 -0
- package/dist/features/workflow-engine/workflow-changes.d.ts.map +1 -0
- package/dist/features/workflow-engine/workflow-changes.js +186 -0
- package/dist/features/workflow-engine/workflow-changes.js.map +1 -0
- package/dist/features/workflow-engine/workflow-routing.d.ts +19 -0
- package/dist/features/workflow-engine/workflow-routing.d.ts.map +1 -0
- package/dist/features/workflow-engine/workflow-routing.js +442 -0
- package/dist/features/workflow-engine/workflow-routing.js.map +1 -0
- package/dist/hooks/ascent-verifier/index.d.ts.map +1 -1
- package/dist/hooks/ascent-verifier/index.js +3 -3
- package/dist/hooks/ascent-verifier/index.js.map +1 -1
- package/dist/hooks/constants.d.ts +44 -0
- package/dist/hooks/constants.d.ts.map +1 -0
- package/dist/hooks/constants.js +57 -0
- package/dist/hooks/constants.js.map +1 -0
- package/dist/hooks/entry.d.ts.map +1 -1
- package/dist/hooks/entry.js +18 -1
- package/dist/hooks/entry.js.map +1 -1
- package/dist/hooks/olympus-hooks.cjs +1303 -651
- package/dist/hooks/persistent-mode/index.d.ts.map +1 -1
- package/dist/hooks/persistent-mode/index.js +92 -1
- package/dist/hooks/persistent-mode/index.js.map +1 -1
- package/dist/hooks/registrations/agent-role-guard.d.ts +24 -0
- package/dist/hooks/registrations/agent-role-guard.d.ts.map +1 -0
- package/dist/hooks/registrations/agent-role-guard.js +81 -0
- package/dist/hooks/registrations/agent-role-guard.js.map +1 -0
- package/dist/hooks/registrations/agent-tracking.d.ts.map +1 -1
- package/dist/hooks/registrations/agent-tracking.js +202 -0
- package/dist/hooks/registrations/agent-tracking.js.map +1 -1
- package/dist/hooks/registrations/build-check.d.ts +37 -0
- package/dist/hooks/registrations/build-check.d.ts.map +1 -0
- package/dist/hooks/registrations/build-check.js +281 -0
- package/dist/hooks/registrations/build-check.js.map +1 -0
- package/dist/hooks/registrations/ci-review-pipeline.d.ts +5 -0
- package/dist/hooks/registrations/ci-review-pipeline.d.ts.map +1 -0
- package/dist/hooks/registrations/ci-review-pipeline.js +117 -0
- package/dist/hooks/registrations/ci-review-pipeline.js.map +1 -0
- package/dist/hooks/registrations/index.d.ts +9 -1
- package/dist/hooks/registrations/index.d.ts.map +1 -1
- package/dist/hooks/registrations/index.js +17 -1
- package/dist/hooks/registrations/index.js.map +1 -1
- package/dist/hooks/registrations/learning-aggregation.d.ts +26 -0
- package/dist/hooks/registrations/learning-aggregation.d.ts.map +1 -0
- package/dist/hooks/registrations/learning-aggregation.js +134 -0
- package/dist/hooks/registrations/learning-aggregation.js.map +1 -0
- package/dist/hooks/registrations/learning-capture.d.ts.map +1 -1
- package/dist/hooks/registrations/learning-capture.js +8 -27
- package/dist/hooks/registrations/learning-capture.js.map +1 -1
- package/dist/hooks/registrations/plan-lifecycle.d.ts.map +1 -1
- package/dist/hooks/registrations/plan-lifecycle.js +140 -5
- package/dist/hooks/registrations/plan-lifecycle.js.map +1 -1
- package/dist/hooks/registrations/quality-gate.d.ts +28 -0
- package/dist/hooks/registrations/quality-gate.d.ts.map +1 -0
- package/dist/hooks/registrations/quality-gate.js +1260 -0
- package/dist/hooks/registrations/quality-gate.js.map +1 -0
- package/dist/hooks/registrations/session-start.d.ts.map +1 -1
- package/dist/hooks/registrations/session-start.js +91 -5
- package/dist/hooks/registrations/session-start.js.map +1 -1
- package/dist/hooks/registrations/user-prompt-submit.d.ts.map +1 -1
- package/dist/hooks/registrations/user-prompt-submit.js +61 -10
- package/dist/hooks/registrations/user-prompt-submit.js.map +1 -1
- package/dist/hooks/registrations/workflow-artifact-gate.d.ts +25 -0
- package/dist/hooks/registrations/workflow-artifact-gate.d.ts.map +1 -0
- package/dist/hooks/registrations/workflow-artifact-gate.js +257 -0
- package/dist/hooks/registrations/workflow-artifact-gate.js.map +1 -0
- package/dist/hooks/registrations/workflow-status.d.ts +9 -0
- package/dist/hooks/registrations/workflow-status.d.ts.map +1 -0
- package/dist/hooks/registrations/workflow-status.js +82 -0
- package/dist/hooks/registrations/workflow-status.js.map +1 -0
- package/dist/hooks/registrations/workflow-transition.d.ts +19 -0
- package/dist/hooks/registrations/workflow-transition.d.ts.map +1 -0
- package/dist/hooks/registrations/workflow-transition.js +134 -0
- package/dist/hooks/registrations/workflow-transition.js.map +1 -0
- package/dist/hooks/router.d.ts.map +1 -1
- package/dist/hooks/router.js +2 -3
- package/dist/hooks/router.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/installer/index.d.ts +6 -26
- package/dist/installer/index.d.ts.map +1 -1
- package/dist/installer/index.js +398 -3135
- package/dist/installer/index.js.map +1 -1
- package/dist/installer/rule-content.d.ts +14 -0
- package/dist/installer/rule-content.d.ts.map +1 -0
- package/dist/installer/rule-content.js +4719 -0
- package/dist/installer/rule-content.js.map +1 -0
- package/dist/learning/discovery-detector.d.ts +20 -0
- package/dist/learning/discovery-detector.d.ts.map +1 -1
- package/dist/learning/discovery-detector.js +145 -6
- package/dist/learning/discovery-detector.js.map +1 -1
- package/dist/learning/discovery.d.ts.map +1 -1
- package/dist/learning/discovery.js +2 -0
- package/dist/learning/discovery.js.map +1 -1
- package/dist/learning/efficiency.d.ts +30 -0
- package/dist/learning/efficiency.d.ts.map +1 -1
- package/dist/learning/efficiency.js +38 -0
- package/dist/learning/efficiency.js.map +1 -1
- package/dist/learning/hooks/learned-context.d.ts.map +1 -1
- package/dist/learning/hooks/learned-context.js +11 -1
- package/dist/learning/hooks/learned-context.js.map +1 -1
- package/dist/learning/hooks/revision-detector.js +3 -3
- package/dist/learning/hooks/revision-detector.js.map +1 -1
- package/dist/learning/hooks/success-detector.d.ts.map +1 -1
- package/dist/learning/hooks/success-detector.js +5 -6
- package/dist/learning/hooks/success-detector.js.map +1 -1
- package/dist/learning/plan-tracker.d.ts.map +1 -1
- package/dist/learning/plan-tracker.js +15 -10
- package/dist/learning/plan-tracker.js.map +1 -1
- package/dist/learning/preference-learner.d.ts.map +1 -1
- package/dist/learning/preference-learner.js +16 -0
- package/dist/learning/preference-learner.js.map +1 -1
- package/dist/learning/project-patterns.d.ts +5 -0
- package/dist/learning/project-patterns.d.ts.map +1 -0
- package/dist/learning/project-patterns.js +99 -0
- package/dist/learning/project-patterns.js.map +1 -0
- package/dist/learning/storage.d.ts +0 -4
- package/dist/learning/storage.d.ts.map +1 -1
- package/dist/learning/storage.js +47 -7
- package/dist/learning/storage.js.map +1 -1
- package/dist/learning/types.d.ts +3 -1
- package/dist/learning/types.d.ts.map +1 -1
- package/dist/learning/types.js.map +1 -1
- package/dist/shared/types.d.ts +33 -0
- package/dist/shared/types.d.ts.map +1 -1
- package/package.json +3 -1
- package/resources/agents/document-writer.md +152 -0
- package/resources/agents/explore-medium.md +25 -0
- package/resources/agents/explore.md +86 -0
- package/resources/agents/frontend-engineer-high.md +17 -0
- package/resources/agents/frontend-engineer-low.md +17 -0
- package/resources/agents/frontend-engineer.md +80 -0
- package/resources/agents/librarian-low.md +22 -0
- package/resources/agents/librarian.md +70 -0
- package/resources/agents/metis.md +85 -0
- package/resources/agents/momus.md +97 -0
- package/resources/agents/multimodal-looker.md +39 -0
- package/resources/agents/olympian-high.md +38 -0
- package/resources/agents/olympian-low.md +27 -0
- package/resources/agents/olympian.md +84 -0
- package/resources/agents/oracle-low.md +23 -0
- package/resources/agents/oracle-medium.md +28 -0
- package/resources/agents/oracle.md +77 -0
- package/resources/agents/prometheus.md +125 -0
- package/resources/agents/qa-tester.md +220 -0
- package/resources/claude-md.md +325 -0
- package/resources/rules/common/ascii-diagram-standards.md +115 -0
- package/resources/rules/common/content-validation.md +107 -0
- package/resources/rules/common/depth-levels.md +73 -0
- package/resources/rules/common/error-handling.md +430 -0
- package/resources/rules/common/overconfidence-prevention.md +100 -0
- package/resources/rules/common/process-overview.md +141 -0
- package/resources/rules/common/question-format-guide.md +375 -0
- package/resources/rules/common/session-continuity.md +47 -0
- package/resources/rules/common/terminology.md +189 -0
- package/resources/rules/common/welcome-message.md +109 -0
- package/resources/rules/common/workflow-changes.md +285 -0
- package/resources/rules/construction/build-and-test.md +381 -0
- package/resources/rules/construction/code-generation.md +257 -0
- package/resources/rules/construction/functional-design.md +136 -0
- package/resources/rules/construction/infrastructure-design.md +111 -0
- package/resources/rules/construction/nfr-design.md +107 -0
- package/resources/rules/construction/nfr-requirements.md +119 -0
- package/resources/rules/core-workflow.md +566 -0
- package/resources/rules/inception/application-design.md +179 -0
- package/resources/rules/inception/requirements-analysis.md +215 -0
- package/resources/rules/inception/reverse-engineering.md +336 -0
- package/resources/rules/inception/units-generation.md +204 -0
- package/resources/rules/inception/user-stories.md +344 -0
- package/resources/rules/inception/workflow-planning.md +487 -0
- package/resources/rules/inception/workspace-detection.md +93 -0
- package/resources/rules/operations/operations.md +19 -0
- package/resources/skills/analyze/SKILL.md +14 -0
- package/resources/skills/ascent/SKILL.md +268 -0
- package/resources/skills/cancel-ascent/SKILL.md +10 -0
- package/resources/skills/complete-plan/SKILL.md +102 -0
- package/resources/skills/continue/SKILL.md +240 -0
- package/resources/skills/deepinit/SKILL.md +114 -0
- package/resources/skills/deepsearch/SKILL.md +15 -0
- package/resources/skills/doctor/SKILL.md +178 -0
- package/resources/skills/olympus/SKILL.md +162 -0
- package/resources/skills/olympus-default/SKILL.md +26 -0
- package/resources/skills/plan/SKILL.md +1270 -0
- package/resources/skills/prometheus/SKILL.md +38 -0
- package/resources/skills/retro/SKILL.md +53 -0
- package/resources/skills/review/SKILL.md +72 -0
- package/resources/skills/smoke-test/SKILL.md +33 -0
- package/resources/skills/ultrawork/SKILL.md +150 -0
- package/resources/skills/update/SKILL.md +42 -0
- package/resources/skills/workflow-status/SKILL.md +9 -0
- package/resources/skills/workflow-test/SKILL.md +49 -0
- package/scripts/extract-content.mjs +260 -0
package/README.md
CHANGED
|
@@ -29,6 +29,7 @@ Olympus is a multi-agent orchestration system for [Claude Code](https://docs.ant
|
|
|
29
29
|
- 🎯 **Continuation Enforcement** - Never stops until all tasks are complete
|
|
30
30
|
- 💬 **18+ Slash Commands** - `/ultrawork`, `/plan`, `/ascent`, `/idea`, `/prd`, `/spec`, `/intents`, and more
|
|
31
31
|
- 🔮 **Structured Workflows** - IDEA → PRD → SPEC → INTENTS pipeline for complex features
|
|
32
|
+
- 🌐 **Language Agnostic** - Works with any tech stack: Python, .NET, Go, Rust, Java, and more
|
|
32
33
|
- 🔮 **Magic Keywords** - Natural language triggers for enhanced modes
|
|
33
34
|
|
|
34
35
|
---
|
|
@@ -67,6 +68,7 @@ Olympus transforms Claude Code from a single agent into a **pantheon of speciali
|
|
|
67
68
|
### 🔧 Developer Experience
|
|
68
69
|
|
|
69
70
|
- **Zero Configuration** - Works out-of-the-box with sensible defaults
|
|
71
|
+
- **Works Everywhere** - Not tied to any language or framework — orchestrates across .NET, Python, Go, Rust, Java, and any codebase
|
|
70
72
|
- **Slash Commands** - 13+ productivity commands (`/ultrawork`, `/plan`, `/ascent`)
|
|
71
73
|
- **Magic Keywords** - Natural language triggers for enhanced modes
|
|
72
74
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"definitions.d.ts","sourceRoot":"","sources":["../../src/agents/definitions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"definitions.d.ts","sourceRoot":"","sources":["../../src/agents/definitions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAGjE;;;;GAIG;AACH,eAAO,MAAM,WAAW,EAAE,WA+GzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,WAqE5B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,WAoE1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,WA8FnC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,WAsNjC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,WAqCnC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,WAuGxB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,WAmFxB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,WA+EtC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,WA2FhC,CAAC;AAUF;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,WA0B/B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,WAqB5B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,WAqCpC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,WAsBnC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,WAoB/B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,WAuBhC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,WAiBtC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,WAiBvC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,WA2H7B,CAAC;AAEF;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE;IAC7G,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,CAAC,CAuCD;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,mBAAmB,i9IAuFkC,CAAC"}
|
|
@@ -15,10 +15,6 @@
|
|
|
15
15
|
* - Clear use cases and anti-patterns
|
|
16
16
|
*/
|
|
17
17
|
import { qaTesterAgent } from './qa-tester.js';
|
|
18
|
-
import { ideaIntakeAgent } from './idea-intake.js';
|
|
19
|
-
import { prdWriterAgent } from './prd-writer.js';
|
|
20
|
-
import { specWriterAgent } from './spec-writer.js';
|
|
21
|
-
import { intentGeneratorAgent } from './intent-generator.js';
|
|
22
18
|
/**
|
|
23
19
|
* Oracle Agent - Architecture and Debugging Expert
|
|
24
20
|
* Named after the prophetic Oracle of Delphi who could see patterns
|
|
@@ -1381,10 +1377,6 @@ export function getAgentDefinitions(overrides) {
|
|
|
1381
1377
|
'olympian': olympusJuniorAgent,
|
|
1382
1378
|
prometheus: prometheusAgent,
|
|
1383
1379
|
'qa-tester': qaTesterAgent,
|
|
1384
|
-
'idea-intake': ideaIntakeAgent,
|
|
1385
|
-
'prd-writer': prdWriterAgent,
|
|
1386
|
-
'spec-writer': specWriterAgent,
|
|
1387
|
-
'intent-generator': intentGeneratorAgent,
|
|
1388
1380
|
// Tiered variants for smart model routing
|
|
1389
1381
|
'oracle-medium': oracleMediumAgent,
|
|
1390
1382
|
'oracle-low': oracleLowAgent,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"definitions.js","sourceRoot":"","sources":["../../src/agents/definitions.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAGH,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"definitions.js","sourceRoot":"","sources":["../../src/agents/definitions.ts"],"names":[],"mappings":"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"}
|
package/dist/agents/index.d.ts
CHANGED
|
@@ -17,9 +17,5 @@ export { momusAgent, MOMUS_PROMPT_METADATA } from './momus.js';
|
|
|
17
17
|
export { metisAgent, METIS_PROMPT_METADATA } from './metis.js';
|
|
18
18
|
export { prometheusAgent, PROMETHEUS_PROMPT_METADATA } from './prometheus.js';
|
|
19
19
|
export { qaTesterAgent, QA_TESTER_PROMPT_METADATA } from './qa-tester.js';
|
|
20
|
-
export { ideaIntakeAgent, IDEA_INTAKE_PROMPT_METADATA } from './idea-intake.js';
|
|
21
|
-
export { prdWriterAgent, PRD_WRITER_PROMPT_METADATA } from './prd-writer.js';
|
|
22
|
-
export { specWriterAgent, SPEC_WRITER_PROMPT_METADATA } from './spec-writer.js';
|
|
23
|
-
export { intentGeneratorAgent, INTENT_GENERATOR_PROMPT_METADATA } from './intent-generator.js';
|
|
24
20
|
export { getAgentDefinitions, olympusSystemPrompt } from './definitions.js';
|
|
25
21
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/agents/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,cAAc,YAAY,CAAC;AAG3B,OAAO,EACL,2BAA2B,EAC3B,gBAAgB,EAChB,oBAAoB,EACpB,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EAClB,uBAAuB,EACvB,mBAAmB,EACnB,SAAS,EACV,MAAM,YAAY,CAAC;AAGpB,OAAO,EAAE,WAAW,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAC3E,OAAO,EAAE,kBAAkB,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAE,qBAAqB,EAAE,iCAAiC,EAAE,MAAM,wBAAwB,CAAC;AAClG,OAAO,EAAE,mBAAmB,EAAE,+BAA+B,EAAE,MAAM,sBAAsB,CAAC;AAC5F,OAAO,EAAE,qBAAqB,EAAE,iCAAiC,EAAE,MAAM,wBAAwB,CAAC;AAClG,OAAO,EAAE,UAAU,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAG/D,OAAO,EAAE,eAAe,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EAAE,aAAa,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/agents/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,cAAc,YAAY,CAAC;AAG3B,OAAO,EACL,2BAA2B,EAC3B,gBAAgB,EAChB,oBAAoB,EACpB,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EAClB,uBAAuB,EACvB,mBAAmB,EACnB,SAAS,EACV,MAAM,YAAY,CAAC;AAGpB,OAAO,EAAE,WAAW,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAC3E,OAAO,EAAE,kBAAkB,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAE,qBAAqB,EAAE,iCAAiC,EAAE,MAAM,wBAAwB,CAAC;AAClG,OAAO,EAAE,mBAAmB,EAAE,+BAA+B,EAAE,MAAM,sBAAsB,CAAC;AAC5F,OAAO,EAAE,qBAAqB,EAAE,iCAAiC,EAAE,MAAM,wBAAwB,CAAC;AAClG,OAAO,EAAE,UAAU,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAG/D,OAAO,EAAE,eAAe,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EAAE,aAAa,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAG1E,OAAO,EACL,mBAAmB,EACnB,mBAAmB,EACpB,MAAM,kBAAkB,CAAC"}
|
package/dist/agents/index.js
CHANGED
|
@@ -22,10 +22,6 @@ export { metisAgent, METIS_PROMPT_METADATA } from './metis.js';
|
|
|
22
22
|
// export { orchestratorOlympusAgent, ORCHESTRATOR_OLYMPUS_PROMPT_METADATA } from './orchestrator-olympus.js';
|
|
23
23
|
export { prometheusAgent, PROMETHEUS_PROMPT_METADATA } from './prometheus.js';
|
|
24
24
|
export { qaTesterAgent, QA_TESTER_PROMPT_METADATA } from './qa-tester.js';
|
|
25
|
-
export { ideaIntakeAgent, IDEA_INTAKE_PROMPT_METADATA } from './idea-intake.js';
|
|
26
|
-
export { prdWriterAgent, PRD_WRITER_PROMPT_METADATA } from './prd-writer.js';
|
|
27
|
-
export { specWriterAgent, SPEC_WRITER_PROMPT_METADATA } from './spec-writer.js';
|
|
28
|
-
export { intentGeneratorAgent, INTENT_GENERATOR_PROMPT_METADATA } from './intent-generator.js';
|
|
29
25
|
// Legacy exports (backward compatibility - getAgentDefinitions and olympusSystemPrompt)
|
|
30
26
|
export { getAgentDefinitions, olympusSystemPrompt } from './definitions.js';
|
|
31
27
|
//# sourceMappingURL=index.js.map
|
package/dist/agents/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/agents/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,QAAQ;AACR,cAAc,YAAY,CAAC;AAE3B,YAAY;AACZ,OAAO,EACL,2BAA2B,EAC3B,gBAAgB,EAChB,oBAAoB,EACpB,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EAClB,uBAAuB,EACvB,mBAAmB,EACnB,SAAS,EACV,MAAM,YAAY,CAAC;AAEpB,mDAAmD;AACnD,OAAO,EAAE,WAAW,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAC3E,OAAO,EAAE,kBAAkB,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAE,qBAAqB,EAAE,iCAAiC,EAAE,MAAM,wBAAwB,CAAC;AAClG,OAAO,EAAE,mBAAmB,EAAE,+BAA+B,EAAE,MAAM,sBAAsB,CAAC;AAC5F,OAAO,EAAE,qBAAqB,EAAE,iCAAiC,EAAE,MAAM,wBAAwB,CAAC;AAClG,OAAO,EAAE,UAAU,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAC/D,8DAA8D;AAC9D,8GAA8G;AAC9G,OAAO,EAAE,eAAe,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EAAE,aAAa,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/agents/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,QAAQ;AACR,cAAc,YAAY,CAAC;AAE3B,YAAY;AACZ,OAAO,EACL,2BAA2B,EAC3B,gBAAgB,EAChB,oBAAoB,EACpB,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EAClB,uBAAuB,EACvB,mBAAmB,EACnB,SAAS,EACV,MAAM,YAAY,CAAC;AAEpB,mDAAmD;AACnD,OAAO,EAAE,WAAW,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAC3E,OAAO,EAAE,kBAAkB,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAE,qBAAqB,EAAE,iCAAiC,EAAE,MAAM,wBAAwB,CAAC;AAClG,OAAO,EAAE,mBAAmB,EAAE,+BAA+B,EAAE,MAAM,sBAAsB,CAAC;AAC5F,OAAO,EAAE,qBAAqB,EAAE,iCAAiC,EAAE,MAAM,wBAAwB,CAAC;AAClG,OAAO,EAAE,UAAU,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAC/D,8DAA8D;AAC9D,8GAA8G;AAC9G,OAAO,EAAE,eAAe,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAC9E,OAAO,EAAE,aAAa,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAE1E,wFAAwF;AACxF,OAAO,EACL,mBAAmB,EACnB,mBAAmB,EACpB,MAAM,kBAAkB,CAAC"}
|
|
@@ -175,7 +175,7 @@ Include:
|
|
|
175
175
|
| **Interview Mode** | Default state | Consult, research, discuss. NO plan generation. |
|
|
176
176
|
| **Pre-Generation** | "Make it into a work plan" | Summon Metis → Ask final questions |
|
|
177
177
|
| **Plan Generation** | After pre-generation complete | Generate plan, optionally loop through Momus |
|
|
178
|
-
| **Workflow Offer** | Plan saved | Offer
|
|
178
|
+
| **Workflow Offer** | Plan saved | Offer to start \`/plan\` inception pipeline or traditional handoff |
|
|
179
179
|
| **Handoff** | User choice | Start workflow engine OR tell user to run \`/start-work\` |
|
|
180
180
|
|
|
181
181
|
## Key Principles
|
|
@@ -203,9 +203,9 @@ Would you like me to generate structured artifacts for this plan?
|
|
|
203
203
|
|
|
204
204
|
**Option 1: Yes - Full Workflow**
|
|
205
205
|
I'll run you through the complete structured workflow:
|
|
206
|
-
-
|
|
207
|
-
- Each stage generates
|
|
208
|
-
-
|
|
206
|
+
- 7-stage inception pipeline (workspace detection → requirements → user stories → workflow planning → application design → units generation)
|
|
207
|
+
- Each stage generates structured artifacts with REVIEW REQUIRED gates
|
|
208
|
+
- Q&A file-based interaction with [Answer]: tags
|
|
209
209
|
- Checkpoint-based (can pause/resume)
|
|
210
210
|
- All context from our interview will be preserved
|
|
211
211
|
|
|
@@ -238,11 +238,11 @@ When user confirms they want structured artifacts:
|
|
|
238
238
|
\`\`\`
|
|
239
239
|
Starting structured workflow with interview context...
|
|
240
240
|
|
|
241
|
-
|
|
242
|
-
[
|
|
241
|
+
Starting inception pipeline...
|
|
242
|
+
[7-stage progress will be displayed as stages execute]
|
|
243
243
|
|
|
244
|
-
Your progress is checkpointed at:
|
|
245
|
-
Resume anytime with: \`
|
|
244
|
+
Your progress is checkpointed at: \`aidlc-docs/{workflow-id}/checkpoint.json\`
|
|
245
|
+
Resume anytime with: \`/continue\` (auto-detects and resumes active workflow)
|
|
246
246
|
\`\`\`
|
|
247
247
|
|
|
248
248
|
## If User Says "No" - Traditional Handoff
|
|
@@ -270,7 +270,7 @@ When starting the workflow, ensure these are passed from the interview:
|
|
|
270
270
|
| Requirements | \`resume_context.requirements\` |
|
|
271
271
|
| Master plan path | \`resume_context.master_plan\` |
|
|
272
272
|
|
|
273
|
-
This ensures the
|
|
273
|
+
This ensures the inception pipeline has full context without re-interviewing the user.
|
|
274
274
|
|
|
275
275
|
## Important Notes
|
|
276
276
|
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AIDLC Alignment Engine
|
|
3
|
+
*
|
|
4
|
+
* Verification & Validation (V&V) for phase transitions in the AI-Driven Development
|
|
5
|
+
* Life Cycle (AIDLC) workflow engine.
|
|
6
|
+
*
|
|
7
|
+
* Verification: Confirms target artifact conforms to source artifact requirements.
|
|
8
|
+
* Validation: Confirms target artifact achieves intended purpose and delivers value.
|
|
9
|
+
*
|
|
10
|
+
* Key responsibilities:
|
|
11
|
+
* - Compute verification scores (heuristic text analysis)
|
|
12
|
+
* - Generate validation questions for human/AI review
|
|
13
|
+
* - Run full alignment checks (verification + validation)
|
|
14
|
+
* - Run dual validation (parent + root INTENT checks)
|
|
15
|
+
* - Adaptive thresholds based on trust levels
|
|
16
|
+
* - Record alignment results in manifest
|
|
17
|
+
*/
|
|
18
|
+
import type { AlignmentVerificationResult, AlignmentQuestion, AlignmentCheck } from './phase-types.js';
|
|
19
|
+
/**
|
|
20
|
+
* Supported transition types between AIDLC phases.
|
|
21
|
+
*/
|
|
22
|
+
export type TransitionType = 'intent-to-unit' | 'unit-to-bolt';
|
|
23
|
+
/**
|
|
24
|
+
* Root validation types for checking alignment back to the original INTENT.
|
|
25
|
+
*/
|
|
26
|
+
export type RootValidationType = 'unit-to-intent' | 'bolt-to-intent';
|
|
27
|
+
/**
|
|
28
|
+
* Computes verification score for alignment between source and target artifacts.
|
|
29
|
+
* Uses heuristic text analysis to check if target content references source requirements.
|
|
30
|
+
*
|
|
31
|
+
* @param sourceContent - Full content of source artifact
|
|
32
|
+
* @param targetContent - Full content of target artifact
|
|
33
|
+
* @param transition - Transition type or root validation type (determines extraction strategy)
|
|
34
|
+
* @returns Verification result with conformance score, coverage, and missing items
|
|
35
|
+
*/
|
|
36
|
+
export declare function computeVerification(sourceContent: string, targetContent: string, transition: TransitionType | RootValidationType): AlignmentVerificationResult;
|
|
37
|
+
/**
|
|
38
|
+
* Generates validation questions for a specific transition type or root validation type.
|
|
39
|
+
* Questions start unanswered (answer: null, passed: null).
|
|
40
|
+
*
|
|
41
|
+
* @param transition - Transition type or root validation type
|
|
42
|
+
* @returns Array of unanswered validation questions
|
|
43
|
+
*/
|
|
44
|
+
export declare function generateValidationQuestions(transition: TransitionType | RootValidationType): AlignmentQuestion[];
|
|
45
|
+
/**
|
|
46
|
+
* Runs a full alignment check (verification + validation) between source and target artifacts.
|
|
47
|
+
* Verification uses heuristic analysis. Validation starts with unanswered questions.
|
|
48
|
+
*
|
|
49
|
+
* @param sourceContent - Full content of source artifact
|
|
50
|
+
* @param targetContent - Full content of target artifact
|
|
51
|
+
* @param sourceId - Source artifact ID
|
|
52
|
+
* @param targetId - Target artifact ID
|
|
53
|
+
* @param transition - Transition type or root validation type
|
|
54
|
+
* @returns Complete alignment check with verification, validation, and pass/fail status
|
|
55
|
+
*/
|
|
56
|
+
export declare function runAlignmentCheck(sourceContent: string, targetContent: string, sourceId: string, targetId: string, transition: TransitionType | RootValidationType): AlignmentCheck;
|
|
57
|
+
/**
|
|
58
|
+
* Runs dual validation: parent check + root INTENT check.
|
|
59
|
+
* This ensures the artifact is aligned with both its immediate parent and the original INTENT.
|
|
60
|
+
*
|
|
61
|
+
* @param artifactContent - Full content of the artifact to validate
|
|
62
|
+
* @param parentContent - Full content of the parent artifact
|
|
63
|
+
* @param rootIntentContent - Full content of the root INTENT artifact
|
|
64
|
+
* @param transition - Parent transition type
|
|
65
|
+
* @param rootTransition - Root validation type
|
|
66
|
+
* @param sourceId - Parent artifact ID
|
|
67
|
+
* @param targetId - Target artifact ID
|
|
68
|
+
* @param rootId - Root INTENT artifact ID
|
|
69
|
+
* @returns Combined result with both parent and root checks, and overall pass status
|
|
70
|
+
*/
|
|
71
|
+
export declare function runDualValidation(artifactContent: string, parentContent: string, rootIntentContent: string, transition: TransitionType, rootTransition: RootValidationType, sourceId: string, targetId: string, rootId: string): {
|
|
72
|
+
parentCheck: AlignmentCheck;
|
|
73
|
+
rootCheck: AlignmentCheck;
|
|
74
|
+
passed: boolean;
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Calculates adaptive threshold based on trust level.
|
|
78
|
+
* Trust 0-1: base threshold
|
|
79
|
+
* Trust 2: base - 10
|
|
80
|
+
* Trust 3: base - 20
|
|
81
|
+
* Minimum: 0
|
|
82
|
+
*
|
|
83
|
+
* @param baseThreshold - Base conformance threshold
|
|
84
|
+
* @param trustLevel - Trust level (0-3)
|
|
85
|
+
* @returns Adjusted threshold
|
|
86
|
+
*/
|
|
87
|
+
export declare function getAdaptiveThreshold(baseThreshold: number, trustLevel: number): number;
|
|
88
|
+
/**
|
|
89
|
+
* Records an alignment check result in the manifest.
|
|
90
|
+
* Appends the check to manifest.alignment_checks and saves.
|
|
91
|
+
*
|
|
92
|
+
* @param manifestPath - Absolute path to manifest.json
|
|
93
|
+
* @param check - Complete alignment check to record
|
|
94
|
+
*/
|
|
95
|
+
export declare function recordAlignmentResult(manifestPath: string, check: AlignmentCheck): void;
|
|
96
|
+
/**
|
|
97
|
+
* Gets the conformance threshold for a specific transition type or root validation type.
|
|
98
|
+
*
|
|
99
|
+
* @param transition - Transition type or root validation type
|
|
100
|
+
* @returns Conformance threshold percentage (0-100)
|
|
101
|
+
*/
|
|
102
|
+
export declare function getConformanceThreshold(transition: TransitionType | RootValidationType): number;
|
|
103
|
+
//# sourceMappingURL=alignment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alignment.d.ts","sourceRoot":"","sources":["../../../src/features/workflow-engine/alignment.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,KAAK,EACV,2BAA2B,EAE3B,iBAAiB,EACjB,cAAc,EACf,MAAM,kBAAkB,CAAC;AAG1B;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,gBAAgB,GAAG,cAAc,CAAC;AAE/D;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,GAAG,gBAAgB,CAAC;AA0LrE;;;;;;;;GAQG;AACH,wBAAgB,mBAAmB,CACjC,aAAa,EAAE,MAAM,EACrB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,cAAc,GAAG,kBAAkB,GAC9C,2BAA2B,CAoD7B;AAED;;;;;;GAMG;AACH,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,cAAc,GAAG,kBAAkB,GAC9C,iBAAiB,EAAE,CAiBrB;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,iBAAiB,CAC/B,aAAa,EAAE,MAAM,EACrB,aAAa,EAAE,MAAM,EACrB,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,cAAc,GAAG,kBAAkB,GAC9C,cAAc,CAyDhB;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,iBAAiB,CAC/B,eAAe,EAAE,MAAM,EACvB,aAAa,EAAE,MAAM,EACrB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,cAAc,EAC1B,cAAc,EAAE,kBAAkB,EAClC,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,MAAM,GACb;IAAE,WAAW,EAAE,cAAc,CAAC;IAAC,SAAS,EAAE,cAAc,CAAC;IAAC,MAAM,EAAE,OAAO,CAAA;CAAE,CAe7E;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,oBAAoB,CAAC,aAAa,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,CAatF;AAED;;;;;;GAMG;AACH,wBAAgB,qBAAqB,CAAC,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,cAAc,GAAG,IAAI,CAavF;AAED;;;;;GAKG;AACH,wBAAgB,uBAAuB,CAAC,UAAU,EAAE,cAAc,GAAG,kBAAkB,GAAG,MAAM,CAE/F"}
|