@su-record/vibe 3.0.0 → 3.2.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.md +2 -2
- package/README.en.md +6 -4
- package/README.md +5 -3
- package/dist/__tests__/wiring-integrity.test.d.ts +2 -0
- package/dist/__tests__/wiring-integrity.test.d.ts.map +1 -0
- package/dist/__tests__/wiring-integrity.test.js +160 -0
- package/dist/__tests__/wiring-integrity.test.js.map +1 -0
- package/dist/cli/commands/info.d.ts.map +1 -1
- package/dist/cli/commands/info.js +2 -1
- package/dist/cli/commands/info.js.map +1 -1
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +4 -2
- package/dist/cli/commands/init.js.map +1 -1
- package/dist/cli/index.js +102 -128
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/postinstall/claude-agents.d.ts.map +1 -1
- package/dist/cli/postinstall/claude-agents.js +0 -5
- package/dist/cli/postinstall/claude-agents.js.map +1 -1
- package/dist/cli/postinstall/constants.d.ts +6 -0
- package/dist/cli/postinstall/constants.d.ts.map +1 -1
- package/dist/cli/postinstall/constants.js +42 -60
- package/dist/cli/postinstall/constants.js.map +1 -1
- package/dist/cli/postinstall/inline-skills.js +2 -2
- package/dist/cli/postinstall/inline-skills.js.map +1 -1
- package/dist/cli/postinstall/main.d.ts.map +1 -1
- package/dist/cli/postinstall/main.js +2 -0
- package/dist/cli/postinstall/main.js.map +1 -1
- package/dist/cli/postinstall.d.ts +6 -1
- package/dist/cli/postinstall.d.ts.map +1 -1
- package/dist/cli/postinstall.js +6 -1
- package/dist/cli/postinstall.js.map +1 -1
- package/dist/cli/setup/GlobalInstaller.d.ts +1 -15
- package/dist/cli/setup/GlobalInstaller.d.ts.map +1 -1
- package/dist/cli/setup/GlobalInstaller.js +16 -115
- package/dist/cli/setup/GlobalInstaller.js.map +1 -1
- package/dist/cli/setup/GlobalInstaller.test.d.ts +2 -0
- package/dist/cli/setup/GlobalInstaller.test.d.ts.map +1 -0
- package/dist/cli/setup/GlobalInstaller.test.js +16 -0
- package/dist/cli/setup/GlobalInstaller.test.js.map +1 -0
- package/dist/cli/setup/ProjectSetup.js +2 -2
- package/dist/cli/setup/ProjectSetup.js.map +1 -1
- package/dist/cli/setup.d.ts +1 -1
- package/dist/cli/setup.d.ts.map +1 -1
- package/dist/cli/setup.js +1 -1
- package/dist/cli/setup.js.map +1 -1
- package/dist/infra/lib/SkillRepository.js +1 -1
- package/dist/infra/lib/evolution/__tests__/integration.test.js +0 -42
- package/dist/infra/lib/evolution/__tests__/integration.test.js.map +1 -1
- package/hooks/scripts/__tests__/.vibe/command-log.txt +3 -78
- package/hooks/scripts/__tests__/clone-behaviors.test.js +97 -1
- package/hooks/scripts/__tests__/clone-merge-responsive.test.js +106 -0
- package/hooks/scripts/__tests__/code-check-memory-write.test.js +81 -0
- package/hooks/scripts/__tests__/step-counter.test.js +21 -0
- package/hooks/scripts/auto-format.js +2 -11
- package/hooks/scripts/auto-test.js +2 -11
- package/hooks/scripts/clone-extract.js +388 -38
- package/hooks/scripts/clone-merge-responsive.js +184 -0
- package/hooks/scripts/clone-spec.js +33 -8
- package/hooks/scripts/clone-validate.js +15 -9
- package/hooks/scripts/code-check.js +27 -55
- package/hooks/scripts/lib/glob.js +32 -0
- package/hooks/scripts/lib/hook-context.js +19 -2
- package/hooks/scripts/post-edit.js +2 -3
- package/hooks/scripts/prompt-dispatcher.js +1 -1
- package/hooks/scripts/scope-guard.js +3 -42
- package/hooks/scripts/sentinel-guard.js +5 -20
- package/hooks/scripts/session-start.js +2 -2
- package/hooks/scripts/step-counter.js +35 -57
- package/package.json +6 -4
- package/skills/clone/SKILL.md +74 -203
- package/skills/clone/references/capture-rules.md +48 -0
- package/skills/clone/references/legal-and-error-recovery.md +40 -0
- package/skills/clone/references/refine-rules.md +61 -0
- package/skills/clone/references/scaffold-phases.md +59 -0
- package/skills/clone/references/setup-and-layout.md +30 -0
- package/skills/docs/SKILL.md +39 -4
- package/skills/docs/references/api-docs-changelog.md +34 -0
- package/skills/docs/references/codemaps-output.md +23 -0
- package/{agents/diagrammer.md → skills/docs/references/diagram-spec.md} +2 -15
- package/skills/exec-plan/SKILL.md +1 -1
- package/skills/exec-plan/templates/plan.md +1 -1
- package/skills/handoff/SKILL.md +3 -3
- package/skills/handoff/templates/handoff.md +1 -1
- package/skills/vibe/SKILL.md +3 -2
- package/skills/vibe.analyze/SKILL.md +12 -249
- package/skills/vibe.analyze/references/output-templates.md +188 -0
- package/skills/vibe.analyze/references/quality-gate.md +93 -0
- package/skills/vibe.clone/SKILL.md +52 -19
- package/skills/vibe.continue/SKILL.md +32 -0
- package/skills/vibe.design/SKILL.md +23 -1
- package/skills/vibe.design/references/ui-preview.md +20 -0
- package/skills/vibe.docs/SKILL.md +4 -2
- package/skills/vibe.figma/SKILL.md +33 -260
- package/skills/vibe.figma/references/branch-phases.md +113 -0
- package/skills/vibe.figma/references/state-schema.md +42 -0
- package/skills/vibe.figma/references/step-algorithms.md +204 -0
- package/skills/vibe.image/SKILL.md +62 -0
- package/skills/vibe.image/references/image-generation-examples.md +39 -0
- package/skills/vibe.reason/SKILL.md +3 -183
- package/skills/vibe.reason/references/output-format-template.md +57 -0
- package/skills/vibe.reason/references/quality-rubrics.md +94 -0
- package/skills/vibe.reason/references/worked-example.md +45 -0
- package/skills/vibe.review/SKILL.md +13 -348
- package/skills/vibe.review/references/boundary-check.md +25 -0
- package/skills/vibe.review/references/output-template.md +74 -0
- package/skills/vibe.review/references/quality-gate.md +84 -0
- package/skills/vibe.review/references/race-mode.md +117 -0
- package/skills/vibe.review/references/worked-examples.md +94 -0
- package/vibe/templates/claudemd-template.md +1 -1
- package/agents/acceptance-tester.md +0 -56
- package/agents/documenter.md +0 -43
- package/agents/figma/figma-engineer.md +0 -76
- package/dist/cli/llm/gemini-commands.d.ts +0 -25
- package/dist/cli/llm/gemini-commands.d.ts.map +0 -1
- package/dist/cli/llm/gemini-commands.js +0 -143
- package/dist/cli/llm/gemini-commands.js.map +0 -1
- package/dist/cli/postinstall/codex-agents.d.ts +0 -24
- package/dist/cli/postinstall/codex-agents.d.ts.map +0 -1
- package/dist/cli/postinstall/codex-agents.js +0 -114
- package/dist/cli/postinstall/codex-agents.js.map +0 -1
- package/dist/cli/postinstall/codex-instruction.d.ts +0 -10
- package/dist/cli/postinstall/codex-instruction.d.ts.map +0 -1
- package/dist/cli/postinstall/codex-instruction.js +0 -56
- package/dist/cli/postinstall/codex-instruction.js.map +0 -1
- package/dist/cli/postinstall/gemini-agents.d.ts +0 -12
- package/dist/cli/postinstall/gemini-agents.d.ts.map +0 -1
- package/dist/cli/postinstall/gemini-agents.js +0 -80
- package/dist/cli/postinstall/gemini-agents.js.map +0 -1
- package/dist/cli/postinstall/gemini-instruction.d.ts +0 -10
- package/dist/cli/postinstall/gemini-instruction.d.ts.map +0 -1
- package/dist/cli/postinstall/gemini-instruction.js +0 -59
- package/dist/cli/postinstall/gemini-instruction.js.map +0 -1
- package/dist/cli/postinstall/index.d.ts +0 -23
- package/dist/cli/postinstall/index.d.ts.map +0 -1
- package/dist/cli/postinstall/index.js +0 -23
- package/dist/cli/postinstall/index.js.map +0 -1
- package/dist/cli/setup/index.d.ts +0 -9
- package/dist/cli/setup/index.d.ts.map +0 -1
- package/dist/cli/setup/index.js +0 -12
- package/dist/cli/setup/index.js.map +0 -1
- package/dist/infra/lib/ContextCompressor.d.ts +0 -104
- package/dist/infra/lib/ContextCompressor.d.ts.map +0 -1
- package/dist/infra/lib/ContextCompressor.js +0 -297
- package/dist/infra/lib/ContextCompressor.js.map +0 -1
- package/dist/infra/lib/ContextCompressor.test.d.ts +0 -2
- package/dist/infra/lib/ContextCompressor.test.d.ts.map +0 -1
- package/dist/infra/lib/ContextCompressor.test.js +0 -25
- package/dist/infra/lib/ContextCompressor.test.js.map +0 -1
- package/dist/infra/lib/ProgressTracker.d.ts +0 -73
- package/dist/infra/lib/ProgressTracker.d.ts.map +0 -1
- package/dist/infra/lib/ProgressTracker.js +0 -267
- package/dist/infra/lib/ProgressTracker.js.map +0 -1
- package/dist/infra/lib/TokenBudgetTracker.d.ts +0 -68
- package/dist/infra/lib/TokenBudgetTracker.d.ts.map +0 -1
- package/dist/infra/lib/TokenBudgetTracker.js +0 -191
- package/dist/infra/lib/TokenBudgetTracker.js.map +0 -1
- package/dist/infra/lib/autonomy/AuditStore.d.ts +0 -63
- package/dist/infra/lib/autonomy/AuditStore.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/AuditStore.js +0 -185
- package/dist/infra/lib/autonomy/AuditStore.js.map +0 -1
- package/dist/infra/lib/autonomy/AutonomyConfig.d.ts +0 -84
- package/dist/infra/lib/autonomy/AutonomyConfig.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/AutonomyConfig.js +0 -49
- package/dist/infra/lib/autonomy/AutonomyConfig.js.map +0 -1
- package/dist/infra/lib/autonomy/AutonomyOrchestrator.d.ts +0 -78
- package/dist/infra/lib/autonomy/AutonomyOrchestrator.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/AutonomyOrchestrator.js +0 -246
- package/dist/infra/lib/autonomy/AutonomyOrchestrator.js.map +0 -1
- package/dist/infra/lib/autonomy/BackgroundMonitor.d.ts +0 -36
- package/dist/infra/lib/autonomy/BackgroundMonitor.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/BackgroundMonitor.js +0 -138
- package/dist/infra/lib/autonomy/BackgroundMonitor.js.map +0 -1
- package/dist/infra/lib/autonomy/CollaborationProtocol.d.ts +0 -56
- package/dist/infra/lib/autonomy/CollaborationProtocol.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/CollaborationProtocol.js +0 -122
- package/dist/infra/lib/autonomy/CollaborationProtocol.js.map +0 -1
- package/dist/infra/lib/autonomy/ConfirmationManager.d.ts +0 -42
- package/dist/infra/lib/autonomy/ConfirmationManager.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/ConfirmationManager.js +0 -200
- package/dist/infra/lib/autonomy/ConfirmationManager.js.map +0 -1
- package/dist/infra/lib/autonomy/ConfirmationStore.d.ts +0 -55
- package/dist/infra/lib/autonomy/ConfirmationStore.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/ConfirmationStore.js +0 -130
- package/dist/infra/lib/autonomy/ConfirmationStore.js.map +0 -1
- package/dist/infra/lib/autonomy/EventBus.d.ts +0 -20
- package/dist/infra/lib/autonomy/EventBus.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/EventBus.js +0 -119
- package/dist/infra/lib/autonomy/EventBus.js.map +0 -1
- package/dist/infra/lib/autonomy/EventOutbox.d.ts +0 -32
- package/dist/infra/lib/autonomy/EventOutbox.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/EventOutbox.js +0 -152
- package/dist/infra/lib/autonomy/EventOutbox.js.map +0 -1
- package/dist/infra/lib/autonomy/NotificationDispatcher.d.ts +0 -24
- package/dist/infra/lib/autonomy/NotificationDispatcher.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/NotificationDispatcher.js +0 -112
- package/dist/infra/lib/autonomy/NotificationDispatcher.js.map +0 -1
- package/dist/infra/lib/autonomy/PolicyEngine.d.ts +0 -76
- package/dist/infra/lib/autonomy/PolicyEngine.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/PolicyEngine.js +0 -208
- package/dist/infra/lib/autonomy/PolicyEngine.js.map +0 -1
- package/dist/infra/lib/autonomy/ProactiveAnalyzer.d.ts +0 -61
- package/dist/infra/lib/autonomy/ProactiveAnalyzer.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/ProactiveAnalyzer.js +0 -236
- package/dist/infra/lib/autonomy/ProactiveAnalyzer.js.map +0 -1
- package/dist/infra/lib/autonomy/RiskClassifier.d.ts +0 -35
- package/dist/infra/lib/autonomy/RiskClassifier.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/RiskClassifier.js +0 -147
- package/dist/infra/lib/autonomy/RiskClassifier.js.map +0 -1
- package/dist/infra/lib/autonomy/SecuritySentinel.d.ts +0 -51
- package/dist/infra/lib/autonomy/SecuritySentinel.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/SecuritySentinel.js +0 -162
- package/dist/infra/lib/autonomy/SecuritySentinel.js.map +0 -1
- package/dist/infra/lib/autonomy/SuggestionStore.d.ts +0 -54
- package/dist/infra/lib/autonomy/SuggestionStore.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/SuggestionStore.js +0 -144
- package/dist/infra/lib/autonomy/SuggestionStore.js.map +0 -1
- package/dist/infra/lib/autonomy/TaskDecomposer.d.ts +0 -38
- package/dist/infra/lib/autonomy/TaskDecomposer.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/TaskDecomposer.js +0 -175
- package/dist/infra/lib/autonomy/TaskDecomposer.js.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/audit-store.test.d.ts +0 -2
- package/dist/infra/lib/autonomy/__tests__/audit-store.test.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/audit-store.test.js +0 -198
- package/dist/infra/lib/autonomy/__tests__/audit-store.test.js.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/event-bus.test.d.ts +0 -2
- package/dist/infra/lib/autonomy/__tests__/event-bus.test.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/event-bus.test.js +0 -225
- package/dist/infra/lib/autonomy/__tests__/event-bus.test.js.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/event-core.test.d.ts +0 -2
- package/dist/infra/lib/autonomy/__tests__/event-core.test.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/event-core.test.js +0 -194
- package/dist/infra/lib/autonomy/__tests__/event-core.test.js.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/governance.test.d.ts +0 -2
- package/dist/infra/lib/autonomy/__tests__/governance.test.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/governance.test.js +0 -540
- package/dist/infra/lib/autonomy/__tests__/governance.test.js.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/integration.test.d.ts +0 -2
- package/dist/infra/lib/autonomy/__tests__/integration.test.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/integration.test.js +0 -480
- package/dist/infra/lib/autonomy/__tests__/integration.test.js.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/proactive.test.d.ts +0 -2
- package/dist/infra/lib/autonomy/__tests__/proactive.test.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/proactive.test.js +0 -410
- package/dist/infra/lib/autonomy/__tests__/proactive.test.js.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/sentinel.test.d.ts +0 -2
- package/dist/infra/lib/autonomy/__tests__/sentinel.test.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/__tests__/sentinel.test.js +0 -486
- package/dist/infra/lib/autonomy/__tests__/sentinel.test.js.map +0 -1
- package/dist/infra/lib/autonomy/index.d.ts +0 -18
- package/dist/infra/lib/autonomy/index.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/index.js +0 -22
- package/dist/infra/lib/autonomy/index.js.map +0 -1
- package/dist/infra/lib/autonomy/schemas.d.ts +0 -317
- package/dist/infra/lib/autonomy/schemas.d.ts.map +0 -1
- package/dist/infra/lib/autonomy/schemas.js +0 -90
- package/dist/infra/lib/autonomy/schemas.js.map +0 -1
- package/dist/infra/lib/claude/index.d.ts +0 -5
- package/dist/infra/lib/claude/index.d.ts.map +0 -1
- package/dist/infra/lib/claude/index.js +0 -5
- package/dist/infra/lib/claude/index.js.map +0 -1
- package/dist/infra/lib/claude/storage.d.ts +0 -12
- package/dist/infra/lib/claude/storage.d.ts.map +0 -1
- package/dist/infra/lib/claude/storage.js +0 -54
- package/dist/infra/lib/claude/storage.js.map +0 -1
- package/dist/infra/lib/gemini/auth.d.ts +0 -18
- package/dist/infra/lib/gemini/auth.d.ts.map +0 -1
- package/dist/infra/lib/gemini/auth.js +0 -32
- package/dist/infra/lib/gemini/auth.js.map +0 -1
- package/dist/infra/lib/gemini/capabilities.d.ts +0 -28
- package/dist/infra/lib/gemini/capabilities.d.ts.map +0 -1
- package/dist/infra/lib/gemini/capabilities.js +0 -178
- package/dist/infra/lib/gemini/capabilities.js.map +0 -1
- package/dist/infra/lib/gemini/chat.d.ts +0 -35
- package/dist/infra/lib/gemini/chat.d.ts.map +0 -1
- package/dist/infra/lib/gemini/chat.js +0 -161
- package/dist/infra/lib/gemini/chat.js.map +0 -1
- package/dist/infra/lib/gemini/completion.d.ts +0 -12
- package/dist/infra/lib/gemini/completion.d.ts.map +0 -1
- package/dist/infra/lib/gemini/completion.js +0 -13
- package/dist/infra/lib/gemini/completion.js.map +0 -1
- package/dist/infra/lib/gemini/constants.d.ts +0 -8
- package/dist/infra/lib/gemini/constants.d.ts.map +0 -1
- package/dist/infra/lib/gemini/constants.js +0 -11
- package/dist/infra/lib/gemini/constants.js.map +0 -1
- package/dist/infra/lib/gemini/index.d.ts +0 -13
- package/dist/infra/lib/gemini/index.d.ts.map +0 -1
- package/dist/infra/lib/gemini/index.js +0 -12
- package/dist/infra/lib/gemini/index.js.map +0 -1
- package/dist/infra/lib/gemini/models.d.ts +0 -11
- package/dist/infra/lib/gemini/models.d.ts.map +0 -1
- package/dist/infra/lib/gemini/models.js +0 -38
- package/dist/infra/lib/gemini/models.js.map +0 -1
- package/dist/infra/lib/gemini/orchestration.d.ts +0 -33
- package/dist/infra/lib/gemini/orchestration.d.ts.map +0 -1
- package/dist/infra/lib/gemini/orchestration.js +0 -62
- package/dist/infra/lib/gemini/orchestration.js.map +0 -1
- package/dist/infra/lib/gemini/types.d.ts +0 -115
- package/dist/infra/lib/gemini/types.d.ts.map +0 -1
- package/dist/infra/lib/gemini/types.js +0 -5
- package/dist/infra/lib/gemini/types.js.map +0 -1
- package/dist/infra/orchestrator/AgentAnnouncer.d.ts +0 -64
- package/dist/infra/orchestrator/AgentAnnouncer.d.ts.map +0 -1
- package/dist/infra/orchestrator/AgentAnnouncer.js +0 -127
- package/dist/infra/orchestrator/AgentAnnouncer.js.map +0 -1
- package/dist/infra/orchestrator/AgentAnnouncer.test.d.ts +0 -5
- package/dist/infra/orchestrator/AgentAnnouncer.test.d.ts.map +0 -1
- package/dist/infra/orchestrator/AgentAnnouncer.test.js +0 -119
- package/dist/infra/orchestrator/AgentAnnouncer.test.js.map +0 -1
- package/dist/infra/orchestrator/AgentExecutor.d.ts +0 -22
- package/dist/infra/orchestrator/AgentExecutor.d.ts.map +0 -1
- package/dist/infra/orchestrator/AgentExecutor.js +0 -272
- package/dist/infra/orchestrator/AgentExecutor.js.map +0 -1
- package/dist/infra/orchestrator/AgentManager.d.ts +0 -72
- package/dist/infra/orchestrator/AgentManager.d.ts.map +0 -1
- package/dist/infra/orchestrator/AgentManager.js +0 -183
- package/dist/infra/orchestrator/AgentManager.js.map +0 -1
- package/dist/infra/orchestrator/AgentManifestCache.d.ts +0 -54
- package/dist/infra/orchestrator/AgentManifestCache.d.ts.map +0 -1
- package/dist/infra/orchestrator/AgentManifestCache.js +0 -191
- package/dist/infra/orchestrator/AgentManifestCache.js.map +0 -1
- package/dist/infra/orchestrator/AgentRegistry.d.ts +0 -76
- package/dist/infra/orchestrator/AgentRegistry.d.ts.map +0 -1
- package/dist/infra/orchestrator/AgentRegistry.js +0 -217
- package/dist/infra/orchestrator/AgentRegistry.js.map +0 -1
- package/dist/infra/orchestrator/AgentRegistry.test.d.ts +0 -5
- package/dist/infra/orchestrator/AgentRegistry.test.d.ts.map +0 -1
- package/dist/infra/orchestrator/AgentRegistry.test.js +0 -122
- package/dist/infra/orchestrator/AgentRegistry.test.js.map +0 -1
- package/dist/infra/orchestrator/BackgroundManager.d.ts +0 -128
- package/dist/infra/orchestrator/BackgroundManager.d.ts.map +0 -1
- package/dist/infra/orchestrator/BackgroundManager.js +0 -620
- package/dist/infra/orchestrator/BackgroundManager.js.map +0 -1
- package/dist/infra/orchestrator/BackgroundManager.test.d.ts +0 -6
- package/dist/infra/orchestrator/BackgroundManager.test.d.ts.map +0 -1
- package/dist/infra/orchestrator/BackgroundManager.test.js +0 -162
- package/dist/infra/orchestrator/BackgroundManager.test.js.map +0 -1
- package/dist/infra/orchestrator/CheckpointManager.d.ts +0 -54
- package/dist/infra/orchestrator/CheckpointManager.d.ts.map +0 -1
- package/dist/infra/orchestrator/CheckpointManager.js +0 -121
- package/dist/infra/orchestrator/CheckpointManager.js.map +0 -1
- package/dist/infra/orchestrator/CodexAgentRuntime.d.ts +0 -12
- package/dist/infra/orchestrator/CodexAgentRuntime.d.ts.map +0 -1
- package/dist/infra/orchestrator/CodexAgentRuntime.js +0 -94
- package/dist/infra/orchestrator/CodexAgentRuntime.js.map +0 -1
- package/dist/infra/orchestrator/CodexAgentRuntime.test.d.ts +0 -2
- package/dist/infra/orchestrator/CodexAgentRuntime.test.d.ts.map +0 -1
- package/dist/infra/orchestrator/CodexAgentRuntime.test.js +0 -37
- package/dist/infra/orchestrator/CodexAgentRuntime.test.js.map +0 -1
- package/dist/infra/orchestrator/LLMCluster.d.ts +0 -82
- package/dist/infra/orchestrator/LLMCluster.d.ts.map +0 -1
- package/dist/infra/orchestrator/LLMCluster.js +0 -146
- package/dist/infra/orchestrator/LLMCluster.js.map +0 -1
- package/dist/infra/orchestrator/MultiLlmResearch.d.ts +0 -31
- package/dist/infra/orchestrator/MultiLlmResearch.d.ts.map +0 -1
- package/dist/infra/orchestrator/MultiLlmResearch.js +0 -160
- package/dist/infra/orchestrator/MultiLlmResearch.js.map +0 -1
- package/dist/infra/orchestrator/PhasePipeline.d.ts +0 -122
- package/dist/infra/orchestrator/PhasePipeline.d.ts.map +0 -1
- package/dist/infra/orchestrator/PhasePipeline.js +0 -385
- package/dist/infra/orchestrator/PhasePipeline.js.map +0 -1
- package/dist/infra/orchestrator/PhaseResultStore.d.ts +0 -39
- package/dist/infra/orchestrator/PhaseResultStore.d.ts.map +0 -1
- package/dist/infra/orchestrator/PhaseResultStore.js +0 -151
- package/dist/infra/orchestrator/PhaseResultStore.js.map +0 -1
- package/dist/infra/orchestrator/SessionStore.d.ts +0 -40
- package/dist/infra/orchestrator/SessionStore.d.ts.map +0 -1
- package/dist/infra/orchestrator/SessionStore.js +0 -116
- package/dist/infra/orchestrator/SessionStore.js.map +0 -1
- package/dist/infra/orchestrator/SmartRouter.d.ts +0 -90
- package/dist/infra/orchestrator/SmartRouter.d.ts.map +0 -1
- package/dist/infra/orchestrator/SmartRouter.js +0 -277
- package/dist/infra/orchestrator/SmartRouter.js.map +0 -1
- package/dist/infra/orchestrator/SmartRouter.test.d.ts +0 -5
- package/dist/infra/orchestrator/SmartRouter.test.d.ts.map +0 -1
- package/dist/infra/orchestrator/SmartRouter.test.js +0 -484
- package/dist/infra/orchestrator/SmartRouter.test.js.map +0 -1
- package/dist/infra/orchestrator/SwarmOrchestrator.d.ts +0 -143
- package/dist/infra/orchestrator/SwarmOrchestrator.d.ts.map +0 -1
- package/dist/infra/orchestrator/SwarmOrchestrator.js +0 -378
- package/dist/infra/orchestrator/SwarmOrchestrator.js.map +0 -1
- package/dist/infra/orchestrator/SwarmOrchestrator.test.d.ts +0 -5
- package/dist/infra/orchestrator/SwarmOrchestrator.test.d.ts.map +0 -1
- package/dist/infra/orchestrator/SwarmOrchestrator.test.js +0 -95
- package/dist/infra/orchestrator/SwarmOrchestrator.test.js.map +0 -1
- package/dist/infra/orchestrator/agentDiscovery.d.ts +0 -26
- package/dist/infra/orchestrator/agentDiscovery.d.ts.map +0 -1
- package/dist/infra/orchestrator/agentDiscovery.js +0 -175
- package/dist/infra/orchestrator/agentDiscovery.js.map +0 -1
- package/dist/infra/orchestrator/backgroundAgent.d.ts +0 -9
- package/dist/infra/orchestrator/backgroundAgent.d.ts.map +0 -1
- package/dist/infra/orchestrator/backgroundAgent.js +0 -10
- package/dist/infra/orchestrator/backgroundAgent.js.map +0 -1
- package/dist/infra/orchestrator/index.d.ts +0 -207
- package/dist/infra/orchestrator/index.d.ts.map +0 -1
- package/dist/infra/orchestrator/index.js +0 -362
- package/dist/infra/orchestrator/index.js.map +0 -1
- package/dist/infra/orchestrator/orchestrator.d.ts +0 -60
- package/dist/infra/orchestrator/orchestrator.d.ts.map +0 -1
- package/dist/infra/orchestrator/orchestrator.js +0 -214
- package/dist/infra/orchestrator/orchestrator.js.map +0 -1
- package/dist/infra/orchestrator/parallelResearch.d.ts +0 -27
- package/dist/infra/orchestrator/parallelResearch.d.ts.map +0 -1
- package/dist/infra/orchestrator/parallelResearch.js +0 -285
- package/dist/infra/orchestrator/parallelResearch.js.map +0 -1
- package/dist/infra/orchestrator/types.d.ts +0 -205
- package/dist/infra/orchestrator/types.d.ts.map +0 -1
- package/dist/infra/orchestrator/types.js +0 -87
- package/dist/infra/orchestrator/types.js.map +0 -1
- package/dist/infra/orchestrator/types.test.d.ts +0 -2
- package/dist/infra/orchestrator/types.test.d.ts.map +0 -1
- package/dist/infra/orchestrator/types.test.js +0 -57
- package/dist/infra/orchestrator/types.test.js.map +0 -1
- package/dist/tools/semantic/analyzeDependencyGraph.d.ts +0 -12
- package/dist/tools/semantic/analyzeDependencyGraph.d.ts.map +0 -1
- package/dist/tools/semantic/analyzeDependencyGraph.js +0 -359
- package/dist/tools/semantic/analyzeDependencyGraph.js.map +0 -1
- package/dist/tools/semantic/astGrep.d.ts +0 -25
- package/dist/tools/semantic/astGrep.d.ts.map +0 -1
- package/dist/tools/semantic/astGrep.js +0 -324
- package/dist/tools/semantic/astGrep.js.map +0 -1
- package/dist/tools/semantic/astGrep.test.d.ts +0 -2
- package/dist/tools/semantic/astGrep.test.d.ts.map +0 -1
- package/dist/tools/semantic/astGrep.test.js +0 -74
- package/dist/tools/semantic/astGrep.test.js.map +0 -1
- package/dist/tools/semantic/findReferences.d.ts +0 -9
- package/dist/tools/semantic/findReferences.d.ts.map +0 -1
- package/dist/tools/semantic/findReferences.js +0 -200
- package/dist/tools/semantic/findReferences.js.map +0 -1
- package/dist/tools/semantic/findSymbol.d.ts +0 -8
- package/dist/tools/semantic/findSymbol.d.ts.map +0 -1
- package/dist/tools/semantic/findSymbol.js +0 -204
- package/dist/tools/semantic/findSymbol.js.map +0 -1
- package/dist/tools/semantic/index.d.ts +0 -9
- package/dist/tools/semantic/index.d.ts.map +0 -1
- package/dist/tools/semantic/index.js +0 -11
- package/dist/tools/semantic/index.js.map +0 -1
- package/dist/tools/semantic/lsp.d.ts +0 -68
- package/dist/tools/semantic/lsp.d.ts.map +0 -1
- package/dist/tools/semantic/lsp.js +0 -561
- package/dist/tools/semantic/lsp.js.map +0 -1
- package/dist/tools/spec/e2eTestGenerator.d.ts +0 -61
- package/dist/tools/spec/e2eTestGenerator.d.ts.map +0 -1
- package/dist/tools/spec/e2eTestGenerator.js +0 -255
- package/dist/tools/spec/e2eTestGenerator.js.map +0 -1
- package/dist/tools/spec/specVersioning.d.ts +0 -76
- package/dist/tools/spec/specVersioning.d.ts.map +0 -1
- package/dist/tools/spec/specVersioning.js +0 -236
- package/dist/tools/spec/specVersioning.js.map +0 -1
- package/hooks/scripts/__tests__/.vibe/memories/memories.db +0 -0
- package/hooks/scripts/__tests__/.vibe/memories/memories.db-shm +0 -0
- package/hooks/scripts/__tests__/.vibe/memories/memories.db-wal +0 -0
- package/hooks/scripts/evolution-engine.js +0 -91
- package/hooks/scripts/hud-status.js +0 -321
- package/hooks/scripts/skill-injector.js +0 -83
- package/skills/vibe.utils/SKILL.md +0 -415
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import type Database from 'better-sqlite3';
|
|
2
|
-
declare const VALID_STATUSES: readonly ["pending", "approved", "rejected", "expired", "cancelled"];
|
|
3
|
-
type ConfirmationStatus = (typeof VALID_STATUSES)[number];
|
|
4
|
-
export declare class InvalidTransitionError extends Error {
|
|
5
|
-
constructor(from: string, to: string);
|
|
6
|
-
}
|
|
7
|
-
export interface ConfirmationRow {
|
|
8
|
-
id: string;
|
|
9
|
-
correlationId: string;
|
|
10
|
-
actionType: string;
|
|
11
|
-
actionSummary: string;
|
|
12
|
-
riskLevel: string;
|
|
13
|
-
riskScore: number;
|
|
14
|
-
riskFactors: string;
|
|
15
|
-
status: string;
|
|
16
|
-
channel: string | null;
|
|
17
|
-
notifiedAt: string | null;
|
|
18
|
-
respondedAt: string | null;
|
|
19
|
-
ownerResponse: string | null;
|
|
20
|
-
expiresAt: string;
|
|
21
|
-
idempotencyKey: string | null;
|
|
22
|
-
createdAt: string;
|
|
23
|
-
}
|
|
24
|
-
export interface CreateConfirmationInput {
|
|
25
|
-
correlationId: string;
|
|
26
|
-
actionType: string;
|
|
27
|
-
actionSummary: string;
|
|
28
|
-
riskLevel: string;
|
|
29
|
-
riskScore: number;
|
|
30
|
-
riskFactors: string[];
|
|
31
|
-
timeoutSeconds?: number;
|
|
32
|
-
idempotencyKey?: string;
|
|
33
|
-
}
|
|
34
|
-
interface StorageProvider {
|
|
35
|
-
getDatabase(): Database.Database;
|
|
36
|
-
}
|
|
37
|
-
export declare class ConfirmationStore {
|
|
38
|
-
private readonly db;
|
|
39
|
-
private readonly insertStmt;
|
|
40
|
-
private readonly resolveStmt;
|
|
41
|
-
private readonly getByIdStmt;
|
|
42
|
-
constructor(storage: StorageProvider);
|
|
43
|
-
private initTables;
|
|
44
|
-
create(input: CreateConfirmationInput): ConfirmationRow;
|
|
45
|
-
resolve(id: string, status: ConfirmationStatus, response?: string): ConfirmationRow;
|
|
46
|
-
getById(id: string): ConfirmationRow | null;
|
|
47
|
-
getExpired(): ConfirmationRow[];
|
|
48
|
-
getPending(): ConfirmationRow[];
|
|
49
|
-
getByCorrelation(correlationId: string): ConfirmationRow[];
|
|
50
|
-
updateChannel(id: string, channel: string): void;
|
|
51
|
-
getPendingCount(): number;
|
|
52
|
-
private getByIdempotencyKey;
|
|
53
|
-
}
|
|
54
|
-
export {};
|
|
55
|
-
//# sourceMappingURL=ConfirmationStore.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmationStore.d.ts","sourceRoot":"","sources":["../../../../src/infra/lib/autonomy/ConfirmationStore.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,gBAAgB,CAAC;AAG3C,QAAA,MAAM,cAAc,sEAAuE,CAAC;AAC5F,KAAK,kBAAkB,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC;AAW1D,qBAAa,sBAAuB,SAAQ,KAAK;gBACnC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM;CAIrC;AAED,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,uBAAuB;IACtC,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,eAAe;IACvB,WAAW,IAAI,QAAQ,CAAC,QAAQ,CAAC;CAClC;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAoB;IACvC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAqB;IAChD,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAqB;IACjD,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAqB;gBAErC,OAAO,EAAE,eAAe;IAmBpC,OAAO,CAAC,UAAU;IA0BlB,MAAM,CAAC,KAAK,EAAE,uBAAuB,GAAG,eAAe;IA2BvD,OAAO,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,kBAAkB,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,eAAe;IAgCnF,OAAO,CAAC,EAAE,EAAE,MAAM,GAAG,eAAe,GAAG,IAAI;IAI3C,UAAU,IAAI,eAAe,EAAE;IAO/B,UAAU,IAAI,eAAe,EAAE;IAM/B,gBAAgB,CAAC,aAAa,EAAE,MAAM,GAAG,eAAe,EAAE;IAM1D,aAAa,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,IAAI;IAMhD,eAAe,IAAI,MAAM;IAQzB,OAAO,CAAC,mBAAmB;CAO5B"}
|
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
import { uuidv7 } from 'uuidv7';
|
|
2
|
-
const VALID_STATUSES = ['pending', 'approved', 'rejected', 'expired', 'cancelled'];
|
|
3
|
-
const TERMINAL_STATUSES = new Set(['approved', 'rejected', 'expired', 'cancelled']);
|
|
4
|
-
const VALID_TRANSITIONS = {
|
|
5
|
-
pending: new Set(['approved', 'rejected', 'expired', 'cancelled']),
|
|
6
|
-
};
|
|
7
|
-
const DEFAULT_TIMEOUT_S = 300;
|
|
8
|
-
const MAX_TIMEOUT_S = 3600;
|
|
9
|
-
export class InvalidTransitionError extends Error {
|
|
10
|
-
constructor(from, to) {
|
|
11
|
-
super(`Invalid state transition: ${from} → ${to}`);
|
|
12
|
-
this.name = 'InvalidTransitionError';
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
export class ConfirmationStore {
|
|
16
|
-
db;
|
|
17
|
-
insertStmt;
|
|
18
|
-
resolveStmt;
|
|
19
|
-
getByIdStmt;
|
|
20
|
-
constructor(storage) {
|
|
21
|
-
this.db = storage.getDatabase();
|
|
22
|
-
this.initTables();
|
|
23
|
-
this.insertStmt = this.db.prepare(`
|
|
24
|
-
INSERT INTO confirmations
|
|
25
|
-
(id, correlationId, actionType, actionSummary, riskLevel, riskScore, riskFactors,
|
|
26
|
-
status, expiresAt, idempotencyKey, createdAt)
|
|
27
|
-
VALUES (?, ?, ?, ?, ?, ?, ?, 'pending', ?, ?, ?)
|
|
28
|
-
`);
|
|
29
|
-
this.resolveStmt = this.db.prepare(`
|
|
30
|
-
UPDATE confirmations SET status = ?, respondedAt = ?, ownerResponse = ?
|
|
31
|
-
WHERE id = ? AND status = 'pending'
|
|
32
|
-
`);
|
|
33
|
-
this.getByIdStmt = this.db.prepare('SELECT * FROM confirmations WHERE id = ?');
|
|
34
|
-
}
|
|
35
|
-
initTables() {
|
|
36
|
-
this.db.exec(`
|
|
37
|
-
CREATE TABLE IF NOT EXISTS confirmations (
|
|
38
|
-
id TEXT PRIMARY KEY,
|
|
39
|
-
correlationId TEXT NOT NULL,
|
|
40
|
-
actionType TEXT NOT NULL,
|
|
41
|
-
actionSummary TEXT NOT NULL,
|
|
42
|
-
riskLevel TEXT NOT NULL,
|
|
43
|
-
riskScore INTEGER NOT NULL,
|
|
44
|
-
riskFactors TEXT NOT NULL,
|
|
45
|
-
status TEXT NOT NULL DEFAULT 'pending'
|
|
46
|
-
CHECK(status IN ('pending', 'approved', 'rejected', 'expired', 'cancelled')),
|
|
47
|
-
channel TEXT,
|
|
48
|
-
notifiedAt TEXT,
|
|
49
|
-
respondedAt TEXT,
|
|
50
|
-
ownerResponse TEXT,
|
|
51
|
-
expiresAt TEXT NOT NULL,
|
|
52
|
-
idempotencyKey TEXT UNIQUE,
|
|
53
|
-
createdAt TEXT NOT NULL
|
|
54
|
-
);
|
|
55
|
-
CREATE INDEX IF NOT EXISTS idx_confirmation_status_expires ON confirmations(status, expiresAt);
|
|
56
|
-
CREATE INDEX IF NOT EXISTS idx_confirmation_correlation ON confirmations(correlationId);
|
|
57
|
-
CREATE INDEX IF NOT EXISTS idx_confirmation_idempotency ON confirmations(idempotencyKey);
|
|
58
|
-
`);
|
|
59
|
-
}
|
|
60
|
-
create(input) {
|
|
61
|
-
if (input.idempotencyKey) {
|
|
62
|
-
const existing = this.getByIdempotencyKey(input.idempotencyKey);
|
|
63
|
-
if (existing)
|
|
64
|
-
return existing;
|
|
65
|
-
}
|
|
66
|
-
const id = uuidv7();
|
|
67
|
-
const now = new Date().toISOString();
|
|
68
|
-
const timeout = Math.min(input.timeoutSeconds ?? DEFAULT_TIMEOUT_S, MAX_TIMEOUT_S);
|
|
69
|
-
const expiresAt = new Date(Date.now() + timeout * 1000).toISOString();
|
|
70
|
-
this.insertStmt.run(id, input.correlationId, input.actionType, input.actionSummary, input.riskLevel, input.riskScore, JSON.stringify(input.riskFactors), expiresAt, input.idempotencyKey ?? null, now);
|
|
71
|
-
return this.getById(id);
|
|
72
|
-
}
|
|
73
|
-
resolve(id, status, response) {
|
|
74
|
-
const current = this.getById(id);
|
|
75
|
-
if (!current) {
|
|
76
|
-
throw new Error(`Confirmation not found: ${id}`);
|
|
77
|
-
}
|
|
78
|
-
const currentStatus = current.status;
|
|
79
|
-
if (TERMINAL_STATUSES.has(currentStatus)) {
|
|
80
|
-
throw new InvalidTransitionError(currentStatus, status);
|
|
81
|
-
}
|
|
82
|
-
const allowed = VALID_TRANSITIONS[currentStatus];
|
|
83
|
-
if (!allowed || !allowed.has(status)) {
|
|
84
|
-
throw new InvalidTransitionError(currentStatus, status);
|
|
85
|
-
}
|
|
86
|
-
const result = this.db.transaction(() => {
|
|
87
|
-
const changes = this.resolveStmt.run(status, new Date().toISOString(), response ?? null, id);
|
|
88
|
-
if (changes.changes === 0) {
|
|
89
|
-
throw new InvalidTransitionError(currentStatus, status);
|
|
90
|
-
}
|
|
91
|
-
return this.getById(id);
|
|
92
|
-
})();
|
|
93
|
-
return result;
|
|
94
|
-
}
|
|
95
|
-
getById(id) {
|
|
96
|
-
return this.getByIdStmt.get(id) ?? null;
|
|
97
|
-
}
|
|
98
|
-
getExpired() {
|
|
99
|
-
const now = new Date().toISOString();
|
|
100
|
-
return this.db
|
|
101
|
-
.prepare("SELECT * FROM confirmations WHERE status = 'pending' AND expiresAt <= ?")
|
|
102
|
-
.all(now);
|
|
103
|
-
}
|
|
104
|
-
getPending() {
|
|
105
|
-
return this.db
|
|
106
|
-
.prepare("SELECT * FROM confirmations WHERE status = 'pending' ORDER BY createdAt ASC")
|
|
107
|
-
.all();
|
|
108
|
-
}
|
|
109
|
-
getByCorrelation(correlationId) {
|
|
110
|
-
return this.db
|
|
111
|
-
.prepare('SELECT * FROM confirmations WHERE correlationId = ? ORDER BY createdAt ASC')
|
|
112
|
-
.all(correlationId);
|
|
113
|
-
}
|
|
114
|
-
updateChannel(id, channel) {
|
|
115
|
-
this.db
|
|
116
|
-
.prepare('UPDATE confirmations SET channel = ?, notifiedAt = ? WHERE id = ?')
|
|
117
|
-
.run(channel, new Date().toISOString(), id);
|
|
118
|
-
}
|
|
119
|
-
getPendingCount() {
|
|
120
|
-
return this.db
|
|
121
|
-
.prepare("SELECT COUNT(*) as count FROM confirmations WHERE status = 'pending'")
|
|
122
|
-
.get().count;
|
|
123
|
-
}
|
|
124
|
-
getByIdempotencyKey(key) {
|
|
125
|
-
return this.db
|
|
126
|
-
.prepare('SELECT * FROM confirmations WHERE idempotencyKey = ?')
|
|
127
|
-
.get(key) ?? null;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
//# sourceMappingURL=ConfirmationStore.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmationStore.js","sourceRoot":"","sources":["../../../../src/infra/lib/autonomy/ConfirmationStore.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEhC,MAAM,cAAc,GAAG,CAAC,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,WAAW,CAAU,CAAC;AAG5F,MAAM,iBAAiB,GAAG,IAAI,GAAG,CAAqB,CAAC,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC,CAAC;AAExG,MAAM,iBAAiB,GAA4C;IACjE,OAAO,EAAE,IAAI,GAAG,CAAC,CAAC,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;CACnE,CAAC;AAEF,MAAM,iBAAiB,GAAG,GAAG,CAAC;AAC9B,MAAM,aAAa,GAAG,IAAI,CAAC;AAE3B,MAAM,OAAO,sBAAuB,SAAQ,KAAK;IAC/C,YAAY,IAAY,EAAE,EAAU;QAClC,KAAK,CAAC,6BAA6B,IAAI,MAAM,EAAE,EAAE,CAAC,CAAC;QACnD,IAAI,CAAC,IAAI,GAAG,wBAAwB,CAAC;IACvC,CAAC;CACF;AAmCD,MAAM,OAAO,iBAAiB;IACX,EAAE,CAAoB;IACtB,UAAU,CAAqB;IAC/B,WAAW,CAAqB;IAChC,WAAW,CAAqB;IAEjD,YAAY,OAAwB;QAClC,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;QAChC,IAAI,CAAC,UAAU,EAAE,CAAC;QAElB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,EAAE,CAAC,OAAO,CAAC;;;;;KAKjC,CAAC,CAAC;QAEH,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,EAAE,CAAC,OAAO,CAAC;;;KAGlC,CAAC,CAAC;QAEH,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,EAAE,CAAC,OAAO,CAAC,0CAA0C,CAAC,CAAC;IACjF,CAAC;IAEO,UAAU;QAChB,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;KAsBZ,CAAC,CAAC;IACL,CAAC;IAED,MAAM,CAAC,KAA8B;QACnC,IAAI,KAAK,CAAC,cAAc,EAAE,CAAC;YACzB,MAAM,QAAQ,GAAG,IAAI,CAAC,mBAAmB,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;YAChE,IAAI,QAAQ;gBAAE,OAAO,QAAQ,CAAC;QAChC,CAAC;QAED,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC;QACpB,MAAM,GAAG,GAAG,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC;QACrC,MAAM,OAAO,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,cAAc,IAAI,iBAAiB,EAAE,aAAa,CAAC,CAAC;QACnF,MAAM,SAAS,GAAG,IAAI,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,OAAO,GAAG,IAAI,CAAC,CAAC,WAAW,EAAE,CAAC;QAEtE,IAAI,CAAC,UAAU,CAAC,GAAG,CACjB,EAAE,EACF,KAAK,CAAC,aAAa,EACnB,KAAK,CAAC,UAAU,EAChB,KAAK,CAAC,aAAa,EACnB,KAAK,CAAC,SAAS,EACf,KAAK,CAAC,SAAS,EACf,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,WAAW,CAAC,EACjC,SAAS,EACT,KAAK,CAAC,cAAc,IAAI,IAAI,EAC5B,GAAG,CACJ,CAAC;QAEF,OAAO,IAAI,CAAC,OAAO,CAAC,EAAE,CAAE,CAAC;IAC3B,CAAC;IAED,OAAO,CAAC,EAAU,EAAE,MAA0B,EAAE,QAAiB;QAC/D,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;QACjC,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,MAAM,IAAI,KAAK,CAAC,2BAA2B,EAAE,EAAE,CAAC,CAAC;QACnD,CAAC;QAED,MAAM,aAAa,GAAG,OAAO,CAAC,MAA4B,CAAC;QAC3D,IAAI,iBAAiB,CAAC,GAAG,CAAC,aAAa,CAAC,EAAE,CAAC;YACzC,MAAM,IAAI,sBAAsB,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;QAC1D,CAAC;QAED,MAAM,OAAO,GAAG,iBAAiB,CAAC,aAAa,CAAC,CAAC;QACjD,IAAI,CAAC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC;YACrC,MAAM,IAAI,sBAAsB,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;QAC1D,CAAC;QAED,MAAM,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;YACtC,MAAM,OAAO,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAClC,MAAM,EACN,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,EACxB,QAAQ,IAAI,IAAI,EAChB,EAAE,CACH,CAAC;YACF,IAAI,OAAO,CAAC,OAAO,KAAK,CAAC,EAAE,CAAC;gBAC1B,MAAM,IAAI,sBAAsB,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;YAC1D,CAAC;YACD,OAAO,IAAI,CAAC,OAAO,CAAC,EAAE,CAAE,CAAC;QAC3B,CAAC,CAAC,EAAE,CAAC;QAEL,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,OAAO,CAAC,EAAU;QAChB,OAAQ,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,EAAE,CAAqB,IAAI,IAAI,CAAC;IAC/D,CAAC;IAED,UAAU;QACR,MAAM,GAAG,GAAG,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC;QACrC,OAAO,IAAI,CAAC,EAAE;aACX,OAAO,CAAC,yEAAyE,CAAC;aAClF,GAAG,CAAC,GAAG,CAAsB,CAAC;IACnC,CAAC;IAED,UAAU;QACR,OAAO,IAAI,CAAC,EAAE;aACX,OAAO,CAAC,6EAA6E,CAAC;aACtF,GAAG,EAAuB,CAAC;IAChC,CAAC;IAED,gBAAgB,CAAC,aAAqB;QACpC,OAAO,IAAI,CAAC,EAAE;aACX,OAAO,CAAC,4EAA4E,CAAC;aACrF,GAAG,CAAC,aAAa,CAAsB,CAAC;IAC7C,CAAC;IAED,aAAa,CAAC,EAAU,EAAE,OAAe;QACvC,IAAI,CAAC,EAAE;aACJ,OAAO,CAAC,mEAAmE,CAAC;aAC5E,GAAG,CAAC,OAAO,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,EAAE,EAAE,CAAC,CAAC;IAChD,CAAC;IAED,eAAe;QACb,OACE,IAAI,CAAC,EAAE;aACJ,OAAO,CAAC,sEAAsE,CAAC;aAC/E,GAAG,EACP,CAAC,KAAK,CAAC;IACV,CAAC;IAEO,mBAAmB,CAAC,GAAW;QACrC,OACE,IAAI,CAAC,EAAE;aACJ,OAAO,CAAC,sDAAsD,CAAC;aAC/D,GAAG,CAAC,GAAG,CACX,IAAI,IAAI,CAAC;IACZ,CAAC;CACF"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { type AutonomyEventType, type EventPayload, type EventInput, type EnrichedEvent } from './schemas.js';
|
|
2
|
-
export type EventListener<T extends AutonomyEventType> = (event: EnrichedEvent<EventPayload<T>>) => void | Promise<void>;
|
|
3
|
-
export declare class EventBus {
|
|
4
|
-
private readonly listeners;
|
|
5
|
-
private totalListenerCount;
|
|
6
|
-
private readonly dedupCache;
|
|
7
|
-
private readonly dedupOrder;
|
|
8
|
-
private lastSyncErrors;
|
|
9
|
-
on<T extends AutonomyEventType>(eventType: T, listener: EventListener<T>): void;
|
|
10
|
-
off<T extends AutonomyEventType>(eventType: T, listener: EventListener<T>): void;
|
|
11
|
-
emit<T extends AutonomyEventType>(eventType: T, payload: EventInput<T>): EnrichedEvent<EventPayload<T>>;
|
|
12
|
-
emitIdempotent<T extends AutonomyEventType>(eventId: string, eventType: T, payload: EventInput<T>): EnrichedEvent<EventPayload<T>> | null;
|
|
13
|
-
getListenerCount(eventType?: AutonomyEventType): number;
|
|
14
|
-
getLastSyncErrors(): ReadonlyArray<Error>;
|
|
15
|
-
removeAllListeners(eventType?: AutonomyEventType): void;
|
|
16
|
-
private dispatch;
|
|
17
|
-
private handleListenerError;
|
|
18
|
-
private trackDedup;
|
|
19
|
-
}
|
|
20
|
-
//# sourceMappingURL=EventBus.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EventBus.d.ts","sourceRoot":"","sources":["../../../../src/infra/lib/autonomy/EventBus.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,iBAAiB,EAEtB,KAAK,YAAY,EACjB,KAAK,UAAU,EACf,KAAK,aAAa,EACnB,MAAM,cAAc,CAAC;AAKtB,MAAM,MAAM,aAAa,CAAC,CAAC,SAAS,iBAAiB,IAAI,CACvD,KAAK,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,KAClC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;AAM1B,qBAAa,QAAQ;IACnB,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAsC;IAChE,OAAO,CAAC,kBAAkB,CAAK;IAC/B,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAqB;IAChD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAgB;IAC3C,OAAO,CAAC,cAAc,CAAe;IAErC,EAAE,CAAC,CAAC,SAAS,iBAAiB,EAC5B,SAAS,EAAE,CAAC,EACZ,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAC,GACzB,IAAI;IAUP,GAAG,CAAC,CAAC,SAAS,iBAAiB,EAC7B,SAAS,EAAE,CAAC,EACZ,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAC,GACzB,IAAI;IAYP,IAAI,CAAC,CAAC,SAAS,iBAAiB,EAC9B,SAAS,EAAE,CAAC,EACZ,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,GACrB,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;IAmBjC,cAAc,CAAC,CAAC,SAAS,iBAAiB,EACxC,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,CAAC,EACZ,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,GACrB,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI;IAWxC,gBAAgB,CAAC,SAAS,CAAC,EAAE,iBAAiB,GAAG,MAAM;IAOvD,iBAAiB,IAAI,aAAa,CAAC,KAAK,CAAC;IAIzC,kBAAkB,CAAC,SAAS,CAAC,EAAE,iBAAiB,GAAG,IAAI;IAavD,OAAO,CAAC,QAAQ;IAiBhB,OAAO,CAAC,mBAAmB;IAyB3B,OAAO,CAAC,UAAU;CAQnB"}
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
import { uuidv7 } from 'uuidv7';
|
|
2
|
-
import { EventSchemaMap, } from './schemas.js';
|
|
3
|
-
const MAX_LISTENERS = 50;
|
|
4
|
-
const MAX_DEDUP_CACHE = 1000;
|
|
5
|
-
export class EventBus {
|
|
6
|
-
listeners = new Map();
|
|
7
|
-
totalListenerCount = 0;
|
|
8
|
-
dedupCache = new Set();
|
|
9
|
-
dedupOrder = [];
|
|
10
|
-
lastSyncErrors = [];
|
|
11
|
-
on(eventType, listener) {
|
|
12
|
-
if (this.totalListenerCount >= MAX_LISTENERS) {
|
|
13
|
-
throw new Error(`Maximum listener limit (${MAX_LISTENERS}) reached`);
|
|
14
|
-
}
|
|
15
|
-
const list = this.listeners.get(eventType) || [];
|
|
16
|
-
list.push({ fn: listener });
|
|
17
|
-
this.listeners.set(eventType, list);
|
|
18
|
-
this.totalListenerCount++;
|
|
19
|
-
}
|
|
20
|
-
off(eventType, listener) {
|
|
21
|
-
const list = this.listeners.get(eventType);
|
|
22
|
-
if (!list)
|
|
23
|
-
return;
|
|
24
|
-
const idx = list.findIndex((e) => e.fn === listener);
|
|
25
|
-
if (idx !== -1) {
|
|
26
|
-
list.splice(idx, 1);
|
|
27
|
-
this.totalListenerCount--;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
emit(eventType, payload) {
|
|
31
|
-
const schema = EventSchemaMap[eventType];
|
|
32
|
-
const validated = schema.parse(payload);
|
|
33
|
-
const enriched = {
|
|
34
|
-
...validated,
|
|
35
|
-
correlationId: validated.correlationId || uuidv7(),
|
|
36
|
-
timestamp: validated.timestamp || new Date().toISOString(),
|
|
37
|
-
};
|
|
38
|
-
if (eventType !== 'error') {
|
|
39
|
-
this.lastSyncErrors = [];
|
|
40
|
-
}
|
|
41
|
-
this.dispatch(eventType, enriched);
|
|
42
|
-
return enriched;
|
|
43
|
-
}
|
|
44
|
-
emitIdempotent(eventId, eventType, payload) {
|
|
45
|
-
if (this.dedupCache.has(eventId)) {
|
|
46
|
-
return null;
|
|
47
|
-
}
|
|
48
|
-
const result = this.emit(eventType, payload);
|
|
49
|
-
if (this.lastSyncErrors.length === 0) {
|
|
50
|
-
this.trackDedup(eventId);
|
|
51
|
-
}
|
|
52
|
-
return result;
|
|
53
|
-
}
|
|
54
|
-
getListenerCount(eventType) {
|
|
55
|
-
if (eventType) {
|
|
56
|
-
return (this.listeners.get(eventType) || []).length;
|
|
57
|
-
}
|
|
58
|
-
return this.totalListenerCount;
|
|
59
|
-
}
|
|
60
|
-
getLastSyncErrors() {
|
|
61
|
-
return this.lastSyncErrors;
|
|
62
|
-
}
|
|
63
|
-
removeAllListeners(eventType) {
|
|
64
|
-
if (eventType) {
|
|
65
|
-
const list = this.listeners.get(eventType);
|
|
66
|
-
if (list) {
|
|
67
|
-
this.totalListenerCount -= list.length;
|
|
68
|
-
this.listeners.delete(eventType);
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
else {
|
|
72
|
-
this.listeners.clear();
|
|
73
|
-
this.totalListenerCount = 0;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
dispatch(eventType, event) {
|
|
77
|
-
const list = this.listeners.get(eventType) || [];
|
|
78
|
-
for (let i = 0; i < list.length; i++) {
|
|
79
|
-
try {
|
|
80
|
-
const result = list[i].fn(event);
|
|
81
|
-
if (result && typeof result.catch === 'function') {
|
|
82
|
-
result.catch((err) => {
|
|
83
|
-
this.handleListenerError(eventType, i, err);
|
|
84
|
-
});
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
catch (err) {
|
|
88
|
-
this.lastSyncErrors.push(err instanceof Error ? err : new Error(String(err)));
|
|
89
|
-
this.handleListenerError(eventType, i, err);
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
handleListenerError(eventType, listenerIndex, err) {
|
|
94
|
-
if (eventType === 'error') {
|
|
95
|
-
process.stderr.write(`[EventBus] Error in error listener: ${err instanceof Error ? err.message : String(err)}\n`);
|
|
96
|
-
return;
|
|
97
|
-
}
|
|
98
|
-
try {
|
|
99
|
-
this.emit('error', {
|
|
100
|
-
originalEventType: eventType,
|
|
101
|
-
listenerIndex,
|
|
102
|
-
error: err instanceof Error ? err.message : String(err),
|
|
103
|
-
stack: err instanceof Error ? err.stack : undefined,
|
|
104
|
-
});
|
|
105
|
-
}
|
|
106
|
-
catch {
|
|
107
|
-
process.stderr.write(`[EventBus] Failed to emit error event: ${err instanceof Error ? err.message : String(err)}\n`);
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
trackDedup(eventId) {
|
|
111
|
-
this.dedupCache.add(eventId);
|
|
112
|
-
this.dedupOrder.push(eventId);
|
|
113
|
-
if (this.dedupOrder.length > MAX_DEDUP_CACHE) {
|
|
114
|
-
const oldest = this.dedupOrder.shift();
|
|
115
|
-
this.dedupCache.delete(oldest);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
//# sourceMappingURL=EventBus.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EventBus.js","sourceRoot":"","sources":["../../../../src/infra/lib/autonomy/EventBus.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import type Database from 'better-sqlite3';
|
|
2
|
-
import type { EventBus } from './EventBus.js';
|
|
3
|
-
interface StorageProvider {
|
|
4
|
-
getDatabase(): Database.Database;
|
|
5
|
-
}
|
|
6
|
-
export declare class EventOutbox {
|
|
7
|
-
private readonly db;
|
|
8
|
-
private readonly eventBus;
|
|
9
|
-
private readonly enqueueStmt;
|
|
10
|
-
private readonly markProcessingStmt;
|
|
11
|
-
private readonly markPublishedStmt;
|
|
12
|
-
private readonly markPendingRetryStmt;
|
|
13
|
-
private readonly markFailedStmt;
|
|
14
|
-
private readonly moveToDeadLetterStmt;
|
|
15
|
-
private intervalId;
|
|
16
|
-
private processing;
|
|
17
|
-
constructor(storage: StorageProvider, eventBus: EventBus);
|
|
18
|
-
private initTables;
|
|
19
|
-
enqueue(event: {
|
|
20
|
-
eventType: string;
|
|
21
|
-
payload: Record<string, unknown>;
|
|
22
|
-
}): string;
|
|
23
|
-
start(): void;
|
|
24
|
-
stop(): void;
|
|
25
|
-
processOutbox(): void;
|
|
26
|
-
getPendingCount(): number;
|
|
27
|
-
getDeadLetterCount(): number;
|
|
28
|
-
private processOne;
|
|
29
|
-
private recoverProcessing;
|
|
30
|
-
}
|
|
31
|
-
export {};
|
|
32
|
-
//# sourceMappingURL=EventOutbox.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EventOutbox.d.ts","sourceRoot":"","sources":["../../../../src/infra/lib/autonomy/EventOutbox.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,gBAAgB,CAAC;AAE3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAmB9C,UAAU,eAAe;IACvB,WAAW,IAAI,QAAQ,CAAC,QAAQ,CAAC;CAClC;AAED,qBAAa,WAAW;IACtB,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAoB;IACvC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAW;IACpC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAqB;IACjD,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAqB;IACxD,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAqB;IACvD,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAqB;IAC1D,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAqB;IACpD,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAqB;IAC1D,OAAO,CAAC,UAAU,CAA+C;IACjE,OAAO,CAAC,UAAU,CAAS;gBAEf,OAAO,EAAE,eAAe,EAAE,QAAQ,EAAE,QAAQ;IA2BxD,OAAO,CAAC,UAAU;IA4BlB,OAAO,CAAC,KAAK,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;KAAE,GAAG,MAAM;IAM/E,KAAK,IAAI,IAAI;IASb,IAAI,IAAI,IAAI;IAOZ,aAAa,IAAI,IAAI;IAsBrB,eAAe,IAAI,MAAM;IAQzB,kBAAkB,IAAI,MAAM;IAQ5B,OAAO,CAAC,UAAU;IA0ClB,OAAO,CAAC,iBAAiB;CAK1B"}
|
|
@@ -1,152 +0,0 @@
|
|
|
1
|
-
import { uuidv7 } from 'uuidv7';
|
|
2
|
-
const POLL_INTERVAL_MS = 1000;
|
|
3
|
-
const MAX_RETRY = 3;
|
|
4
|
-
const BATCH_SIZE = 10;
|
|
5
|
-
const BACKOFF_MS = [1000, 5000, 10000];
|
|
6
|
-
export class EventOutbox {
|
|
7
|
-
db;
|
|
8
|
-
eventBus;
|
|
9
|
-
enqueueStmt;
|
|
10
|
-
markProcessingStmt;
|
|
11
|
-
markPublishedStmt;
|
|
12
|
-
markPendingRetryStmt;
|
|
13
|
-
markFailedStmt;
|
|
14
|
-
moveToDeadLetterStmt;
|
|
15
|
-
intervalId = null;
|
|
16
|
-
processing = false;
|
|
17
|
-
constructor(storage, eventBus) {
|
|
18
|
-
this.db = storage.getDatabase();
|
|
19
|
-
this.eventBus = eventBus;
|
|
20
|
-
this.initTables();
|
|
21
|
-
this.enqueueStmt = this.db.prepare(`
|
|
22
|
-
INSERT INTO event_outbox (id, eventType, payload, status, retryCount, createdAt)
|
|
23
|
-
VALUES (?, ?, ?, 'pending', 0, ?)
|
|
24
|
-
`);
|
|
25
|
-
this.markProcessingStmt = this.db.prepare(`
|
|
26
|
-
UPDATE event_outbox SET status = 'processing' WHERE id = ? AND status = 'pending'
|
|
27
|
-
`);
|
|
28
|
-
this.markPublishedStmt = this.db.prepare(`
|
|
29
|
-
UPDATE event_outbox SET status = 'published', publishedAt = ? WHERE id = ?
|
|
30
|
-
`);
|
|
31
|
-
this.markPendingRetryStmt = this.db.prepare(`
|
|
32
|
-
UPDATE event_outbox SET status = 'pending', retryCount = retryCount + 1, lastRetryAt = ? WHERE id = ?
|
|
33
|
-
`);
|
|
34
|
-
this.markFailedStmt = this.db.prepare(`
|
|
35
|
-
UPDATE event_outbox SET status = 'failed' WHERE id = ?
|
|
36
|
-
`);
|
|
37
|
-
this.moveToDeadLetterStmt = this.db.prepare(`
|
|
38
|
-
INSERT INTO dead_letter_events (id, originalEventId, eventType, payload, error, retryCount, failedAt)
|
|
39
|
-
VALUES (?, ?, ?, ?, ?, ?, ?)
|
|
40
|
-
`);
|
|
41
|
-
}
|
|
42
|
-
initTables() {
|
|
43
|
-
this.db.exec(`
|
|
44
|
-
CREATE TABLE IF NOT EXISTS event_outbox (
|
|
45
|
-
id TEXT PRIMARY KEY,
|
|
46
|
-
eventType TEXT NOT NULL,
|
|
47
|
-
payload TEXT NOT NULL,
|
|
48
|
-
status TEXT DEFAULT 'pending' CHECK(status IN ('pending', 'processing', 'published', 'failed')),
|
|
49
|
-
retryCount INTEGER DEFAULT 0,
|
|
50
|
-
lastRetryAt TEXT,
|
|
51
|
-
createdAt TEXT NOT NULL,
|
|
52
|
-
publishedAt TEXT
|
|
53
|
-
);
|
|
54
|
-
CREATE INDEX IF NOT EXISTS idx_outbox_status ON event_outbox(status, createdAt);
|
|
55
|
-
|
|
56
|
-
CREATE TABLE IF NOT EXISTS dead_letter_events (
|
|
57
|
-
id TEXT PRIMARY KEY,
|
|
58
|
-
originalEventId TEXT NOT NULL,
|
|
59
|
-
eventType TEXT NOT NULL,
|
|
60
|
-
payload TEXT NOT NULL,
|
|
61
|
-
error TEXT NOT NULL,
|
|
62
|
-
retryCount INTEGER NOT NULL,
|
|
63
|
-
failedAt TEXT NOT NULL,
|
|
64
|
-
resolvedAt TEXT,
|
|
65
|
-
status TEXT DEFAULT 'failed' CHECK(status IN ('failed', 'retried', 'discarded'))
|
|
66
|
-
);
|
|
67
|
-
`);
|
|
68
|
-
}
|
|
69
|
-
enqueue(event) {
|
|
70
|
-
const id = uuidv7();
|
|
71
|
-
this.enqueueStmt.run(id, event.eventType, JSON.stringify(event.payload), new Date().toISOString());
|
|
72
|
-
return id;
|
|
73
|
-
}
|
|
74
|
-
start() {
|
|
75
|
-
this.recoverProcessing();
|
|
76
|
-
this.intervalId = setInterval(() => {
|
|
77
|
-
if (!this.processing) {
|
|
78
|
-
this.processOutbox();
|
|
79
|
-
}
|
|
80
|
-
}, POLL_INTERVAL_MS);
|
|
81
|
-
}
|
|
82
|
-
stop() {
|
|
83
|
-
if (this.intervalId) {
|
|
84
|
-
clearInterval(this.intervalId);
|
|
85
|
-
this.intervalId = null;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
processOutbox() {
|
|
89
|
-
this.processing = true;
|
|
90
|
-
try {
|
|
91
|
-
const pending = this.db
|
|
92
|
-
.prepare(`SELECT * FROM event_outbox WHERE status = 'pending' ORDER BY createdAt ASC LIMIT ?`)
|
|
93
|
-
.all(BATCH_SIZE);
|
|
94
|
-
for (const row of pending) {
|
|
95
|
-
if (row.retryCount > 0 && row.lastRetryAt) {
|
|
96
|
-
const backoff = BACKOFF_MS[Math.min(row.retryCount - 1, BACKOFF_MS.length - 1)];
|
|
97
|
-
const elapsed = Date.now() - new Date(row.lastRetryAt).getTime();
|
|
98
|
-
if (elapsed < backoff)
|
|
99
|
-
continue;
|
|
100
|
-
}
|
|
101
|
-
this.processOne(row);
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
finally {
|
|
105
|
-
this.processing = false;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
getPendingCount() {
|
|
109
|
-
return this.db
|
|
110
|
-
.prepare(`SELECT COUNT(*) as count FROM event_outbox WHERE status = 'pending'`)
|
|
111
|
-
.get().count;
|
|
112
|
-
}
|
|
113
|
-
getDeadLetterCount() {
|
|
114
|
-
return this.db
|
|
115
|
-
.prepare(`SELECT COUNT(*) as count FROM dead_letter_events WHERE status = 'failed'`)
|
|
116
|
-
.get().count;
|
|
117
|
-
}
|
|
118
|
-
processOne(row) {
|
|
119
|
-
const changed = this.markProcessingStmt.run(row.id);
|
|
120
|
-
if (changed.changes === 0)
|
|
121
|
-
return;
|
|
122
|
-
try {
|
|
123
|
-
const payload = JSON.parse(row.payload);
|
|
124
|
-
this.eventBus.emitIdempotent(row.id, row.eventType, payload);
|
|
125
|
-
const syncErrors = this.eventBus.getLastSyncErrors();
|
|
126
|
-
if (syncErrors.length > 0) {
|
|
127
|
-
throw syncErrors[0];
|
|
128
|
-
}
|
|
129
|
-
this.markPublishedStmt.run(new Date().toISOString(), row.id);
|
|
130
|
-
}
|
|
131
|
-
catch (err) {
|
|
132
|
-
const now = new Date().toISOString();
|
|
133
|
-
const newRetryCount = row.retryCount + 1;
|
|
134
|
-
if (newRetryCount >= MAX_RETRY) {
|
|
135
|
-
this.db.transaction(() => {
|
|
136
|
-
this.markFailedStmt.run(row.id);
|
|
137
|
-
this.moveToDeadLetterStmt.run(uuidv7(), row.id, row.eventType, row.payload, err instanceof Error ? err.message : String(err), newRetryCount, now);
|
|
138
|
-
})();
|
|
139
|
-
process.stderr.write(`[EventOutbox] Event ${row.id} moved to dead letter after ${newRetryCount} retries\n`);
|
|
140
|
-
}
|
|
141
|
-
else {
|
|
142
|
-
this.markPendingRetryStmt.run(now, row.id);
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
recoverProcessing() {
|
|
147
|
-
this.db
|
|
148
|
-
.prepare(`UPDATE event_outbox SET status = 'pending' WHERE status = 'processing'`)
|
|
149
|
-
.run();
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
//# sourceMappingURL=EventOutbox.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EventOutbox.js","sourceRoot":"","sources":["../../../../src/infra/lib/autonomy/EventOutbox.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { ConfirmationRow } from './ConfirmationStore.js';
|
|
2
|
-
export interface NotificationChannel {
|
|
3
|
-
readonly name: string;
|
|
4
|
-
send(confirmation: ConfirmationRow, message: string): Promise<boolean>;
|
|
5
|
-
}
|
|
6
|
-
export interface NotificationResult {
|
|
7
|
-
success: boolean;
|
|
8
|
-
channel: string | null;
|
|
9
|
-
error?: string;
|
|
10
|
-
}
|
|
11
|
-
export declare class NotificationDispatcher {
|
|
12
|
-
private readonly channels;
|
|
13
|
-
private readonly dedupeMap;
|
|
14
|
-
constructor(channels: NotificationChannel[]);
|
|
15
|
-
notify(confirmation: ConfirmationRow): Promise<NotificationResult>;
|
|
16
|
-
formatMessage(confirmation: ConfirmationRow): string;
|
|
17
|
-
getChannelCount(): number;
|
|
18
|
-
private sendWithTimeout;
|
|
19
|
-
private isSpam;
|
|
20
|
-
private trackSend;
|
|
21
|
-
private parseFactors;
|
|
22
|
-
private calculateExpiresIn;
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=NotificationDispatcher.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationDispatcher.d.ts","sourceRoot":"","sources":["../../../../src/infra/lib/autonomy/NotificationDispatcher.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAM9D,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,YAAY,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;CACxE;AAED,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAOD,qBAAa,sBAAsB;IACjC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAwB;IACjD,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAkC;gBAEhD,QAAQ,EAAE,mBAAmB,EAAE;IAIrC,MAAM,CAAC,YAAY,EAAE,eAAe,GAAG,OAAO,CAAC,kBAAkB,CAAC;IA+BxE,aAAa,CAAC,YAAY,EAAE,eAAe,GAAG,MAAM;IAiBpD,eAAe,IAAI,MAAM;YAIX,eAAe;IAuB7B,OAAO,CAAC,MAAM;IAUd,OAAO,CAAC,SAAS;IASjB,OAAO,CAAC,YAAY;IAQpB,OAAO,CAAC,kBAAkB;CAQ3B"}
|