monomind 1.11.8 → 1.11.10

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.
Files changed (379) hide show
  1. package/.claude/agents/github/issue-tracker.md +5 -5
  2. package/.claude/agents/github/pr-manager.md +5 -5
  3. package/.claude/agents/github/release-manager.md +3 -3
  4. package/.claude/agents/github/repo-architect.md +3 -3
  5. package/.claude/agents/github/swarm-issue.md +1 -1
  6. package/.claude/agents/github/sync-coordinator.md +1 -1
  7. package/.claude/agents/github/workflow-automation.md +1 -1
  8. package/.claude/commands/github/repo-architect.md +1 -1
  9. package/.claude/commands/github/sync-coordinator.md +1 -1
  10. package/.claude/commands/mastermind/createorg.md +4 -1
  11. package/.claude/commands/mastermind/help.md +2 -2
  12. package/.claude/commands/mastermind/orgs.md +21 -0
  13. package/.claude/commands/mastermind/orgstatus.md +59 -0
  14. package/.claude/commands/mastermind/runorg.md +4 -2
  15. package/.claude/commands/mastermind/stoporg.md +78 -0
  16. package/.claude/commands/mastermind/swarm.md +1 -1
  17. package/.claude/helpers/handlers/gates-handler.cjs +135 -0
  18. package/.claude/helpers/handlers/task-handler.cjs +7 -3
  19. package/.claude/helpers/hook-handler.cjs +11 -2
  20. package/.claude/helpers/intelligence.cjs +87 -0
  21. package/.claude/helpers/learning-service.mjs +60 -0
  22. package/.claude/helpers/memory.cjs +69 -0
  23. package/.claude/helpers/router.cjs +68 -0
  24. package/.claude/helpers/session.cjs +63 -0
  25. package/.claude/helpers/utils/monograph.cjs +4 -2
  26. package/.claude/helpers/utils/telemetry.cjs +3 -2
  27. package/.claude/scheduled_tasks.lock +1 -1
  28. package/.claude/settings.json +12 -2
  29. package/.claude/skills/agentic-jujutsu/SKILL.md +1 -1
  30. package/.claude/skills/hive-mind-advanced/SKILL.md +4 -4
  31. package/.claude/skills/mastermind/_agent-select.md +2 -2
  32. package/.claude/skills/mastermind/access.md +11 -11
  33. package/.claude/skills/mastermind/adapter-manager.md +13 -13
  34. package/.claude/skills/mastermind/adapters.md +7 -7
  35. package/.claude/skills/mastermind/agent-detail.md +1 -1
  36. package/.claude/skills/mastermind/agents.md +5 -5
  37. package/.claude/skills/mastermind/approval-detail.md +6 -6
  38. package/.claude/skills/mastermind/approve.md +9 -10
  39. package/.claude/skills/mastermind/backup.md +2 -2
  40. package/.claude/skills/mastermind/bootstrap.md +2 -2
  41. package/.claude/skills/mastermind/companies.md +7 -7
  42. package/.claude/skills/mastermind/createorg.md +213 -8
  43. package/.claude/skills/mastermind/diagnose.md +4 -4
  44. package/.claude/skills/mastermind/env.md +1 -1
  45. package/.claude/skills/mastermind/environments.md +8 -8
  46. package/.claude/skills/mastermind/export.md +12 -3
  47. package/.claude/skills/mastermind/goal-detail.md +9 -9
  48. package/.claude/skills/mastermind/goals.md +4 -4
  49. package/.claude/skills/mastermind/heartbeat.md +1 -1
  50. package/.claude/skills/mastermind/idea.md +4 -4
  51. package/.claude/skills/mastermind/import.md +8 -8
  52. package/.claude/skills/mastermind/inbox.md +4 -4
  53. package/.claude/skills/mastermind/instance-settings.md +9 -9
  54. package/.claude/skills/mastermind/instance.md +9 -7
  55. package/.claude/skills/mastermind/invite-landing.md +5 -5
  56. package/.claude/skills/mastermind/invites.md +12 -12
  57. package/.claude/skills/mastermind/issue-detail.md +8 -8
  58. package/.claude/skills/mastermind/monitor.md +11 -11
  59. package/.claude/skills/mastermind/my-issues.md +6 -6
  60. package/.claude/skills/mastermind/new-agent.md +4 -4
  61. package/.claude/skills/mastermind/org-chart.md +8 -6
  62. package/.claude/skills/mastermind/org-settings.md +58 -21
  63. package/.claude/skills/mastermind/orgs.md +98 -0
  64. package/.claude/skills/mastermind/orgstatus.md +194 -0
  65. package/.claude/skills/mastermind/plan-to-tasks.md +1 -1
  66. package/.claude/skills/mastermind/plugin-manager.md +12 -12
  67. package/.claude/skills/mastermind/plugin-settings.md +5 -5
  68. package/.claude/skills/mastermind/plugins.md +5 -5
  69. package/.claude/skills/mastermind/profile.md +2 -2
  70. package/.claude/skills/mastermind/project-detail.md +12 -12
  71. package/.claude/skills/mastermind/project-workspace.md +4 -4
  72. package/.claude/skills/mastermind/projects.md +4 -4
  73. package/.claude/skills/mastermind/review.md +50 -0
  74. package/.claude/skills/mastermind/routine-detail.md +3 -3
  75. package/.claude/skills/mastermind/routines.md +7 -6
  76. package/.claude/skills/mastermind/runorg.md +178 -8
  77. package/.claude/skills/mastermind/search.md +6 -6
  78. package/.claude/skills/mastermind/secrets.md +6 -6
  79. package/.claude/skills/mastermind/skills.md +4 -4
  80. package/.claude/skills/mastermind/stoporg.md +138 -0
  81. package/.claude/skills/mastermind/workspace-detail.md +5 -5
  82. package/.claude/skills/mastermind/workspaces.md +9 -9
  83. package/.claude/skills/performance-analysis/SKILL.md +3 -3
  84. package/.claude/skills/sparc-methodology/SKILL.md +2 -2
  85. package/.claude/skills/swarm-advanced/SKILL.md +4 -4
  86. package/.claude-plugin/README.md +10 -10
  87. package/.claude-plugin/docs/INSTALLATION.md +6 -6
  88. package/.claude-plugin/docs/PLUGIN_SUMMARY.md +9 -9
  89. package/.claude-plugin/docs/QUICKSTART.md +2 -2
  90. package/.claude-plugin/docs/STRUCTURE.md +1 -1
  91. package/.claude-plugin/marketplace.json +5 -5
  92. package/.claude-plugin/plugin.json +3 -3
  93. package/README.md +129 -376
  94. package/package.json +4 -8
  95. package/packages/@monomind/cli/README.md +129 -376
  96. package/packages/@monomind/cli/dist/src/agents/registry-builder.d.ts +27 -1
  97. package/packages/@monomind/cli/dist/src/agents/registry-builder.js +2 -2
  98. package/packages/@monomind/cli/dist/src/commands/agent.js +4 -9
  99. package/packages/@monomind/cli/dist/src/commands/analyze.d.ts +1 -1
  100. package/packages/@monomind/cli/dist/src/commands/analyze.js +1 -1
  101. package/packages/@monomind/cli/dist/src/commands/claims.d.ts +1 -1
  102. package/packages/@monomind/cli/dist/src/commands/claims.js +2 -2
  103. package/packages/@monomind/cli/dist/src/commands/cleanup.d.ts +1 -1
  104. package/packages/@monomind/cli/dist/src/commands/cleanup.js +1 -1
  105. package/packages/@monomind/cli/dist/src/commands/completions.d.ts +1 -1
  106. package/packages/@monomind/cli/dist/src/commands/completions.js +1 -1
  107. package/packages/@monomind/cli/dist/src/commands/deployment.d.ts +1 -1
  108. package/packages/@monomind/cli/dist/src/commands/deployment.js +2 -2
  109. package/packages/@monomind/cli/dist/src/commands/doctor.d.ts +1 -1
  110. package/packages/@monomind/cli/dist/src/commands/doctor.js +69 -4
  111. package/packages/@monomind/cli/dist/src/commands/guidance.js +129 -0
  112. package/packages/@monomind/cli/dist/src/commands/index.js +4 -0
  113. package/packages/@monomind/cli/dist/src/commands/init.js +18 -0
  114. package/packages/@monomind/cli/dist/src/commands/monovector/import.d.ts +1 -1
  115. package/packages/@monomind/cli/dist/src/commands/monovector/import.js +1 -1
  116. package/packages/@monomind/cli/dist/src/commands/monovector/index.d.ts +1 -1
  117. package/packages/@monomind/cli/dist/src/commands/monovector/index.js +1 -1
  118. package/packages/@monomind/cli/dist/src/commands/monovector/setup.d.ts +1 -1
  119. package/packages/@monomind/cli/dist/src/commands/monovector/setup.js +2 -2
  120. package/packages/@monomind/cli/dist/src/commands/neural.d.ts +1 -1
  121. package/packages/@monomind/cli/dist/src/commands/neural.js +2 -2
  122. package/packages/@monomind/cli/dist/src/commands/performance.d.ts +1 -1
  123. package/packages/@monomind/cli/dist/src/commands/performance.js +2 -2
  124. package/packages/@monomind/cli/dist/src/commands/platforms.d.ts +1 -1
  125. package/packages/@monomind/cli/dist/src/commands/platforms.js +1 -1
  126. package/packages/@monomind/cli/dist/src/commands/plugins.d.ts +1 -1
  127. package/packages/@monomind/cli/dist/src/commands/plugins.js +2 -4
  128. package/packages/@monomind/cli/dist/src/commands/providers.d.ts +1 -1
  129. package/packages/@monomind/cli/dist/src/commands/providers.js +2 -2
  130. package/packages/@monomind/cli/dist/src/commands/route.d.ts +1 -1
  131. package/packages/@monomind/cli/dist/src/commands/route.js +5 -11
  132. package/packages/@monomind/cli/dist/src/commands/security.d.ts +1 -1
  133. package/packages/@monomind/cli/dist/src/commands/security.js +140 -91
  134. package/packages/@monomind/cli/dist/src/dlq/dlq-replayer.d.ts +7 -1
  135. package/packages/@monomind/cli/dist/src/index.d.ts +1 -1
  136. package/packages/@monomind/cli/dist/src/index.js +10 -26
  137. package/packages/@monomind/cli/dist/src/init/claudemd-generator.js +2 -2
  138. package/packages/@monomind/cli/dist/src/init/executor.js +3 -3
  139. package/packages/@monomind/cli/dist/src/init/settings-generator.js +2 -2
  140. package/packages/@monomind/cli/dist/src/mcp-client.d.ts +5 -0
  141. package/packages/@monomind/cli/dist/src/mcp-client.js +7 -0
  142. package/packages/@monomind/cli/dist/src/mcp-server.js +17 -1
  143. package/packages/@monomind/cli/dist/src/mcp-tools/a2a-tools.js +6 -6
  144. package/packages/@monomind/cli/dist/src/mcp-tools/auto-install.d.ts +2 -2
  145. package/packages/@monomind/cli/dist/src/mcp-tools/auto-install.js +1 -1
  146. package/packages/@monomind/cli/dist/src/mcp-tools/hive-mind-tools.js +1 -52
  147. package/packages/@monomind/cli/dist/src/mcp-tools/index.d.ts +4 -0
  148. package/packages/@monomind/cli/dist/src/mcp-tools/index.js +4 -0
  149. package/packages/@monomind/cli/dist/src/mcp-tools/monograph-compat.js +1 -2
  150. package/packages/@monomind/cli/dist/src/mcp-tools/monograph-tools.js +107 -5
  151. package/packages/@monomind/cli/dist/src/mcp-tools/security-tools.d.ts +6 -6
  152. package/packages/@monomind/cli/dist/src/mcp-tools/security-tools.js +48 -61
  153. package/packages/@monomind/cli/dist/src/memory/memory-bridge.d.ts +0 -1
  154. package/packages/@monomind/cli/dist/src/memory/memory-bridge.js +232 -57
  155. package/packages/@monomind/cli/dist/src/memory/memory-initializer.js +3 -32
  156. package/packages/@monomind/cli/dist/src/plugins/store/discovery.js +0 -69
  157. package/packages/@monomind/cli/dist/src/routing/embed-worker.d.ts +2 -0
  158. package/packages/@monomind/cli/dist/src/routing/embed-worker.js +55 -0
  159. package/packages/@monomind/cli/dist/src/routing/embedder.d.ts +31 -0
  160. package/packages/@monomind/cli/dist/src/routing/embedder.js +0 -0
  161. package/packages/@monomind/cli/dist/src/routing/llm-caller.d.ts +1 -1
  162. package/packages/@monomind/cli/dist/src/routing/llm-caller.js +18 -3
  163. package/packages/@monomind/cli/dist/src/routing/route-layer-factory.d.ts +9 -0
  164. package/packages/@monomind/cli/dist/src/routing/route-layer-factory.js +151 -0
  165. package/packages/@monomind/cli/dist/src/services/worker-daemon.js +0 -1
  166. package/packages/@monomind/cli/dist/src/suggest.d.ts +1 -1
  167. package/packages/@monomind/cli/dist/src/suggest.js +1 -1
  168. package/packages/@monomind/cli/package.json +9 -10
  169. package/packages/@monomind/cli/scripts/understand-analyze.mjs +1 -1
  170. package/packages/@monomind/guidance/README.md +6 -6
  171. package/packages/@monomind/guidance/package.json +9 -1
  172. package/scripts/install.sh +7 -7
  173. package/scripts/ua-enrich.mjs +3 -2
  174. package/packages/@monomind/shared/dist/agent-contract.d.ts +0 -28
  175. package/packages/@monomind/shared/dist/agent-contract.js +0 -57
  176. package/packages/@monomind/shared/dist/agent-error-result.d.ts +0 -17
  177. package/packages/@monomind/shared/dist/agent-error-result.js +0 -23
  178. package/packages/@monomind/shared/dist/core/config/defaults.d.ts +0 -41
  179. package/packages/@monomind/shared/dist/core/config/defaults.js +0 -186
  180. package/packages/@monomind/shared/dist/core/config/index.d.ts +0 -8
  181. package/packages/@monomind/shared/dist/core/config/index.js +0 -12
  182. package/packages/@monomind/shared/dist/core/config/loader.d.ts +0 -45
  183. package/packages/@monomind/shared/dist/core/config/loader.js +0 -238
  184. package/packages/@monomind/shared/dist/core/config/schema.d.ts +0 -324
  185. package/packages/@monomind/shared/dist/core/config/schema.js +0 -160
  186. package/packages/@monomind/shared/dist/core/config/validator.d.ts +0 -92
  187. package/packages/@monomind/shared/dist/core/config/validator.js +0 -147
  188. package/packages/@monomind/shared/dist/core/event-bus.d.ts +0 -31
  189. package/packages/@monomind/shared/dist/core/event-bus.js +0 -197
  190. package/packages/@monomind/shared/dist/core/index.d.ts +0 -15
  191. package/packages/@monomind/shared/dist/core/index.js +0 -19
  192. package/packages/@monomind/shared/dist/core/interfaces/agent.interface.d.ts +0 -200
  193. package/packages/@monomind/shared/dist/core/interfaces/agent.interface.js +0 -6
  194. package/packages/@monomind/shared/dist/core/interfaces/coordinator.interface.d.ts +0 -310
  195. package/packages/@monomind/shared/dist/core/interfaces/coordinator.interface.js +0 -7
  196. package/packages/@monomind/shared/dist/core/interfaces/event.interface.d.ts +0 -224
  197. package/packages/@monomind/shared/dist/core/interfaces/event.interface.js +0 -46
  198. package/packages/@monomind/shared/dist/core/interfaces/index.d.ts +0 -10
  199. package/packages/@monomind/shared/dist/core/interfaces/index.js +0 -15
  200. package/packages/@monomind/shared/dist/core/interfaces/memory.interface.d.ts +0 -298
  201. package/packages/@monomind/shared/dist/core/interfaces/memory.interface.js +0 -7
  202. package/packages/@monomind/shared/dist/core/interfaces/task.interface.d.ts +0 -185
  203. package/packages/@monomind/shared/dist/core/interfaces/task.interface.js +0 -6
  204. package/packages/@monomind/shared/dist/core/orchestrator/event-coordinator.d.ts +0 -35
  205. package/packages/@monomind/shared/dist/core/orchestrator/event-coordinator.js +0 -101
  206. package/packages/@monomind/shared/dist/core/orchestrator/health-monitor.d.ts +0 -60
  207. package/packages/@monomind/shared/dist/core/orchestrator/health-monitor.js +0 -166
  208. package/packages/@monomind/shared/dist/core/orchestrator/index.d.ts +0 -46
  209. package/packages/@monomind/shared/dist/core/orchestrator/index.js +0 -64
  210. package/packages/@monomind/shared/dist/core/orchestrator/lifecycle-manager.d.ts +0 -56
  211. package/packages/@monomind/shared/dist/core/orchestrator/lifecycle-manager.js +0 -195
  212. package/packages/@monomind/shared/dist/core/orchestrator/session-manager.d.ts +0 -83
  213. package/packages/@monomind/shared/dist/core/orchestrator/session-manager.js +0 -193
  214. package/packages/@monomind/shared/dist/core/orchestrator/task-manager.d.ts +0 -49
  215. package/packages/@monomind/shared/dist/core/orchestrator/task-manager.js +0 -253
  216. package/packages/@monomind/shared/dist/events/domain-events.d.ts +0 -282
  217. package/packages/@monomind/shared/dist/events/domain-events.js +0 -165
  218. package/packages/@monomind/shared/dist/events/event-store.d.ts +0 -126
  219. package/packages/@monomind/shared/dist/events/event-store.js +0 -416
  220. package/packages/@monomind/shared/dist/events/event-store.test.d.ts +0 -8
  221. package/packages/@monomind/shared/dist/events/event-store.test.js +0 -293
  222. package/packages/@monomind/shared/dist/events/example-usage.d.ts +0 -10
  223. package/packages/@monomind/shared/dist/events/example-usage.js +0 -193
  224. package/packages/@monomind/shared/dist/events/index.d.ts +0 -21
  225. package/packages/@monomind/shared/dist/events/index.js +0 -22
  226. package/packages/@monomind/shared/dist/events/projections.d.ts +0 -177
  227. package/packages/@monomind/shared/dist/events/projections.js +0 -421
  228. package/packages/@monomind/shared/dist/events/rvf-event-log.d.ts +0 -82
  229. package/packages/@monomind/shared/dist/events/rvf-event-log.js +0 -340
  230. package/packages/@monomind/shared/dist/events/state-reconstructor.d.ts +0 -101
  231. package/packages/@monomind/shared/dist/events/state-reconstructor.js +0 -263
  232. package/packages/@monomind/shared/dist/events.d.ts +0 -80
  233. package/packages/@monomind/shared/dist/events.js +0 -249
  234. package/packages/@monomind/shared/dist/hooks/example-usage.d.ts +0 -42
  235. package/packages/@monomind/shared/dist/hooks/example-usage.js +0 -351
  236. package/packages/@monomind/shared/dist/hooks/executor.d.ts +0 -100
  237. package/packages/@monomind/shared/dist/hooks/executor.js +0 -264
  238. package/packages/@monomind/shared/dist/hooks/hooks.test.d.ts +0 -9
  239. package/packages/@monomind/shared/dist/hooks/hooks.test.js +0 -322
  240. package/packages/@monomind/shared/dist/hooks/index.d.ts +0 -52
  241. package/packages/@monomind/shared/dist/hooks/index.js +0 -51
  242. package/packages/@monomind/shared/dist/hooks/registry.d.ts +0 -133
  243. package/packages/@monomind/shared/dist/hooks/registry.js +0 -277
  244. package/packages/@monomind/shared/dist/hooks/safety/bash-safety.d.ts +0 -105
  245. package/packages/@monomind/shared/dist/hooks/safety/bash-safety.js +0 -481
  246. package/packages/@monomind/shared/dist/hooks/safety/file-organization.d.ts +0 -144
  247. package/packages/@monomind/shared/dist/hooks/safety/file-organization.js +0 -328
  248. package/packages/@monomind/shared/dist/hooks/safety/git-commit.d.ts +0 -158
  249. package/packages/@monomind/shared/dist/hooks/safety/git-commit.js +0 -450
  250. package/packages/@monomind/shared/dist/hooks/safety/index.d.ts +0 -17
  251. package/packages/@monomind/shared/dist/hooks/safety/index.js +0 -17
  252. package/packages/@monomind/shared/dist/hooks/session-hooks.d.ts +0 -234
  253. package/packages/@monomind/shared/dist/hooks/session-hooks.js +0 -334
  254. package/packages/@monomind/shared/dist/hooks/task-hooks.d.ts +0 -163
  255. package/packages/@monomind/shared/dist/hooks/task-hooks.js +0 -326
  256. package/packages/@monomind/shared/dist/hooks/types.d.ts +0 -267
  257. package/packages/@monomind/shared/dist/hooks/types.js +0 -62
  258. package/packages/@monomind/shared/dist/hooks/verify-exports.test.d.ts +0 -9
  259. package/packages/@monomind/shared/dist/hooks/verify-exports.test.js +0 -93
  260. package/packages/@monomind/shared/dist/index.d.ts +0 -46
  261. package/packages/@monomind/shared/dist/index.js +0 -77
  262. package/packages/@monomind/shared/dist/mcp/connection-pool.d.ts +0 -98
  263. package/packages/@monomind/shared/dist/mcp/connection-pool.js +0 -364
  264. package/packages/@monomind/shared/dist/mcp/index.d.ts +0 -69
  265. package/packages/@monomind/shared/dist/mcp/index.js +0 -84
  266. package/packages/@monomind/shared/dist/mcp/server.d.ts +0 -166
  267. package/packages/@monomind/shared/dist/mcp/server.js +0 -593
  268. package/packages/@monomind/shared/dist/mcp/session-manager.d.ts +0 -136
  269. package/packages/@monomind/shared/dist/mcp/session-manager.js +0 -335
  270. package/packages/@monomind/shared/dist/mcp/tool-registry.d.ts +0 -178
  271. package/packages/@monomind/shared/dist/mcp/tool-registry.js +0 -439
  272. package/packages/@monomind/shared/dist/mcp/transport/http.d.ts +0 -104
  273. package/packages/@monomind/shared/dist/mcp/transport/http.js +0 -476
  274. package/packages/@monomind/shared/dist/mcp/transport/index.d.ts +0 -102
  275. package/packages/@monomind/shared/dist/mcp/transport/index.js +0 -238
  276. package/packages/@monomind/shared/dist/mcp/transport/stdio.d.ts +0 -104
  277. package/packages/@monomind/shared/dist/mcp/transport/stdio.js +0 -263
  278. package/packages/@monomind/shared/dist/mcp/transport/websocket.d.ts +0 -133
  279. package/packages/@monomind/shared/dist/mcp/transport/websocket.js +0 -396
  280. package/packages/@monomind/shared/dist/mcp/types.d.ts +0 -438
  281. package/packages/@monomind/shared/dist/mcp/types.js +0 -54
  282. package/packages/@monomind/shared/dist/plugin-interface.d.ts +0 -544
  283. package/packages/@monomind/shared/dist/plugin-interface.js +0 -23
  284. package/packages/@monomind/shared/dist/plugin-loader.d.ts +0 -139
  285. package/packages/@monomind/shared/dist/plugin-loader.js +0 -434
  286. package/packages/@monomind/shared/dist/plugin-registry.d.ts +0 -183
  287. package/packages/@monomind/shared/dist/plugin-registry.js +0 -457
  288. package/packages/@monomind/shared/dist/plugins/index.d.ts +0 -10
  289. package/packages/@monomind/shared/dist/plugins/index.js +0 -10
  290. package/packages/@monomind/shared/dist/plugins/official/hive-mind-plugin.d.ts +0 -106
  291. package/packages/@monomind/shared/dist/plugins/official/hive-mind-plugin.js +0 -241
  292. package/packages/@monomind/shared/dist/plugins/official/index.d.ts +0 -10
  293. package/packages/@monomind/shared/dist/plugins/official/index.js +0 -10
  294. package/packages/@monomind/shared/dist/plugins/official/maestro-plugin.d.ts +0 -121
  295. package/packages/@monomind/shared/dist/plugins/official/maestro-plugin.js +0 -355
  296. package/packages/@monomind/shared/dist/plugins/types.d.ts +0 -93
  297. package/packages/@monomind/shared/dist/plugins/types.js +0 -9
  298. package/packages/@monomind/shared/dist/reducers.d.ts +0 -33
  299. package/packages/@monomind/shared/dist/reducers.js +0 -89
  300. package/packages/@monomind/shared/dist/resilience/bulkhead.d.ts +0 -105
  301. package/packages/@monomind/shared/dist/resilience/bulkhead.js +0 -206
  302. package/packages/@monomind/shared/dist/resilience/circuit-breaker.d.ts +0 -132
  303. package/packages/@monomind/shared/dist/resilience/circuit-breaker.js +0 -233
  304. package/packages/@monomind/shared/dist/resilience/index.d.ts +0 -19
  305. package/packages/@monomind/shared/dist/resilience/index.js +0 -19
  306. package/packages/@monomind/shared/dist/resilience/rate-limiter.d.ts +0 -168
  307. package/packages/@monomind/shared/dist/resilience/rate-limiter.js +0 -314
  308. package/packages/@monomind/shared/dist/resilience/retry.d.ts +0 -91
  309. package/packages/@monomind/shared/dist/resilience/retry.js +0 -159
  310. package/packages/@monomind/shared/dist/retry-policy.d.ts +0 -14
  311. package/packages/@monomind/shared/dist/retry-policy.js +0 -23
  312. package/packages/@monomind/shared/dist/retry-runner.d.ts +0 -21
  313. package/packages/@monomind/shared/dist/retry-runner.js +0 -57
  314. package/packages/@monomind/shared/dist/schema-validator.d.ts +0 -46
  315. package/packages/@monomind/shared/dist/schema-validator.js +0 -133
  316. package/packages/@monomind/shared/dist/scratchpad.d.ts +0 -23
  317. package/packages/@monomind/shared/dist/scratchpad.js +0 -32
  318. package/packages/@monomind/shared/dist/security/index.d.ts +0 -10
  319. package/packages/@monomind/shared/dist/security/index.js +0 -12
  320. package/packages/@monomind/shared/dist/security/input-validation.d.ts +0 -73
  321. package/packages/@monomind/shared/dist/security/input-validation.js +0 -201
  322. package/packages/@monomind/shared/dist/security/secure-random.d.ts +0 -92
  323. package/packages/@monomind/shared/dist/security/secure-random.js +0 -142
  324. package/packages/@monomind/shared/dist/services/index.d.ts +0 -7
  325. package/packages/@monomind/shared/dist/services/index.js +0 -7
  326. package/packages/@monomind/shared/dist/services/progress.service.d.ts +0 -124
  327. package/packages/@monomind/shared/dist/services/progress.service.js +0 -402
  328. package/packages/@monomind/shared/dist/state-manager.d.ts +0 -34
  329. package/packages/@monomind/shared/dist/state-manager.js +0 -73
  330. package/packages/@monomind/shared/dist/state-validator.d.ts +0 -20
  331. package/packages/@monomind/shared/dist/state-validator.js +0 -49
  332. package/packages/@monomind/shared/dist/swarm-state.d.ts +0 -52
  333. package/packages/@monomind/shared/dist/swarm-state.js +0 -18
  334. package/packages/@monomind/shared/dist/testing/fixture-builder.d.ts +0 -14
  335. package/packages/@monomind/shared/dist/testing/fixture-builder.js +0 -32
  336. package/packages/@monomind/shared/dist/testing/index.d.ts +0 -2
  337. package/packages/@monomind/shared/dist/testing/index.js +0 -2
  338. package/packages/@monomind/shared/dist/testing/test-model.d.ts +0 -29
  339. package/packages/@monomind/shared/dist/testing/test-model.js +0 -53
  340. package/packages/@monomind/shared/dist/types/agent-registry.d.ts +0 -62
  341. package/packages/@monomind/shared/dist/types/agent-registry.js +0 -8
  342. package/packages/@monomind/shared/dist/types/agent-version.d.ts +0 -49
  343. package/packages/@monomind/shared/dist/types/agent-version.js +0 -7
  344. package/packages/@monomind/shared/dist/types/agent.types.d.ts +0 -137
  345. package/packages/@monomind/shared/dist/types/agent.types.js +0 -6
  346. package/packages/@monomind/shared/dist/types/benchmark.d.ts +0 -39
  347. package/packages/@monomind/shared/dist/types/benchmark.js +0 -6
  348. package/packages/@monomind/shared/dist/types/communication-flow.d.ts +0 -25
  349. package/packages/@monomind/shared/dist/types/communication-flow.js +0 -7
  350. package/packages/@monomind/shared/dist/types/consensus-audit.d.ts +0 -40
  351. package/packages/@monomind/shared/dist/types/consensus-audit.js +0 -7
  352. package/packages/@monomind/shared/dist/types/dlq.d.ts +0 -40
  353. package/packages/@monomind/shared/dist/types/dlq.js +0 -7
  354. package/packages/@monomind/shared/dist/types/eval.d.ts +0 -59
  355. package/packages/@monomind/shared/dist/types/eval.js +0 -6
  356. package/packages/@monomind/shared/dist/types/index.d.ts +0 -19
  357. package/packages/@monomind/shared/dist/types/index.js +0 -33
  358. package/packages/@monomind/shared/dist/types/mcp.types.d.ts +0 -266
  359. package/packages/@monomind/shared/dist/types/mcp.types.js +0 -7
  360. package/packages/@monomind/shared/dist/types/memory.types.d.ts +0 -236
  361. package/packages/@monomind/shared/dist/types/memory.types.js +0 -7
  362. package/packages/@monomind/shared/dist/types/retry.d.ts +0 -72
  363. package/packages/@monomind/shared/dist/types/retry.js +0 -40
  364. package/packages/@monomind/shared/dist/types/specialization.d.ts +0 -27
  365. package/packages/@monomind/shared/dist/types/specialization.js +0 -8
  366. package/packages/@monomind/shared/dist/types/swarm.types.d.ts +0 -186
  367. package/packages/@monomind/shared/dist/types/swarm.types.js +0 -65
  368. package/packages/@monomind/shared/dist/types/task.types.d.ts +0 -178
  369. package/packages/@monomind/shared/dist/types/task.types.js +0 -32
  370. package/packages/@monomind/shared/dist/types/termination.d.ts +0 -29
  371. package/packages/@monomind/shared/dist/types/termination.js +0 -14
  372. package/packages/@monomind/shared/dist/types/tool-version.d.ts +0 -41
  373. package/packages/@monomind/shared/dist/types/tool-version.js +0 -8
  374. package/packages/@monomind/shared/dist/types/trigger.d.ts +0 -40
  375. package/packages/@monomind/shared/dist/types/trigger.js +0 -8
  376. package/packages/@monomind/shared/dist/types.d.ts +0 -197
  377. package/packages/@monomind/shared/dist/types.js +0 -21
  378. package/packages/@monomind/shared/dist/utils/secure-logger.d.ts +0 -69
  379. package/packages/@monomind/shared/dist/utils/secure-logger.js +0 -208
