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,481 +0,0 @@
1
- /**
2
- * V1 Bash Safety Hook
3
- *
4
- * TypeScript conversion of V2 bash-hook.sh.
5
- * Provides command safety analysis, dangerous command detection,
6
- * secret detection, and safe alternatives.
7
- *
8
- * @module v1/shared/hooks/safety/bash-safety
9
- */
10
- import { HookEvent, HookPriority, } from '../types.js';
11
- /**
12
- * Dangerous command patterns
13
- */
14
- const DANGEROUS_PATTERNS = [
15
- // Critical - Always block
16
- {
17
- pattern: /rm\s+(-[rRf]+\s+)*\//,
18
- type: 'destructive',
19
- severity: 'critical',
20
- description: 'Recursive deletion from root directory',
21
- block: true,
22
- },
23
- {
24
- pattern: /rm\s+-rf\s+\/\*/,
25
- type: 'destructive',
26
- severity: 'critical',
27
- description: 'Recursive deletion of all root files',
28
- block: true,
29
- },
30
- {
31
- pattern: /dd\s+if=.*of=\/dev\/(sd|hd|nvme)/,
32
- type: 'destructive',
33
- severity: 'critical',
34
- description: 'Direct disk write that can destroy data',
35
- block: true,
36
- },
37
- {
38
- pattern: /mkfs\./,
39
- type: 'destructive',
40
- severity: 'critical',
41
- description: 'Filesystem formatting command',
42
- block: true,
43
- },
44
- {
45
- pattern: />\s*\/dev\/sd[a-z]/,
46
- type: 'destructive',
47
- severity: 'critical',
48
- description: 'Direct write to disk device',
49
- block: true,
50
- },
51
- {
52
- // Fork bomb patterns - various formats (with flexible spacing)
53
- pattern: /:\s*\(\s*\)\s*\{\s*:\s*\|\s*:\s*&\s*\}\s*;\s*:|bomb\s*\(\)|while\s+true.*fork/,
54
- type: 'resource',
55
- severity: 'critical',
56
- description: 'Fork bomb detected',
57
- block: true,
58
- },
59
- {
60
- pattern: /chmod\s+(-R\s+)?777\s+\//,
61
- type: 'privilege',
62
- severity: 'critical',
63
- description: 'Setting dangerous permissions on root',
64
- block: true,
65
- },
66
- // High - Block but offer alternatives
67
- {
68
- pattern: /rm\s+-rf\s+\*/,
69
- type: 'destructive',
70
- severity: 'high',
71
- description: 'Recursive deletion of all files in directory',
72
- block: true,
73
- },
74
- {
75
- pattern: /rm\s+-rf\s+\.\//,
76
- type: 'destructive',
77
- severity: 'high',
78
- description: 'Recursive deletion of current directory',
79
- block: true,
80
- },
81
- {
82
- pattern: /rm\s+-rf\s+~/,
83
- type: 'destructive',
84
- severity: 'high',
85
- description: 'Recursive deletion of home directory',
86
- block: true,
87
- },
88
- {
89
- pattern: /curl.*\|\s*(bash|sh|zsh)/,
90
- type: 'dangerous',
91
- severity: 'high',
92
- description: 'Piping remote content directly to shell',
93
- block: true,
94
- },
95
- {
96
- pattern: /wget.*-O-\s*\|\s*(bash|sh|zsh)/,
97
- type: 'dangerous',
98
- severity: 'high',
99
- description: 'Piping remote content directly to shell',
100
- block: true,
101
- },
102
- {
103
- pattern: /eval\s+.*\$\(/,
104
- type: 'dangerous',
105
- severity: 'high',
106
- description: 'Dynamic code execution with command substitution',
107
- block: true,
108
- },
109
- // Medium - Warn
110
- {
111
- pattern: /rm\s+(?!.*-i)/,
112
- type: 'destructive',
113
- severity: 'medium',
114
- description: 'Remove command without interactive flag',
115
- block: false,
116
- },
117
- {
118
- pattern: /sudo\s+rm/,
119
- type: 'privilege',
120
- severity: 'medium',
121
- description: 'Privileged file deletion',
122
- block: false,
123
- },
124
- {
125
- pattern: /sudo\s+chmod/,
126
- type: 'privilege',
127
- severity: 'medium',
128
- description: 'Privileged permission change',
129
- block: false,
130
- },
131
- {
132
- pattern: /git\s+push\s+.*--force/,
133
- type: 'destructive',
134
- severity: 'medium',
135
- description: 'Force push can overwrite remote history',
136
- block: false,
137
- },
138
- {
139
- pattern: /git\s+reset\s+--hard/,
140
- type: 'destructive',
141
- severity: 'medium',
142
- description: 'Hard reset discards uncommitted changes',
143
- block: false,
144
- },
145
- {
146
- pattern: /DROP\s+(DATABASE|TABLE)/i,
147
- type: 'destructive',
148
- severity: 'high',
149
- description: 'Database/table deletion command',
150
- block: false,
151
- },
152
- {
153
- pattern: /TRUNCATE\s+TABLE/i,
154
- type: 'destructive',
155
- severity: 'medium',
156
- description: 'Table truncation command',
157
- block: false,
158
- },
159
- // Low - Informational
160
- {
161
- pattern: /kill\s+-9/,
162
- type: 'dangerous',
163
- severity: 'low',
164
- description: 'Force kill signal prevents graceful shutdown',
165
- block: false,
166
- },
167
- {
168
- pattern: /killall/,
169
- type: 'dangerous',
170
- severity: 'low',
171
- description: 'Kills all processes by name',
172
- block: false,
173
- },
174
- ];
175
- /**
176
- * Secret patterns to detect and redact
177
- */
178
- const SECRET_PATTERNS = [
179
- { pattern: /(password|passwd|pwd)\s*[=:]\s*['"]?([^\s'"]+)/i, name: 'password', redactGroup: 2 },
180
- { pattern: /(api[_-]?key)\s*[=:]\s*['"]?([^\s'"]+)/i, name: 'API key', redactGroup: 2 },
181
- { pattern: /(secret[_-]?key)\s*[=:]\s*['"]?([^\s'"]+)/i, name: 'secret key', redactGroup: 2 },
182
- { pattern: /(access[_-]?token)\s*[=:]\s*['"]?([^\s'"]+)/i, name: 'access token', redactGroup: 2 },
183
- { pattern: /(auth[_-]?token)\s*[=:]\s*['"]?([^\s'"]+)/i, name: 'auth token', redactGroup: 2 },
184
- { pattern: /(bearer)\s+([a-zA-Z0-9._-]+)/i, name: 'bearer token', redactGroup: 2 },
185
- { pattern: /(private[_-]?key)\s*[=:]\s*['"]?([^\s'"]+)/i, name: 'private key', redactGroup: 2 },
186
- { pattern: /(\bsk-[a-zA-Z0-9]{20,})/i, name: 'OpenAI API key' },
187
- { pattern: /(\bghp_[a-zA-Z0-9]{36,})/i, name: 'GitHub token' },
188
- { pattern: /(\bnpm_[a-zA-Z0-9]{36,})/i, name: 'npm token' },
189
- { pattern: /(AKIA[0-9A-Z]{16})/i, name: 'AWS access key' },
190
- ];
191
- /**
192
- * Common dependencies to check
193
- */
194
- const DEPENDENCY_CHECKS = [
195
- { command: /\bjq\b/, dependency: 'jq' },
196
- { command: /\byq\b/, dependency: 'yq' },
197
- { command: /\bawk\b/, dependency: 'awk' },
198
- { command: /\bsed\b/, dependency: 'sed' },
199
- { command: /\bcurl\b/, dependency: 'curl' },
200
- { command: /\bwget\b/, dependency: 'wget' },
201
- { command: /\bgit\b/, dependency: 'git' },
202
- { command: /\bdocker\b/, dependency: 'docker' },
203
- { command: /\bkubectl\b/, dependency: 'kubectl' },
204
- { command: /\bpython3?\b/, dependency: 'python' },
205
- { command: /\bnode\b/, dependency: 'node' },
206
- { command: /\bnpm\b/, dependency: 'npm' },
207
- { command: /\byarn\b/, dependency: 'yarn' },
208
- { command: /\bpnpm\b/, dependency: 'pnpm' },
209
- ];
210
- /**
211
- * Safe alternatives for dangerous commands (with patterns for matching)
212
- */
213
- const SAFE_ALTERNATIVES = [
214
- {
215
- pattern: /rm\s+-rf\s+\*/,
216
- alternatives: [
217
- 'rm -ri * (interactive mode)',
218
- 'find . -maxdepth 1 -type f -delete (only files)',
219
- 'git clean -fd (for git repositories)',
220
- ],
221
- },
222
- {
223
- pattern: /rm\s+-rf/,
224
- alternatives: [
225
- 'rm -ri (interactive mode)',
226
- 'trash-cli (move to trash instead)',
227
- 'mv to backup directory first',
228
- ],
229
- },
230
- {
231
- pattern: /kill\s+-9/,
232
- alternatives: [
233
- 'kill (graceful termination first)',
234
- 'kill -15 (SIGTERM)',
235
- 'systemctl stop (for services)',
236
- ],
237
- },
238
- {
239
- pattern: /curl.*\|\s*(bash|sh|zsh)/,
240
- alternatives: [
241
- 'Download script first, review, then execute',
242
- 'Use package managers when available',
243
- 'Verify script hash before execution',
244
- ],
245
- },
246
- {
247
- pattern: /wget.*\|\s*(bash|sh|zsh)/,
248
- alternatives: [
249
- 'Download script first, review, then execute',
250
- 'Use package managers when available',
251
- 'Verify script hash before execution',
252
- ],
253
- },
254
- {
255
- pattern: /git\s+push.*--force/,
256
- alternatives: [
257
- 'git push --force-with-lease (safer)',
258
- 'Create backup branch first',
259
- 'git push --force-if-includes',
260
- ],
261
- },
262
- {
263
- pattern: /git\s+reset\s+--hard/,
264
- alternatives: [
265
- 'git stash (save changes first)',
266
- 'git reset --soft (keep changes staged)',
267
- 'Create backup branch first',
268
- ],
269
- },
270
- ];
271
- /**
272
- * Bash Safety Hook Manager
273
- */
274
- export class BashSafetyHook {
275
- registry;
276
- blockedCommands = new Set();
277
- availableDependencies = new Set();
278
- constructor(registry) {
279
- this.registry = registry;
280
- this.registerHooks();
281
- this.detectAvailableDependencies();
282
- }
283
- /**
284
- * Register bash safety hooks
285
- */
286
- registerHooks() {
287
- this.registry.register(HookEvent.PreCommand, this.analyzeCommand.bind(this), HookPriority.Critical, { name: 'bash-safety:pre-command' });
288
- }
289
- /**
290
- * Detect available dependencies
291
- */
292
- async detectAvailableDependencies() {
293
- // In a real implementation, this would check which commands are available
294
- // For now, assume common ones are available
295
- const commonDeps = ['git', 'node', 'npm', 'curl', 'sed', 'awk'];
296
- commonDeps.forEach(dep => this.availableDependencies.add(dep));
297
- }
298
- /**
299
- * Analyze a command for safety
300
- */
301
- async analyzeCommand(context) {
302
- const commandInfo = context.command;
303
- if (!commandInfo) {
304
- return this.createResult('low', false, []);
305
- }
306
- const command = commandInfo.command;
307
- const risks = [];
308
- const warnings = [];
309
- let blocked = false;
310
- let blockReason;
311
- let modifiedCommand;
312
- let safeAlternatives;
313
- // Check for dangerous patterns
314
- for (const pattern of DANGEROUS_PATTERNS) {
315
- if (pattern.pattern.test(command)) {
316
- risks.push({
317
- type: pattern.type,
318
- severity: pattern.severity,
319
- description: pattern.description,
320
- pattern: pattern.pattern.toString(),
321
- });
322
- if (pattern.block) {
323
- blocked = true;
324
- blockReason = pattern.description;
325
- }
326
- // Find safe alternatives using pattern matching
327
- for (const { pattern: altPattern, alternatives } of SAFE_ALTERNATIVES) {
328
- if (altPattern.test(command)) {
329
- safeAlternatives = alternatives;
330
- break;
331
- }
332
- }
333
- }
334
- }
335
- // Check for secrets
336
- const { secrets, redactedCommand } = this.detectSecrets(command);
337
- for (const secret of secrets) {
338
- risks.push({
339
- type: 'secret',
340
- severity: 'high',
341
- description: `Potential ${secret.name} detected in command`,
342
- });
343
- warnings.push(`Detected potential secret: ${secret.name}`);
344
- }
345
- // Check for missing dependencies
346
- const missingDependencies = this.checkDependencies(command);
347
- // Add -i flag to rm commands if not present
348
- if (/\brm\s+/.test(command) && !/-i\b/.test(command) && !blocked) {
349
- modifiedCommand = command.replace(/\brm\s+/, 'rm -i ');
350
- warnings.push('Added -i flag for interactive confirmation');
351
- }
352
- // Calculate overall risk level
353
- const riskLevel = this.calculateRiskLevel(risks);
354
- // Determine if we should proceed
355
- const shouldProceed = !blocked;
356
- return {
357
- success: true,
358
- riskLevel,
359
- blocked,
360
- blockReason,
361
- modifiedCommand,
362
- risks,
363
- safeAlternatives,
364
- warnings: warnings.length > 0 ? warnings : undefined,
365
- missingDependencies: missingDependencies.length > 0 ? missingDependencies : undefined,
366
- redactedCommand: secrets.length > 0 ? redactedCommand : undefined,
367
- abort: blocked,
368
- data: blocked ? undefined : {
369
- command: {
370
- ...commandInfo,
371
- command: modifiedCommand || command,
372
- isDestructive: risks.some(r => r.type === 'destructive'),
373
- },
374
- },
375
- };
376
- }
377
- /**
378
- * Detect secrets in command
379
- */
380
- detectSecrets(command) {
381
- const secrets = [];
382
- let redactedCommand = command;
383
- for (const { pattern, name, redactGroup } of SECRET_PATTERNS) {
384
- const match = pattern.exec(command);
385
- if (match) {
386
- secrets.push({ name, position: match.index });
387
- // Redact the secret value
388
- if (redactGroup && match[redactGroup]) {
389
- redactedCommand = redactedCommand.replace(match[redactGroup], '[REDACTED]');
390
- }
391
- else {
392
- redactedCommand = redactedCommand.replace(match[0], `[REDACTED_${name.toUpperCase().replace(/\s/g, '_')}]`);
393
- }
394
- }
395
- }
396
- return { secrets, redactedCommand };
397
- }
398
- /**
399
- * Check for missing dependencies
400
- */
401
- checkDependencies(command) {
402
- const missing = [];
403
- for (const { command: pattern, dependency } of DEPENDENCY_CHECKS) {
404
- if (pattern.test(command) && !this.availableDependencies.has(dependency)) {
405
- missing.push(dependency);
406
- }
407
- }
408
- return missing;
409
- }
410
- /**
411
- * Calculate overall risk level
412
- */
413
- calculateRiskLevel(risks) {
414
- if (risks.length === 0) {
415
- return 'low';
416
- }
417
- const severities = risks.map(r => r.severity);
418
- if (severities.includes('critical')) {
419
- return 'critical';
420
- }
421
- if (severities.includes('high')) {
422
- return 'high';
423
- }
424
- if (severities.includes('medium')) {
425
- return 'medium';
426
- }
427
- return 'low';
428
- }
429
- /**
430
- * Create a result object
431
- */
432
- createResult(riskLevel, blocked, risks) {
433
- return {
434
- success: true,
435
- riskLevel,
436
- blocked,
437
- risks,
438
- };
439
- }
440
- /**
441
- * Manually analyze a command
442
- */
443
- async analyze(command) {
444
- const context = {
445
- event: HookEvent.PreCommand,
446
- timestamp: new Date(),
447
- command: { command },
448
- };
449
- return this.analyzeCommand(context);
450
- }
451
- /**
452
- * Add a custom dangerous pattern
453
- */
454
- addDangerousPattern(pattern, type, severity, description, block = true) {
455
- DANGEROUS_PATTERNS.push({ pattern, type, severity, description, block });
456
- }
457
- /**
458
- * Mark a dependency as available
459
- */
460
- markDependencyAvailable(dependency) {
461
- this.availableDependencies.add(dependency);
462
- }
463
- /**
464
- * Check if a command would be blocked
465
- */
466
- wouldBlock(command) {
467
- for (const pattern of DANGEROUS_PATTERNS) {
468
- if (pattern.block && pattern.pattern.test(command)) {
469
- return true;
470
- }
471
- }
472
- return false;
473
- }
474
- }
475
- /**
476
- * Create bash safety hook
477
- */
478
- export function createBashSafetyHook(registry) {
479
- return new BashSafetyHook(registry);
480
- }
481
- //# sourceMappingURL=bash-safety.js.map
@@ -1,144 +0,0 @@
1
- /**
2
- * V1 File Organization Hook
3
- *
4
- * TypeScript conversion of V2 file-hook.sh.
5
- * Enforces file organization, blocks writes to root folder,
6
- * suggests proper directories, and recommends formatters.
7
- *
8
- * @module v1/shared/hooks/safety/file-organization
9
- */
10
- import { HookContext, HookResult } from '../types.js';
11
- import { HookRegistry } from '../registry.js';
12
- /**
13
- * File organization hook result
14
- */
15
- export interface FileOrganizationResult extends HookResult {
16
- /** Whether the file operation should be blocked */
17
- blocked: boolean;
18
- /** Reason for blocking */
19
- blockReason?: string;
20
- /** Suggested new path */
21
- suggestedPath?: string;
22
- /** Suggested directory */
23
- suggestedDirectory?: string;
24
- /** Formatter recommendation */
25
- formatter?: FormatterRecommendation;
26
- /** Linter recommendation */
27
- linter?: LinterRecommendation;
28
- /** File type detected */
29
- fileType?: string;
30
- /** Warnings */
31
- warnings?: string[];
32
- /** Organization issues detected */
33
- issues?: OrganizationIssue[];
34
- }
35
- /**
36
- * Formatter recommendation
37
- */
38
- export interface FormatterRecommendation {
39
- /** Formatter name */
40
- name: string;
41
- /** Command to run */
42
- command: string;
43
- /** Config file to check for */
44
- configFile?: string;
45
- /** Whether config exists */
46
- configExists?: boolean;
47
- }
48
- /**
49
- * Linter recommendation
50
- */
51
- export interface LinterRecommendation {
52
- /** Linter name */
53
- name: string;
54
- /** Command to run */
55
- command: string;
56
- /** Config file to check for */
57
- configFile?: string;
58
- }
59
- /**
60
- * Organization issue
61
- */
62
- export interface OrganizationIssue {
63
- /** Issue type */
64
- type: 'wrong-directory' | 'naming-convention' | 'missing-config' | 'root-write';
65
- /** Issue severity */
66
- severity: 'info' | 'warning' | 'error';
67
- /** Issue description */
68
- description: string;
69
- /** Suggested fix */
70
- suggestedFix?: string;
71
- }
72
- /**
73
- * File Organization Hook Manager
74
- */
75
- export declare class FileOrganizationHook {
76
- private registry;
77
- private projectRoot;
78
- constructor(registry: HookRegistry);
79
- /**
80
- * Register file organization hooks
81
- */
82
- private registerHooks;
83
- /**
84
- * Analyze file operation for organization issues
85
- */
86
- analyzeFileOperation(context: HookContext): Promise<FileOrganizationResult>;
87
- /**
88
- * Check if directory is root
89
- */
90
- private isRootDirectory;
91
- /**
92
- * Normalize path for comparison
93
- */
94
- private normalizePath;
95
- /**
96
- * Get file type information
97
- */
98
- private getFileTypeInfo;
99
- /**
100
- * Check naming convention
101
- */
102
- private checkNamingConvention;
103
- /**
104
- * Get formatter recommendation
105
- */
106
- private getFormatterRecommendation;
107
- /**
108
- * Get linter recommendation
109
- */
110
- private getLinterRecommendation;
111
- /**
112
- * Create result object
113
- */
114
- private createResult;
115
- /**
116
- * Manually analyze a file path
117
- */
118
- analyze(filePath: string): Promise<FileOrganizationResult>;
119
- /**
120
- * Get suggested directory for a file
121
- */
122
- getSuggestedDirectory(fileName: string): string | null;
123
- /**
124
- * Check if a file path would be blocked
125
- */
126
- wouldBlock(filePath: string): boolean;
127
- /**
128
- * Set project root directory
129
- */
130
- setProjectRoot(root: string): void;
131
- /**
132
- * Get all formatter recommendations
133
- */
134
- getAllFormatters(): Record<string, FormatterRecommendation>;
135
- /**
136
- * Get all linter recommendations
137
- */
138
- getAllLinters(): Record<string, LinterRecommendation>;
139
- }
140
- /**
141
- * Create file organization hook
142
- */
143
- export declare function createFileOrganizationHook(registry: HookRegistry): FileOrganizationHook;
144
- //# sourceMappingURL=file-organization.d.ts.map