@@ -1,206 +0,0 @@
1
- /**
2
- * Bulkhead Pattern
3
- *
4
- * Isolates failures by limiting concurrent executions.
5
- *
6
- * @module v1/shared/resilience/bulkhead
7
- */
8
- import { EventEmitter } from 'events';
9
- /**
10
- * Default options
11
- */
12
- const DEFAULT_OPTIONS = {
13
- maxConcurrent: 10,
14
- maxQueue: 100,
15
- queueTimeout: 30000,
16
- };
17
- /**
18
- * Bulkhead
19
- *
20
- * Limits concurrent executions to prevent resource exhaustion.
21
- *
22
- * @example
23
- * const bulkhead = new Bulkhead({
24
- * name: 'database',
25
- * maxConcurrent: 10,
26
- * maxQueue: 50,
27
- * });
28
- *
29
- * try {
30
- * const result = await bulkhead.execute(() => dbQuery());
31
- * } catch (error) {
32
- * if (error.message.includes('Bulkhead full')) {
33
- * // Handle capacity exceeded
34
- * }
35
- * }
36
- */
37
- export class Bulkhead extends EventEmitter {
38
- options;
39
- active = 0;
40
- queue = [];
41
- completed = 0;
42
- rejected = 0;
43
- timedOut = 0;
44
- constructor(options) {
45
- super();
46
- this.options = { ...DEFAULT_OPTIONS, ...options };
47
- }
48
- /**
49
- * Execute a function within the bulkhead
50
- */
51
- async execute(fn) {
52
- // If there's room for execution, run immediately
53
- if (this.active < this.options.maxConcurrent) {
54
- return this.runNow(fn);
55
- }
56
- // Check if queue is full
57
- if (this.queue.length >= this.options.maxQueue) {
58
- this.rejected++;
59
- this.options.onRejected?.('full');
60
- throw new Error(`Bulkhead '${this.options.name}' is full. Max concurrent: ${this.options.maxConcurrent}, queue: ${this.options.maxQueue}`);
61
- }
62
- // Add to queue
63
- return this.addToQueue(fn);
64
- }
65
- /**
66
- * Get current statistics
67
- */
68
- getStats() {
69
- return {
70
- active: this.active,
71
- queued: this.queue.length,
72
- maxConcurrent: this.options.maxConcurrent,
73
- maxQueue: this.options.maxQueue,
74
- completed: this.completed,
75
- rejected: this.rejected,
76
- timedOut: this.timedOut,
77
- };
78
- }
79
- /**
80
- * Check if there's capacity available
81
- */
82
- hasCapacity() {
83
- return this.active < this.options.maxConcurrent || this.queue.length < this.options.maxQueue;
84
- }
85
- /**
86
- * Get available capacity (concurrent + queue)
87
- */
88
- availableCapacity() {
89
- const concurrentAvailable = this.options.maxConcurrent - this.active;
90
- const queueAvailable = this.options.maxQueue - this.queue.length;
91
- return concurrentAvailable + queueAvailable;
92
- }
93
- /**
94
- * Reset statistics
95
- */
96
- resetStats() {
97
- this.completed = 0;
98
- this.rejected = 0;
99
- this.timedOut = 0;
100
- }
101
- /**
102
- * Run function immediately
103
- */
104
- async runNow(fn) {
105
- this.active++;
106
- this.emit('acquire');
107
- try {
108
- const result = await fn();
109
- this.completed++;
110
- return result;
111
- }
112
- finally {
113
- this.active--;
114
- this.emit('release');
115
- this.processQueue();
116
- }
117
- }
118
- /**
119
- * Add function to queue
120
- */
121
- addToQueue(fn) {
122
- return new Promise((resolve, reject) => {
123
- const item = {
124
- fn,
125
- resolve,
126
- reject,
127
- queuedAt: Date.now(),
128
- };
129
- // Set timeout for queued item
130
- item.timeoutId = setTimeout(() => {
131
- const index = this.queue.indexOf(item);
132
- if (index !== -1) {
133
- this.queue.splice(index, 1);
134
- this.timedOut++;
135
- this.options.onRejected?.('timeout');
136
- reject(new Error(`Bulkhead '${this.options.name}' queue timeout after ${this.options.queueTimeout}ms`));
137
- }
138
- }, this.options.queueTimeout);
139
- this.queue.push(item);
140
- this.emit('queued', { queueLength: this.queue.length });
141
- });
142
- }
143
- /**
144
- * Process next item in queue
145
- */
146
- processQueue() {
147
- if (this.active >= this.options.maxConcurrent) {
148
- return;
149
- }
150
- const item = this.queue.shift();
151
- if (!item) {
152
- return;
153
- }
154
- // Clear timeout
155
- if (item.timeoutId) {
156
- clearTimeout(item.timeoutId);
157
- }
158
- // Execute the queued function
159
- this.active++;
160
- this.emit('acquire');
161
- item.fn()
162
- .then((result) => {
163
- this.completed++;
164
- item.resolve(result);
165
- })
166
- .catch((error) => {
167
- item.reject(error);
168
- })
169
- .finally(() => {
170
- this.active--;
171
- this.emit('release');
172
- this.processQueue();
173
- });
174
- }
175
- }
176
- /**
177
- * Create a semaphore for limiting concurrent access
178
- */
179
- export function createSemaphore(maxConcurrent) {
180
- let current = 0;
181
- const waiting = [];
182
- return {
183
- async acquire() {
184
- if (current < maxConcurrent) {
185
- current++;
186
- return;
187
- }
188
- return new Promise((resolve) => {
189
- waiting.push(resolve);
190
- });
191
- },
192
- release() {
193
- const next = waiting.shift();
194
- if (next) {
195
- next();
196
- }
197
- else {
198
- current = Math.max(0, current - 1);
199
- }
200
- },
201
- available() {
202
- return maxConcurrent - current;
203
- },
204
- };
205
- }
206
- //# sourceMappingURL=bulkhead.js.map
@@ -1,132 +0,0 @@
1
- /**
2
- * Circuit Breaker Pattern
3
- *
4
- * Prevents cascading failures by breaking the circuit after failures.
5
- *
6
- * @module v1/shared/resilience/circuit-breaker
7
- */
8
- import { EventEmitter } from 'events';
9
- /**
10
- * Circuit breaker states
11
- */
12
- export declare enum CircuitBreakerState {
13
- /** Circuit is closed, requests flow normally */
14
- CLOSED = "CLOSED",
15
- /** Circuit is open, requests are rejected immediately */
16
- OPEN = "OPEN",
17
- /** Circuit is testing if service recovered */
18
- HALF_OPEN = "HALF_OPEN"
19
- }
20
- /**
21
- * Circuit breaker options
22
- */
23
- export interface CircuitBreakerOptions {
24
- /** Name for identification */
25
- name: string;
26
- /** Failure threshold before opening circuit (default: 5) */
27
- failureThreshold: number;
28
- /** Success threshold in half-open state to close circuit (default: 3) */
29
- successThreshold: number;
30
- /** Time to wait before testing again in ms (default: 30000) */
31
- timeout: number;
32
- /** Time window to track failures in ms (default: 60000) */
33
- rollingWindow: number;
34
- /** Volume threshold - minimum requests before tripping (default: 10) */
35
- volumeThreshold: number;
36
- /** Custom failure detection */
37
- isFailure?: (error: Error) => boolean;
38
- /** Fallback function when circuit is open */
39
- fallback?: <T>(error: Error) => T | Promise<T>;
40
- /** Callback when state changes */
41
- onStateChange?: (from: CircuitBreakerState, to: CircuitBreakerState) => void;
42
- }
43
- /**
44
- * Circuit breaker statistics
45
- */
46
- export interface CircuitBreakerStats {
47
- state: CircuitBreakerState;
48
- failures: number;
49
- successes: number;
50
- totalRequests: number;
51
- rejectedRequests: number;
52
- lastFailure: Date | null;
53
- lastSuccess: Date | null;
54
- openSince: Date | null;
55
- }
56
- /**
57
- * Circuit Breaker
58
- *
59
- * Implements the circuit breaker pattern to prevent cascading failures.
60
- *
61
- * @example
62
- * const breaker = new CircuitBreaker({
63
- * name: 'external-api',
64
- * failureThreshold: 5,
65
- * timeout: 30000,
66
- * });
67
- *
68
- * try {
69
- * const result = await breaker.execute(() => fetchExternalAPI());
70
- * } catch (error) {
71
- * if (error.message === 'Circuit is open') {
72
- * // Handle circuit open case
73
- * }
74
- * }
75
- */
76
- export declare class CircuitBreaker extends EventEmitter {
77
- private readonly options;
78
- private state;
79
- private requests;
80
- private halfOpenSuccesses;
81
- private openedAt;
82
- private lastFailure;
83
- private lastSuccess;
84
- private rejectedCount;
85
- private timeoutId?;
86
- constructor(options: CircuitBreakerOptions);
87
- /**
88
- * Execute a function through the circuit breaker
89
- */
90
- execute<T>(fn: () => Promise<T>): Promise<T>;
91
- /**
92
- * Get current state
93
- */
94
- getState(): CircuitBreakerState;
95
- /**
96
- * Get statistics
97
- */
98
- getStats(): CircuitBreakerStats;
99
- /**
100
- * Force reset the circuit breaker
101
- */
102
- reset(): void;
103
- /**
104
- * Handle successful request
105
- */
106
- private onSuccess;
107
- /**
108
- * Handle failed request
109
- */
110
- private onFailure;
111
- /**
112
- * Check if state should change based on timeout
113
- */
114
- private checkState;
115
- /**
116
- * Transition to new state
117
- */
118
- private transitionTo;
119
- /**
120
- * Schedule transition to half-open
121
- */
122
- private scheduleHalfOpen;
123
- /**
124
- * Notify state change
125
- */
126
- private notifyStateChange;
127
- /**
128
- * Clean old requests outside rolling window
129
- */
130
- private cleanOldRequests;
131
- }
132
- //# sourceMappingURL=circuit-breaker.d.ts.map
@@ -1,233 +0,0 @@
1
- /**
2
- * Circuit Breaker Pattern
3
- *
4
- * Prevents cascading failures by breaking the circuit after failures.
5
- *
6
- * @module v1/shared/resilience/circuit-breaker
7
- */
8
- import { EventEmitter } from 'events';
9
- /**
10
- * Circuit breaker states
11
- */
12
- export var CircuitBreakerState;
13
- (function (CircuitBreakerState) {
14
- /** Circuit is closed, requests flow normally */
15
- CircuitBreakerState["CLOSED"] = "CLOSED";
16
- /** Circuit is open, requests are rejected immediately */
17
- CircuitBreakerState["OPEN"] = "OPEN";
18
- /** Circuit is testing if service recovered */
19
- CircuitBreakerState["HALF_OPEN"] = "HALF_OPEN";
20
- })(CircuitBreakerState || (CircuitBreakerState = {}));
21
- /**
22
- * Default options
23
- */
24
- const DEFAULT_OPTIONS = {
25
- failureThreshold: 5,
26
- successThreshold: 3,
27
- timeout: 30000,
28
- rollingWindow: 60000,
29
- volumeThreshold: 10,
30
- };
31
- /**
32
- * Circuit Breaker
33
- *
34
- * Implements the circuit breaker pattern to prevent cascading failures.
35
- *
36
- * @example
37
- * const breaker = new CircuitBreaker({
38
- * name: 'external-api',
39
- * failureThreshold: 5,
40
- * timeout: 30000,
41
- * });
42
- *
43
- * try {
44
- * const result = await breaker.execute(() => fetchExternalAPI());
45
- * } catch (error) {
46
- * if (error.message === 'Circuit is open') {
47
- * // Handle circuit open case
48
- * }
49
- * }
50
- */
51
- export class CircuitBreaker extends EventEmitter {
52
- options;
53
- state = CircuitBreakerState.CLOSED;
54
- requests = [];
55
- halfOpenSuccesses = 0;
56
- openedAt = null;
57
- lastFailure = null;
58
- lastSuccess = null;
59
- rejectedCount = 0;
60
- timeoutId;
61
- constructor(options) {
62
- super();
63
- this.options = { ...DEFAULT_OPTIONS, ...options };
64
- }
65
- /**
66
- * Execute a function through the circuit breaker
67
- */
68
- async execute(fn) {
69
- // Clean up old requests
70
- this.cleanOldRequests();
71
- // Check if circuit should be tested
72
- this.checkState();
73
- // If open, reject immediately or use fallback
74
- if (this.state === CircuitBreakerState.OPEN) {
75
- this.rejectedCount++;
76
- const error = new Error(`Circuit breaker '${this.options.name}' is open`);
77
- if (this.options.fallback) {
78
- return this.options.fallback(error);
79
- }
80
- throw error;
81
- }
82
- try {
83
- const result = await fn();
84
- this.onSuccess();
85
- return result;
86
- }
87
- catch (error) {
88
- const err = error instanceof Error ? error : new Error(String(error));
89
- // Check if this should be counted as failure
90
- const isFailure = this.options.isFailure?.(err) ?? true;
91
- if (isFailure) {
92
- this.onFailure(err);
93
- }
94
- throw error;
95
- }
96
- }
97
- /**
98
- * Get current state
99
- */
100
- getState() {
101
- this.checkState();
102
- return this.state;
103
- }
104
- /**
105
- * Get statistics
106
- */
107
- getStats() {
108
- this.cleanOldRequests();
109
- return {
110
- state: this.state,
111
- failures: this.requests.filter((r) => !r.success).length,
112
- successes: this.requests.filter((r) => r.success).length,
113
- totalRequests: this.requests.length,
114
- rejectedRequests: this.rejectedCount,
115
- lastFailure: this.lastFailure,
116
- lastSuccess: this.lastSuccess,
117
- openSince: this.openedAt,
118
- };
119
- }
120
- /**
121
- * Force reset the circuit breaker
122
- */
123
- reset() {
124
- const previousState = this.state;
125
- this.state = CircuitBreakerState.CLOSED;
126
- this.requests = [];
127
- this.halfOpenSuccesses = 0;
128
- this.openedAt = null;
129
- if (this.timeoutId) {
130
- clearTimeout(this.timeoutId);
131
- this.timeoutId = undefined;
132
- }
133
- if (previousState !== this.state) {
134
- this.notifyStateChange(previousState, this.state);
135
- }
136
- }
137
- /**
138
- * Handle successful request
139
- */
140
- onSuccess() {
141
- this.lastSuccess = new Date();
142
- this.requests.push({ timestamp: Date.now(), success: true });
143
- if (this.state === CircuitBreakerState.HALF_OPEN) {
144
- this.halfOpenSuccesses++;
145
- if (this.halfOpenSuccesses >= this.options.successThreshold) {
146
- this.transitionTo(CircuitBreakerState.CLOSED);
147
- this.halfOpenSuccesses = 0;
148
- }
149
- }
150
- }
151
- /**
152
- * Handle failed request
153
- */
154
- onFailure(error) {
155
- this.lastFailure = new Date();
156
- this.requests.push({ timestamp: Date.now(), success: false });
157
- if (this.state === CircuitBreakerState.HALF_OPEN) {
158
- // Failed during half-open, go back to open
159
- this.transitionTo(CircuitBreakerState.OPEN);
160
- this.halfOpenSuccesses = 0;
161
- return;
162
- }
163
- // Check if we should open the circuit
164
- const failures = this.requests.filter((r) => !r.success).length;
165
- const totalRequests = this.requests.length;
166
- if (totalRequests >= this.options.volumeThreshold &&
167
- failures >= this.options.failureThreshold) {
168
- this.transitionTo(CircuitBreakerState.OPEN);
169
- }
170
- }
171
- /**
172
- * Check if state should change based on timeout
173
- */
174
- checkState() {
175
- if (this.state === CircuitBreakerState.OPEN && this.openedAt) {
176
- const elapsed = Date.now() - this.openedAt.getTime();
177
- if (elapsed >= this.options.timeout) {
178
- this.transitionTo(CircuitBreakerState.HALF_OPEN);
179
- }
180
- }
181
- }
182
- /**
183
- * Transition to new state
184
- */
185
- transitionTo(newState) {
186
- const previousState = this.state;
187
- if (previousState === newState) {
188
- return;
189
- }
190
- this.state = newState;
191
- if (newState === CircuitBreakerState.OPEN) {
192
- this.openedAt = new Date();
193
- this.scheduleHalfOpen();
194
- }
195
- else if (newState === CircuitBreakerState.CLOSED) {
196
- this.openedAt = null;
197
- this.requests = [];
198
- if (this.timeoutId) {
199
- clearTimeout(this.timeoutId);
200
- this.timeoutId = undefined;
201
- }
202
- }
203
- this.notifyStateChange(previousState, newState);
204
- }
205
- /**
206
- * Schedule transition to half-open
207
- */
208
- scheduleHalfOpen() {
209
- if (this.timeoutId) {
210
- clearTimeout(this.timeoutId);
211
- }
212
- this.timeoutId = setTimeout(() => {
213
- if (this.state === CircuitBreakerState.OPEN) {
214
- this.transitionTo(CircuitBreakerState.HALF_OPEN);
215
- }
216
- }, this.options.timeout);
217
- }
218
- /**
219
- * Notify state change
220
- */
221
- notifyStateChange(from, to) {
222
- this.emit('stateChange', { from, to });
223
- this.options.onStateChange?.(from, to);
224
- }
225
- /**
226
- * Clean old requests outside rolling window
227
- */
228
- cleanOldRequests() {
229
- const cutoff = Date.now() - this.options.rollingWindow;
230
- this.requests = this.requests.filter((r) => r.timestamp >= cutoff);
231
- }
232
- }
233
- //# sourceMappingURL=circuit-breaker.js.map
@@ -1,19 +0,0 @@
1
- /**
2
- * Resilience Patterns
3
- *
4
- * Production-ready resilience utilities:
5
- * - Retry with exponential backoff
6
- * - Circuit breaker pattern
7
- * - Rate limiting
8
- *
9
- * @module v1/shared/resilience
10
- */
11
- export { retry, RetryError } from './retry.js';
12
- export type { RetryOptions, RetryResult } from './retry.js';
13
- export { CircuitBreaker } from './circuit-breaker.js';
14
- export type { CircuitBreakerOptions, CircuitBreakerStats } from './circuit-breaker.js';
15
- export { SlidingWindowRateLimiter, TokenBucketRateLimiter } from './rate-limiter.js';
16
- export type { RateLimiter, RateLimiterOptions, RateLimitResult } from './rate-limiter.js';
17
- export { Bulkhead } from './bulkhead.js';
18
- export type { BulkheadOptions, BulkheadStats } from './bulkhead.js';
19
- //# sourceMappingURL=index.d.ts.map
@@ -1,19 +0,0 @@
1
- /**
2
- * Resilience Patterns
3
- *
4
- * Production-ready resilience utilities:
5
- * - Retry with exponential backoff
6
- * - Circuit breaker pattern
7
- * - Rate limiting
8
- *
9
- * @module v1/shared/resilience
10
- */
11
- // Retry
12
- export { retry, RetryError } from './retry.js';
13
- // Circuit Breaker
14
- export { CircuitBreaker } from './circuit-breaker.js';
15
- // Rate Limiter
16
- export { SlidingWindowRateLimiter, TokenBucketRateLimiter } from './rate-limiter.js';
17
- // Bulkhead
18
- export { Bulkhead } from './bulkhead.js';
19
- //# sourceMappingURL=index.js.map