@vibecodetown/mcp-server 1.3.1 → 1.5.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.
Files changed (1590) hide show
  1. package/CONTRIBUTING.md +0 -0
  2. package/LICENSE +21 -0
  3. package/README.md +0 -0
  4. package/THIRD_PARTY_NOTICES.md +106 -0
  5. package/bin/SHA256SUMS +9 -0
  6. package/bin/clinic_win_x64/clinic.exe +0 -0
  7. package/bin/spec-high_linux_x64/spec-high +0 -0
  8. package/bin/spec-high_win_x64/spec-high.exe +0 -0
  9. package/bin/vibecoding-helper_win_x64/vibecoding-helper.exe +0 -0
  10. package/bin/vpm-back_win_x64/vpm-back.exe +0 -0
  11. package/build/background-sync-worker.d.ts +1 -2
  12. package/build/background-sync-worker.js +0 -0
  13. package/build/bin/vibe-auth.d.ts +0 -0
  14. package/build/bin/vibe-auth.js +0 -0
  15. package/build/bin/vibe-bitnet-worker.d.ts +0 -0
  16. package/build/bin/vibe-bitnet-worker.js +5 -4
  17. package/build/bin/vibe-ci.d.ts +2 -10
  18. package/build/bin/vibe-ci.js +6 -1552
  19. package/build/bin/vibe-companion.d.ts +15 -0
  20. package/build/bin/vibe-companion.js +134 -0
  21. package/build/bin/vibe-dashboard.d.ts +0 -0
  22. package/build/bin/vibe-dashboard.js +11 -11
  23. package/build/bin/vibe-mapper-worker.d.ts +0 -0
  24. package/build/bin/vibe-mapper-worker.js +37 -15
  25. package/build/bitnet-worker/autostart.d.ts +0 -0
  26. package/build/bitnet-worker/autostart.js +4 -3
  27. package/build/bitnet-worker/client.d.ts +0 -0
  28. package/build/bitnet-worker/client.js +3 -2
  29. package/build/bitnet-worker/cpu_brake.d.ts +0 -0
  30. package/build/bitnet-worker/cpu_brake.js +4 -3
  31. package/build/bitnet-worker/embed_client.d.ts +0 -0
  32. package/build/bitnet-worker/embed_client.js +0 -0
  33. package/build/bitnet-worker/hw_slots.d.ts +0 -0
  34. package/build/bitnet-worker/hw_slots.js +3 -2
  35. package/build/bitnet-worker/index.d.ts +1 -1
  36. package/build/bitnet-worker/index.js +1 -1
  37. package/build/bitnet-worker/metrics.d.ts +0 -0
  38. package/build/bitnet-worker/metrics.js +0 -0
  39. package/build/bitnet-worker/native_inference.d.ts +1 -1
  40. package/build/bitnet-worker/native_inference.js +49 -43
  41. package/build/bitnet-worker/pool-autostart.d.ts +0 -0
  42. package/build/bitnet-worker/pool-autostart.js +5 -4
  43. package/build/bitnet-worker/request_cache.d.ts +0 -0
  44. package/build/bitnet-worker/request_cache.js +0 -0
  45. package/build/bitnet-worker/serial_queue.d.ts +0 -0
  46. package/build/bitnet-worker/serial_queue.js +0 -0
  47. package/build/bitnet-worker/server-autostart.d.ts +1 -1
  48. package/build/bitnet-worker/server-autostart.js +9 -9
  49. package/build/bitnet-worker/server.d.ts +4 -4
  50. package/build/bitnet-worker/server.js +131 -115
  51. package/build/bitnet-worker/server_manager.d.ts +28 -54
  52. package/build/bitnet-worker/server_manager.js +107 -238
  53. package/build/bitnet-worker/tiered_queue.d.ts +0 -0
  54. package/build/bitnet-worker/tiered_queue.js +3 -2
  55. package/build/bitnet-worker/types.d.ts +0 -0
  56. package/build/bitnet-worker/types.js +0 -0
  57. package/build/ci/args.d.ts +16 -0
  58. package/build/ci/args.js +103 -0
  59. package/build/ci/clinic_result.d.ts +22 -0
  60. package/build/ci/clinic_result.js +197 -0
  61. package/build/ci/cloud_sync.d.ts +2 -0
  62. package/build/ci/cloud_sync.js +29 -0
  63. package/build/ci/engine.d.ts +10 -0
  64. package/build/ci/engine.js +63 -0
  65. package/build/ci/file_changes.d.ts +10 -0
  66. package/build/ci/file_changes.js +127 -0
  67. package/build/ci/pipeline.d.ts +22 -0
  68. package/build/ci/pipeline.js +662 -0
  69. package/build/ci/pipeline_types.d.ts +134 -0
  70. package/build/ci/pipeline_types.js +5 -0
  71. package/build/ci/pipeline_violations.d.ts +44 -0
  72. package/build/ci/pipeline_violations.js +229 -0
  73. package/build/ci/rules/go.d.ts +8 -0
  74. package/build/ci/rules/go.js +22 -0
  75. package/build/ci/rules/index.d.ts +32 -0
  76. package/build/ci/rules/index.js +42 -0
  77. package/build/ci/rules/java.d.ts +8 -0
  78. package/build/ci/rules/java.js +22 -0
  79. package/build/ci/rules/javascript.d.ts +8 -0
  80. package/build/ci/rules/javascript.js +32 -0
  81. package/build/ci/rules/python.d.ts +8 -0
  82. package/build/ci/rules/python.js +27 -0
  83. package/build/ci/rules/rust.d.ts +8 -0
  84. package/build/ci/rules/rust.js +27 -0
  85. package/build/ci/spec_gate.d.ts +15 -0
  86. package/build/ci/spec_gate.js +143 -0
  87. package/build/ci/subcommands.d.ts +2 -0
  88. package/build/ci/subcommands.js +147 -0
  89. package/build/companion/autostart.d.ts +23 -0
  90. package/build/companion/autostart.js +105 -0
  91. package/build/companion/external_tools.d.ts +36 -0
  92. package/build/companion/external_tools.js +74 -0
  93. package/build/companion/index.d.ts +7 -0
  94. package/build/companion/index.js +6 -0
  95. package/build/companion/providers/bitnet_provider.d.ts +43 -0
  96. package/build/companion/providers/bitnet_provider.js +189 -0
  97. package/build/companion/providers/index.d.ts +1 -0
  98. package/build/companion/providers/index.js +1 -0
  99. package/build/companion/runtime.d.ts +9 -0
  100. package/build/companion/runtime.js +106 -0
  101. package/build/companion/server.d.ts +10 -0
  102. package/build/companion/server.js +143 -0
  103. package/build/companion/tools.d.ts +27 -0
  104. package/build/companion/tools.js +305 -0
  105. package/build/companion/types.d.ts +44 -0
  106. package/build/companion/types.js +10 -0
  107. package/build/companion/warden_runtime.d.ts +106 -0
  108. package/build/companion/warden_runtime.js +419 -0
  109. package/build/config/load-config.d.ts +0 -0
  110. package/build/config/load-config.js +2 -1
  111. package/build/coordinator/client.d.ts +0 -0
  112. package/build/coordinator/client.js +10 -19
  113. package/build/coordinator/index.d.ts +0 -0
  114. package/build/coordinator/index.js +0 -0
  115. package/build/correction-messages.d.ts +0 -0
  116. package/build/correction-messages.js +0 -0
  117. package/build/dashboard/index.d.ts +7 -17
  118. package/build/dashboard/index.js +9 -19
  119. package/build/dashboard/server.d.ts +4 -2
  120. package/build/dashboard/server.js +237 -83
  121. package/build/dashboard/signal_stream.d.ts +24 -0
  122. package/build/dashboard/signal_stream.js +252 -0
  123. package/build/db_sync/block_migration.d.ts +35 -0
  124. package/build/db_sync/block_migration.js +106 -0
  125. package/build/db_sync/block_reader.d.ts +38 -0
  126. package/build/db_sync/block_reader.js +97 -0
  127. package/build/db_sync/block_search_adapter.d.ts +26 -0
  128. package/build/db_sync/block_search_adapter.js +69 -0
  129. package/build/db_sync/block_sync.d.ts +26 -0
  130. package/build/db_sync/block_sync.js +95 -0
  131. package/build/db_sync/block_writer.d.ts +41 -0
  132. package/build/db_sync/block_writer.js +83 -0
  133. package/build/db_sync/config.d.ts +1 -7
  134. package/build/db_sync/config.js +7 -20
  135. package/build/db_sync/index.d.ts +20 -12
  136. package/build/db_sync/index.js +56 -56
  137. package/build/db_sync/parsers/bitnet.d.ts +0 -0
  138. package/build/db_sync/parsers/bitnet.js +0 -0
  139. package/build/db_sync/parsers/gate.d.ts +0 -0
  140. package/build/db_sync/parsers/gate.js +0 -0
  141. package/build/db_sync/parsers/index.d.ts +0 -0
  142. package/build/db_sync/parsers/index.js +0 -0
  143. package/build/db_sync/parsers/ingress.d.ts +0 -0
  144. package/build/db_sync/parsers/ingress.js +0 -0
  145. package/build/db_sync/parsers/mapping.d.ts +0 -0
  146. package/build/db_sync/parsers/mapping.js +0 -0
  147. package/build/db_sync/parsers/orchestrator.d.ts +0 -0
  148. package/build/db_sync/parsers/orchestrator.js +0 -0
  149. package/build/db_sync/pool.d.ts +2 -3
  150. package/build/db_sync/pool.js +10 -11
  151. package/build/db_sync/publish.d.ts +0 -0
  152. package/build/db_sync/publish.js +14 -14
  153. package/build/db_sync/read_model.d.ts +0 -0
  154. package/build/db_sync/read_model.js +7 -7
  155. package/build/db_sync/scanner.d.ts +4 -4
  156. package/build/db_sync/scanner.js +42 -30
  157. package/build/db_sync/types.d.ts +53 -7
  158. package/build/db_sync/types.js +11 -18
  159. package/build/db_sync/writer.d.ts +0 -0
  160. package/build/db_sync/writer.js +129 -129
  161. package/build/decision-log-reader.d.ts +33 -0
  162. package/build/decision-log-reader.js +129 -5
  163. package/build/deep-link.d.ts +0 -0
  164. package/build/deep-link.js +12 -11
  165. package/build/deps/deps-update.d.ts +0 -0
  166. package/build/deps/deps-update.js +0 -0
  167. package/build/deps/drift-check.d.ts +0 -0
  168. package/build/deps/drift-check.js +0 -0
  169. package/build/deps/env-check.d.ts +0 -0
  170. package/build/deps/env-check.js +0 -0
  171. package/build/deps/index.d.ts +0 -0
  172. package/build/deps/index.js +0 -0
  173. package/build/deps/pm-detect.d.ts +0 -0
  174. package/build/deps/pm-detect.js +0 -0
  175. package/build/deps/types.d.ts +0 -0
  176. package/build/deps/types.js +0 -0
  177. package/build/deps/ux-renderer.d.ts +0 -0
  178. package/build/deps/ux-renderer.js +0 -0
  179. package/build/{tier → domains/ant}/ant_lane.d.ts +2 -2
  180. package/build/{tier → domains/ant}/ant_lane.js +52 -50
  181. package/build/domains/ant/ant_lane_remediation.d.ts +50 -0
  182. package/build/domains/ant/ant_lane_remediation.js +157 -0
  183. package/build/domains/ant/ant_remediator.d.ts +48 -0
  184. package/build/domains/ant/ant_remediator.js +129 -0
  185. package/build/{tier → domains/ant}/checkpoint.d.ts +1 -1
  186. package/build/{tier → domains/ant}/checkpoint.js +66 -67
  187. package/build/{tier → domains/ant}/checkpoint_types.d.ts +17 -16
  188. package/build/{tier → domains/ant}/checkpoint_types.js +0 -0
  189. package/build/domains/ant/healing_loop.d.ts +42 -0
  190. package/build/domains/ant/healing_loop.js +196 -0
  191. package/build/domains/ant/index.d.ts +19 -0
  192. package/build/domains/ant/index.js +20 -0
  193. package/build/domains/ant/payload_builder.d.ts +51 -0
  194. package/build/domains/ant/payload_builder.js +137 -0
  195. package/build/domains/ant/remediation_log.d.ts +59 -0
  196. package/build/domains/ant/remediation_log.js +84 -0
  197. package/build/domains/bee/bee_chain_storage.d.ts +50 -0
  198. package/build/domains/bee/bee_chain_storage.js +155 -0
  199. package/build/domains/bee/bee_context_enricher.d.ts +76 -0
  200. package/build/domains/bee/bee_context_enricher.js +194 -0
  201. package/build/domains/bee/bee_import_parser.d.ts +68 -0
  202. package/build/domains/bee/bee_import_parser.js +359 -0
  203. package/build/domains/bee/bee_incremental_analyzer.d.ts +59 -0
  204. package/build/domains/bee/bee_incremental_analyzer.js +158 -0
  205. package/build/domains/bee/bee_ipc_server.d.ts +60 -0
  206. package/build/domains/bee/bee_ipc_server.js +146 -0
  207. package/build/domains/bee/bee_orchestrator.d.ts +35 -0
  208. package/build/domains/bee/bee_orchestrator.js +429 -0
  209. package/build/domains/bee/bee_rechunk.d.ts +41 -0
  210. package/build/domains/bee/bee_rechunk.js +128 -0
  211. package/build/domains/bee/bee_rechunk_incremental.d.ts +36 -0
  212. package/build/domains/bee/bee_rechunk_incremental.js +204 -0
  213. package/build/domains/bee/bee_stream_listener.d.ts +62 -0
  214. package/build/domains/bee/bee_stream_listener.js +161 -0
  215. package/build/domains/bee/bee_swarm_bridge.d.ts +32 -0
  216. package/build/domains/bee/bee_swarm_bridge.js +120 -0
  217. package/build/domains/bee/bee_triangulation.d.ts +66 -0
  218. package/build/domains/bee/bee_triangulation.js +186 -0
  219. package/build/domains/bee/bee_types.d.ts +142 -0
  220. package/build/domains/bee/bee_types.js +15 -0
  221. package/build/domains/bee/bee_watcher.d.ts +63 -0
  222. package/build/domains/bee/bee_watcher.js +267 -0
  223. package/build/{tier → domains/bee}/cooldown_store.d.ts +1 -1
  224. package/build/{tier → domains/bee}/cooldown_store.js +9 -8
  225. package/build/domains/bee/file_hash_registry.d.ts +69 -0
  226. package/build/domains/bee/file_hash_registry.js +189 -0
  227. package/build/domains/bee/index.d.ts +36 -0
  228. package/build/domains/bee/index.js +37 -0
  229. package/build/domains/bee/intent_tracker.d.ts +81 -0
  230. package/build/domains/bee/intent_tracker.js +185 -0
  231. package/build/domains/bee/log_pattern_registry.d.ts +91 -0
  232. package/build/domains/bee/log_pattern_registry.js +160 -0
  233. package/build/domains/bee/log_reasoning_bridge.d.ts +69 -0
  234. package/build/domains/bee/log_reasoning_bridge.js +182 -0
  235. package/build/domains/bee/scout_chain_storage.d.ts +27 -0
  236. package/build/domains/bee/scout_chain_storage.js +69 -0
  237. package/build/domains/bee/scout_heuristics.d.ts +30 -0
  238. package/build/domains/bee/scout_heuristics.js +446 -0
  239. package/build/{tier → domains/bee}/scout_runner.d.ts +5 -0
  240. package/build/{tier → domains/bee}/scout_runner.js +57 -2
  241. package/build/{tier → domains/bee}/trigger_evaluator.d.ts +4 -4
  242. package/build/{tier → domains/bee}/trigger_evaluator.js +63 -65
  243. package/build/{tier → domains/bee}/trigger_facts_collector.d.ts +3 -3
  244. package/build/domains/bee/trigger_facts_collector.js +280 -0
  245. package/build/{tier → domains/bee}/trigger_types.d.ts +3 -3
  246. package/build/{tier → domains/bee}/trigger_types.js +0 -0
  247. package/build/domains/prime/activity_sensor.d.ts +36 -0
  248. package/build/domains/prime/activity_sensor.js +64 -0
  249. package/build/domains/prime/context_assembly.d.ts +102 -0
  250. package/build/domains/prime/context_assembly.js +174 -0
  251. package/build/domains/prime/director.d.ts +38 -0
  252. package/build/domains/prime/director.js +136 -0
  253. package/build/domains/prime/goal_classifier.d.ts +11 -0
  254. package/build/domains/prime/goal_classifier.js +62 -0
  255. package/build/domains/prime/hive_mind.d.ts +48 -0
  256. package/build/domains/prime/hive_mind.js +249 -0
  257. package/build/domains/prime/hive_mind_prompts.d.ts +22 -0
  258. package/build/domains/prime/hive_mind_prompts.js +110 -0
  259. package/build/domains/prime/hive_mind_types.d.ts +43 -0
  260. package/build/domains/prime/hive_mind_types.js +4 -0
  261. package/build/domains/prime/holodeck.d.ts +33 -0
  262. package/build/domains/prime/holodeck.js +102 -0
  263. package/build/domains/prime/holodeck_types.d.ts +28 -0
  264. package/build/domains/prime/holodeck_types.js +4 -0
  265. package/build/domains/prime/hybrid_check.d.ts +23 -0
  266. package/build/domains/prime/hybrid_check.js +58 -0
  267. package/build/domains/prime/index.d.ts +20 -0
  268. package/build/domains/prime/index.js +15 -0
  269. package/build/domains/prime/mission_store.d.ts +27 -0
  270. package/build/domains/prime/mission_store.js +95 -0
  271. package/build/domains/prime/planner.d.ts +55 -0
  272. package/build/domains/prime/planner.js +307 -0
  273. package/build/domains/prime/planner_prompts.d.ts +18 -0
  274. package/build/domains/prime/planner_prompts.js +116 -0
  275. package/build/domains/prime/reviewer.d.ts +27 -0
  276. package/build/domains/prime/reviewer.js +83 -0
  277. package/build/domains/prime/stage_machine.d.ts +62 -0
  278. package/build/domains/prime/stage_machine.js +143 -0
  279. package/build/domains/prime/time_stone.d.ts +37 -0
  280. package/build/domains/prime/time_stone.js +212 -0
  281. package/build/domains/prime/time_stone_scorer.d.ts +17 -0
  282. package/build/domains/prime/time_stone_scorer.js +44 -0
  283. package/build/domains/prime/time_stone_types.d.ts +71 -0
  284. package/build/domains/prime/time_stone_types.js +4 -0
  285. package/build/domains/prime/types.d.ts +44 -0
  286. package/build/domains/prime/types.js +7 -0
  287. package/build/domains/rag/block_indexer.d.ts +39 -0
  288. package/build/domains/rag/block_indexer.js +61 -0
  289. package/build/domains/rag/context_builder.d.ts +11 -0
  290. package/build/domains/rag/context_builder.js +30 -0
  291. package/build/domains/rag/index.d.ts +6 -0
  292. package/build/domains/rag/index.js +6 -0
  293. package/build/domains/rag/rag_bridge.d.ts +29 -0
  294. package/build/domains/rag/rag_bridge.js +22 -0
  295. package/build/domains/rag/rag_client.d.ts +14 -0
  296. package/build/domains/rag/rag_client.js +77 -0
  297. package/build/domains/rag/retrieval.d.ts +18 -0
  298. package/build/domains/rag/retrieval.js +47 -0
  299. package/build/domains/rag/types.d.ts +57 -0
  300. package/build/domains/rag/types.js +3 -0
  301. package/build/domains/swarm/index.d.ts +19 -0
  302. package/build/domains/swarm/index.js +20 -0
  303. package/build/domains/swarm/reasoning_chain.d.ts +62 -0
  304. package/build/domains/swarm/reasoning_chain.js +121 -0
  305. package/build/domains/swarm/swarm_chain_dispatcher.d.ts +52 -0
  306. package/build/domains/swarm/swarm_chain_dispatcher.js +144 -0
  307. package/build/domains/swarm/swarm_consensus.d.ts +34 -0
  308. package/build/domains/swarm/swarm_consensus.js +87 -0
  309. package/build/domains/swarm/swarm_dispatcher.d.ts +34 -0
  310. package/build/domains/swarm/swarm_dispatcher.js +111 -0
  311. package/build/domains/swarm/swarm_prompt.d.ts +16 -0
  312. package/build/domains/swarm/swarm_prompt.js +70 -0
  313. package/build/domains/swarm/swarm_types.d.ts +55 -0
  314. package/build/domains/swarm/swarm_types.js +9 -0
  315. package/build/domains/swarm/swarm_verdict_router.d.ts +55 -0
  316. package/build/domains/swarm/swarm_verdict_router.js +129 -0
  317. package/build/evidence-report.d.ts +2 -2
  318. package/build/evidence-report.js +18 -153
  319. package/build/gateway/client.d.ts +35 -0
  320. package/build/gateway/client.js +98 -0
  321. package/build/gateway/config.d.ts +41 -0
  322. package/build/gateway/config.js +49 -0
  323. package/build/gateway/dispatch_handler.d.ts +17 -0
  324. package/build/gateway/dispatch_handler.js +95 -0
  325. package/build/gateway/heartbeat.d.ts +23 -0
  326. package/build/gateway/heartbeat.js +78 -0
  327. package/build/gateway/index.d.ts +18 -0
  328. package/build/gateway/index.js +14 -0
  329. package/build/gateway/prime_dispatch.d.ts +29 -0
  330. package/build/gateway/prime_dispatch.js +80 -0
  331. package/build/health/index.d.ts +0 -0
  332. package/build/health/index.js +0 -0
  333. package/build/health/liveness.d.ts +0 -0
  334. package/build/health/liveness.js +0 -0
  335. package/build/health/readiness.d.ts +5 -0
  336. package/build/health/readiness.js +28 -5
  337. package/build/health/types.d.ts +0 -0
  338. package/build/health/types.js +0 -0
  339. package/build/hub/autostart.d.ts +23 -0
  340. package/build/hub/autostart.js +137 -0
  341. package/build/hub/dashboard_routes.d.ts +17 -0
  342. package/build/hub/dashboard_routes.js +307 -0
  343. package/build/hub/index.d.ts +10 -0
  344. package/build/hub/index.js +8 -0
  345. package/build/hub/server.d.ts +10 -0
  346. package/build/hub/server.js +207 -0
  347. package/build/hub/types.d.ts +43 -0
  348. package/build/hub/types.js +8 -0
  349. package/build/index.d.ts +19 -19
  350. package/build/index.js +22 -47
  351. package/build/kernel/async-fs.d.ts +22 -0
  352. package/build/kernel/async-fs.js +50 -0
  353. package/build/kernel/atomic_writer.d.ts +22 -0
  354. package/build/kernel/atomic_writer.js +43 -0
  355. package/build/kernel/blocks/assembler.d.ts +101 -0
  356. package/build/kernel/blocks/assembler.js +254 -0
  357. package/build/kernel/blocks/chain.d.ts +148 -0
  358. package/build/kernel/blocks/chain.js +329 -0
  359. package/build/kernel/blocks/doubt.d.ts +141 -0
  360. package/build/kernel/blocks/doubt.js +288 -0
  361. package/build/kernel/blocks/events.d.ts +130 -0
  362. package/build/kernel/blocks/events.js +246 -0
  363. package/build/kernel/blocks/gc.d.ts +93 -0
  364. package/build/kernel/blocks/gc.js +320 -0
  365. package/build/kernel/blocks/hasher.d.ts +79 -0
  366. package/build/kernel/blocks/hasher.js +108 -0
  367. package/build/kernel/blocks/index.d.ts +29 -0
  368. package/build/kernel/blocks/index.js +44 -0
  369. package/build/kernel/blocks/inference_cache.d.ts +64 -0
  370. package/build/kernel/blocks/inference_cache.js +123 -0
  371. package/build/kernel/blocks/migration.d.ts +103 -0
  372. package/build/kernel/blocks/migration.js +273 -0
  373. package/build/kernel/blocks/policy.d.ts +41 -0
  374. package/build/kernel/blocks/policy.js +132 -0
  375. package/build/kernel/blocks/signal_bridge.d.ts +130 -0
  376. package/build/kernel/blocks/signal_bridge.js +324 -0
  377. package/build/kernel/blocks/signal_reader.d.ts +47 -0
  378. package/build/kernel/blocks/signal_reader.js +185 -0
  379. package/build/kernel/blocks/snapshot.d.ts +44 -0
  380. package/build/kernel/blocks/snapshot.js +258 -0
  381. package/build/kernel/blocks/store.d.ts +163 -0
  382. package/build/kernel/blocks/store.js +390 -0
  383. package/build/kernel/blocks/types.d.ts +340 -0
  384. package/build/kernel/blocks/types.js +31 -0
  385. package/build/kernel/blocks/vector.d.ts +90 -0
  386. package/build/kernel/blocks/vector.js +495 -0
  387. package/build/kernel/contracts.d.ts +53 -0
  388. package/build/kernel/contracts.js +1 -0
  389. package/build/kernel/deps.d.ts +22 -0
  390. package/build/kernel/deps.js +32 -0
  391. package/build/{mcp/events → kernel}/file_watcher.d.ts +1 -1
  392. package/build/{mcp/events → kernel}/file_watcher.js +5 -5
  393. package/build/kernel/index.d.ts +8 -0
  394. package/build/kernel/index.js +13 -0
  395. package/build/kernel/musu_adapter.d.ts +198 -0
  396. package/build/kernel/musu_adapter.js +836 -0
  397. package/build/kernel/musu_adapter_types.d.ts +212 -0
  398. package/build/kernel/musu_adapter_types.js +10 -0
  399. package/build/kernel/musu_endpoint.d.ts +15 -0
  400. package/build/kernel/musu_endpoint.js +62 -0
  401. package/build/kernel/paths.d.ts +90 -0
  402. package/build/kernel/paths.js +240 -0
  403. package/build/kernel/resolve_deps.d.ts +12 -0
  404. package/build/kernel/resolve_deps.js +14 -0
  405. package/build/kernel/smart_patcher.d.ts +52 -0
  406. package/build/kernel/smart_patcher.js +221 -0
  407. package/build/kernel/sys_admin_types.d.ts +34 -0
  408. package/build/kernel/sys_admin_types.js +7 -0
  409. package/build/license-manager.d.ts +0 -0
  410. package/build/license-manager.js +0 -0
  411. package/build/mapper-worker/client.d.ts +0 -0
  412. package/build/mapper-worker/client.js +5 -4
  413. package/build/mapper-worker/index.d.ts +0 -0
  414. package/build/mapper-worker/index.js +0 -0
  415. package/build/mapper-worker/pool.d.ts +1 -1
  416. package/build/mapper-worker/pool.js +46 -48
  417. package/build/mapper-worker/server.d.ts +0 -0
  418. package/build/mapper-worker/server.js +7 -8
  419. package/build/mapper-worker/types.d.ts +0 -0
  420. package/build/mapper-worker/types.js +2 -1
  421. package/build/mcp/a2a/envelope.d.ts +36 -0
  422. package/build/mcp/a2a/envelope.js +82 -0
  423. package/build/mcp/a2a/executor/actions.d.ts +39 -0
  424. package/build/mcp/a2a/executor/actions.js +218 -0
  425. package/build/mcp/a2a/executor/dry_run.d.ts +51 -0
  426. package/build/mcp/a2a/executor/dry_run.js +117 -0
  427. package/build/mcp/a2a/executor/handler.d.ts +23 -0
  428. package/build/mcp/a2a/executor/handler.js +125 -0
  429. package/build/mcp/a2a/executor/index.d.ts +3 -0
  430. package/build/mcp/a2a/executor/index.js +8 -0
  431. package/build/mcp/a2a/gate/index.d.ts +3 -0
  432. package/build/mcp/a2a/gate/index.js +15 -0
  433. package/build/mcp/a2a/gate/types.d.ts +106 -0
  434. package/build/mcp/a2a/gate/types.js +68 -0
  435. package/build/mcp/a2a/gate/verdict.d.ts +69 -0
  436. package/build/mcp/a2a/gate/verdict.js +286 -0
  437. package/build/mcp/a2a/history/builder.d.ts +78 -0
  438. package/build/mcp/a2a/history/builder.js +399 -0
  439. package/build/mcp/a2a/history/index.d.ts +6 -0
  440. package/build/mcp/a2a/history/index.js +6 -0
  441. package/build/mcp/a2a/history/types.d.ts +185 -0
  442. package/build/mcp/a2a/history/types.js +5 -0
  443. package/build/mcp/a2a/index.d.ts +7 -0
  444. package/build/mcp/a2a/index.js +13 -0
  445. package/build/mcp/a2a/intent/constitutional.d.ts +41 -0
  446. package/build/mcp/a2a/intent/constitutional.js +187 -0
  447. package/build/mcp/a2a/intent/converter.d.ts +23 -0
  448. package/build/mcp/a2a/intent/converter.js +32 -0
  449. package/build/mcp/a2a/intent/index.d.ts +13 -0
  450. package/build/mcp/a2a/intent/index.js +13 -0
  451. package/build/mcp/a2a/intent/interpreter.d.ts +51 -0
  452. package/build/mcp/a2a/intent/interpreter.js +341 -0
  453. package/build/mcp/a2a/intent/loader.d.ts +20 -0
  454. package/build/mcp/a2a/intent/loader.js +54 -0
  455. package/build/mcp/a2a/intent/project_intent.d.ts +54 -0
  456. package/build/mcp/a2a/intent/project_intent.js +221 -0
  457. package/build/mcp/a2a/intent/types.d.ts +156 -0
  458. package/build/mcp/a2a/intent/types.js +12 -0
  459. package/build/mcp/a2a/observer/hooks.d.ts +15 -0
  460. package/build/mcp/a2a/observer/hooks.js +35 -6
  461. package/build/mcp/a2a/observer/index.d.ts +5 -0
  462. package/build/mcp/a2a/observer/index.js +6 -0
  463. package/build/mcp/a2a/observer/logger.d.ts +0 -0
  464. package/build/mcp/a2a/observer/logger.js +2 -1
  465. package/build/mcp/a2a/observer/types.d.ts +1 -1
  466. package/build/mcp/a2a/observer/types.js +0 -0
  467. package/build/mcp/a2a/oracle/index.d.ts +3 -0
  468. package/build/mcp/a2a/oracle/index.js +5 -0
  469. package/build/mcp/a2a/oracle/oracle.d.ts +35 -0
  470. package/build/mcp/a2a/oracle/oracle.js +253 -0
  471. package/build/mcp/a2a/oracle/types.d.ts +108 -0
  472. package/build/mcp/a2a/oracle/types.js +10 -0
  473. package/build/mcp/a2a/orchestrator/index.d.ts +4 -0
  474. package/build/mcp/a2a/orchestrator/index.js +11 -0
  475. package/build/mcp/a2a/orchestrator/loop.d.ts +0 -0
  476. package/build/mcp/a2a/orchestrator/loop.js +2 -1
  477. package/build/mcp/a2a/orchestrator/ralph-audit.d.ts +0 -0
  478. package/build/mcp/a2a/orchestrator/ralph-audit.js +0 -0
  479. package/build/mcp/a2a/orchestrator/ralph-runner.d.ts +0 -0
  480. package/build/mcp/a2a/orchestrator/ralph-runner.js +0 -0
  481. package/build/mcp/a2a/orchestrator/rewind-actions.d.ts +2 -2
  482. package/build/mcp/a2a/orchestrator/rewind-actions.js +39 -27
  483. package/build/mcp/a2a/state/index.d.ts +6 -0
  484. package/build/mcp/a2a/state/index.js +6 -0
  485. package/build/mcp/a2a/state/manager.d.ts +105 -0
  486. package/build/mcp/a2a/state/manager.js +565 -0
  487. package/build/mcp/a2a/state/types.d.ts +179 -0
  488. package/build/mcp/a2a/state/types.js +46 -0
  489. package/build/mcp/a2a/types.d.ts +23 -1
  490. package/build/mcp/a2a/types.js +0 -0
  491. package/build/mcp/agents/catalog_loader.d.ts +23 -0
  492. package/build/mcp/agents/catalog_loader.js +168 -0
  493. package/build/mcp/agents/checksum.d.ts +30 -0
  494. package/build/mcp/agents/checksum.js +51 -0
  495. package/build/mcp/agents/dependency_resolver.d.ts +34 -0
  496. package/build/mcp/agents/dependency_resolver.js +109 -0
  497. package/build/mcp/agents/dispatcher.d.ts +33 -0
  498. package/build/mcp/agents/dispatcher.js +168 -0
  499. package/build/mcp/agents/feedback_loop.d.ts +84 -0
  500. package/build/mcp/agents/feedback_loop.js +241 -0
  501. package/build/mcp/agents/index.d.ts +13 -0
  502. package/build/mcp/agents/index.js +18 -0
  503. package/build/mcp/agents/lifecycle_monitor.d.ts +59 -0
  504. package/build/mcp/agents/lifecycle_monitor.js +189 -0
  505. package/build/mcp/agents/manifest_validator.d.ts +31 -0
  506. package/build/mcp/agents/manifest_validator.js +120 -0
  507. package/build/mcp/agents/oppa_router.d.ts +44 -0
  508. package/build/mcp/agents/oppa_router.js +134 -0
  509. package/build/mcp/agents/tool_executor.d.ts +22 -0
  510. package/build/mcp/agents/tool_executor.js +82 -0
  511. package/build/mcp/agents/types.d.ts +139 -0
  512. package/build/mcp/agents/types.js +7 -0
  513. package/build/mcp/agents/workflow_engine.d.ts +25 -0
  514. package/build/mcp/agents/workflow_engine.js +226 -0
  515. package/build/mcp/ai-native/discover.d.ts +41 -0
  516. package/build/mcp/ai-native/discover.js +69 -0
  517. package/build/mcp/ai-native/envelope.d.ts +47 -0
  518. package/build/mcp/ai-native/envelope.js +70 -0
  519. package/build/mcp/ai-native/health.d.ts +33 -0
  520. package/build/mcp/ai-native/health.js +97 -0
  521. package/build/mcp/ai-native/index.d.ts +7 -0
  522. package/build/mcp/ai-native/index.js +7 -0
  523. package/build/mcp/ai-native/next_action.d.ts +53 -0
  524. package/build/mcp/ai-native/next_action.js +133 -0
  525. package/build/mcp/airlock/airlock.d.ts +0 -0
  526. package/build/mcp/airlock/airlock.js +0 -0
  527. package/build/mcp/airlock/index.d.ts +0 -0
  528. package/build/mcp/airlock/index.js +0 -0
  529. package/build/mcp/airlock/policy.d.ts +2 -2
  530. package/build/mcp/airlock/policy.js +6 -6
  531. package/build/mcp/airlock/redact.d.ts +0 -0
  532. package/build/mcp/airlock/redact.js +0 -0
  533. package/build/mcp/airlock/report.d.ts +1 -1
  534. package/build/mcp/airlock/report.js +25 -25
  535. package/build/mcp/airlock/types.d.ts +0 -0
  536. package/build/mcp/airlock/types.js +0 -0
  537. package/build/mcp/auth/gate.d.ts +0 -0
  538. package/build/mcp/auth/gate.js +0 -0
  539. package/build/mcp/auth/index.d.ts +0 -0
  540. package/build/mcp/auth/index.js +0 -0
  541. package/build/mcp/auth/public_key.d.ts +0 -0
  542. package/build/mcp/auth/public_key.js +0 -0
  543. package/build/mcp/auth/token_cache.d.ts +0 -0
  544. package/build/mcp/auth/token_cache.js +2 -1
  545. package/build/mcp/auth/token_verifier.d.ts +0 -0
  546. package/build/mcp/auth/token_verifier.js +0 -0
  547. package/build/mcp/bootstrap/doctor.d.ts +0 -0
  548. package/build/mcp/bootstrap/doctor.js +3 -3
  549. package/build/mcp/bootstrap/installer.d.ts +12 -33
  550. package/build/mcp/bootstrap/installer.js +244 -674
  551. package/build/mcp/bootstrap/installer_env.d.ts +19 -0
  552. package/build/mcp/bootstrap/installer_env.js +128 -0
  553. package/build/mcp/bootstrap/installer_network.d.ts +24 -0
  554. package/build/mcp/bootstrap/installer_network.js +192 -0
  555. package/build/mcp/bootstrap/installer_version.d.ts +54 -0
  556. package/build/mcp/bootstrap/installer_version.js +163 -0
  557. package/build/mcp/bootstrap/lock.d.ts +0 -0
  558. package/build/mcp/bootstrap/lock.js +0 -0
  559. package/build/mcp/bootstrap/platform.d.ts +0 -0
  560. package/build/mcp/bootstrap/platform.js +0 -0
  561. package/build/mcp/bootstrap/registry.d.ts +12 -0
  562. package/build/mcp/bootstrap/registry.js +53 -4
  563. package/build/mcp/bootstrap/skills-installer.d.ts +15 -15
  564. package/build/mcp/bootstrap/skills-installer.js +115 -102
  565. package/build/mcp/cache/index.d.ts +0 -0
  566. package/build/mcp/cache/index.js +0 -0
  567. package/build/mcp/chunking/artifacts.d.ts +44 -4
  568. package/build/mcp/chunking/artifacts.js +120 -21
  569. package/build/mcp/chunking/chunking.d.ts +37 -1
  570. package/build/mcp/chunking/chunking.js +108 -24
  571. package/build/mcp/chunking/index.d.ts +0 -0
  572. package/build/mcp/chunking/index.js +0 -0
  573. package/build/mcp/chunking/policy.d.ts +3 -3
  574. package/build/mcp/chunking/policy.js +11 -11
  575. package/build/mcp/chunking/types.d.ts +0 -0
  576. package/build/mcp/chunking/types.js +0 -0
  577. package/build/mcp/cli.d.ts +0 -0
  578. package/build/mcp/cli.js +17 -1
  579. package/build/mcp/cockpit-bridge/client.d.ts +85 -2
  580. package/build/mcp/cockpit-bridge/client.js +170 -9
  581. package/build/mcp/cockpit-bridge/index.d.ts +0 -0
  582. package/build/mcp/cockpit-bridge/index.js +2 -1
  583. package/build/mcp/cockpit-bridge/tools/command.d.ts +25 -1
  584. package/build/mcp/cockpit-bridge/tools/command.js +26 -4
  585. package/build/mcp/cockpit-bridge/tools/decide.d.ts +0 -0
  586. package/build/mcp/cockpit-bridge/tools/decide.js +0 -0
  587. package/build/mcp/cockpit-bridge/tools/gate_result.d.ts +19 -0
  588. package/build/mcp/cockpit-bridge/tools/gate_result.js +64 -0
  589. package/build/mcp/cockpit-bridge/tools/index.d.ts +1 -0
  590. package/build/mcp/cockpit-bridge/tools/index.js +3 -0
  591. package/build/mcp/cockpit-bridge/tools/manual.d.ts +0 -0
  592. package/build/mcp/cockpit-bridge/tools/manual.js +2 -2
  593. package/build/mcp/cockpit-bridge/tools/prompt.d.ts +0 -0
  594. package/build/mcp/cockpit-bridge/tools/prompt.js +0 -0
  595. package/build/mcp/cockpit-bridge/tools/status.d.ts +0 -0
  596. package/build/mcp/cockpit-bridge/tools/status.js +0 -0
  597. package/build/mcp/contracts.d.ts +4 -4
  598. package/build/mcp/contracts.js +0 -0
  599. package/build/mcp/engine/deps.d.ts +12 -0
  600. package/build/mcp/engine/deps.js +19 -0
  601. package/build/mcp/engine/lazy.d.ts +5 -0
  602. package/build/mcp/engine/lazy.js +32 -0
  603. package/build/mcp/engine.d.ts +4 -3
  604. package/build/mcp/engine.js +79 -38
  605. package/build/mcp/errors.d.ts +21 -0
  606. package/build/mcp/errors.js +36 -0
  607. package/build/mcp/events/constants.d.ts +7 -0
  608. package/build/mcp/events/constants.js +8 -0
  609. package/build/mcp/events/dedup_cooldown.d.ts +0 -0
  610. package/build/mcp/events/dedup_cooldown.js +0 -0
  611. package/build/mcp/events/dedup_registry.d.ts +3 -0
  612. package/build/mcp/events/dedup_registry.js +25 -0
  613. package/build/mcp/events/emitter.d.ts +5 -2
  614. package/build/mcp/events/emitter.js +16 -10
  615. package/build/mcp/events/event_loop.d.ts +2 -1
  616. package/build/mcp/events/event_loop.js +94 -89
  617. package/build/mcp/events/index.d.ts +10 -11
  618. package/build/mcp/events/index.js +10 -11
  619. package/build/mcp/events/logger.d.ts +0 -0
  620. package/build/mcp/events/logger.js +0 -0
  621. package/build/mcp/events/mq.d.ts +2 -1
  622. package/build/mcp/events/mq.js +2 -2
  623. package/build/mcp/events/mq_nats.d.ts +0 -0
  624. package/build/mcp/events/mq_nats.js +3 -2
  625. package/build/mcp/events/mq_redis.d.ts +0 -0
  626. package/build/mcp/events/mq_redis.js +2 -1
  627. package/build/mcp/events/nav_refresh.d.ts +0 -0
  628. package/build/mcp/events/nav_refresh.js +15 -15
  629. package/build/mcp/events/processor.d.ts +2 -2
  630. package/build/mcp/events/processor.js +56 -24
  631. package/build/mcp/events/replay.d.ts +0 -0
  632. package/build/mcp/events/replay.js +0 -0
  633. package/build/mcp/events/types.d.ts +7 -4
  634. package/build/mcp/events/types.js +2 -2
  635. package/build/mcp/generated/activate_input.d.ts +0 -0
  636. package/build/mcp/generated/activate_input.js +0 -0
  637. package/build/mcp/generated/activate_output.d.ts +2 -2
  638. package/build/mcp/generated/activate_output.js +0 -0
  639. package/build/mcp/generated/advisory_review_input.d.ts +6 -6
  640. package/build/mcp/generated/advisory_review_input.js +0 -0
  641. package/build/mcp/generated/advisory_review_output.d.ts +0 -0
  642. package/build/mcp/generated/advisory_review_output.js +0 -0
  643. package/build/mcp/generated/auth_token_file.d.ts +0 -0
  644. package/build/mcp/generated/auth_token_file.js +0 -0
  645. package/build/mcp/generated/autopilot_policy.d.ts +0 -0
  646. package/build/mcp/generated/autopilot_policy.js +0 -0
  647. package/build/mcp/generated/bee_output.d.ts +59 -0
  648. package/build/mcp/generated/bee_output.js +36 -0
  649. package/build/mcp/generated/bitnet_signal.d.ts +18 -18
  650. package/build/mcp/generated/bitnet_signal.js +0 -0
  651. package/build/mcp/generated/bridge_build_seed_input.d.ts +0 -0
  652. package/build/mcp/generated/bridge_build_seed_input.js +0 -0
  653. package/build/mcp/generated/bridge_build_seed_output.d.ts +2 -2
  654. package/build/mcp/generated/bridge_build_seed_output.js +0 -0
  655. package/build/mcp/generated/bridge_confirm_reference_input.d.ts +0 -0
  656. package/build/mcp/generated/bridge_confirm_reference_input.js +0 -0
  657. package/build/mcp/generated/bridge_confirm_reference_output.d.ts +2 -2
  658. package/build/mcp/generated/bridge_confirm_reference_output.js +0 -0
  659. package/build/mcp/generated/bridge_confirmed_reference_file.d.ts +4 -4
  660. package/build/mcp/generated/bridge_confirmed_reference_file.js +0 -0
  661. package/build/mcp/generated/bridge_generate_references_input.d.ts +4 -4
  662. package/build/mcp/generated/bridge_generate_references_input.js +0 -0
  663. package/build/mcp/generated/bridge_generate_references_output.d.ts +2 -2
  664. package/build/mcp/generated/bridge_generate_references_output.js +0 -0
  665. package/build/mcp/generated/bridge_references_file.d.ts +10 -10
  666. package/build/mcp/generated/bridge_references_file.js +0 -0
  667. package/build/mcp/generated/bridge_work_order_seed_file.d.ts +2 -2
  668. package/build/mcp/generated/bridge_work_order_seed_file.js +0 -0
  669. package/build/mcp/generated/briefing_input.d.ts +0 -0
  670. package/build/mcp/generated/briefing_input.js +0 -0
  671. package/build/mcp/generated/briefing_output.d.ts +2 -2
  672. package/build/mcp/generated/briefing_output.js +0 -0
  673. package/build/mcp/generated/clinic_bridge_file.d.ts +0 -0
  674. package/build/mcp/generated/clinic_bridge_file.js +0 -0
  675. package/build/mcp/generated/contracts_bundle_info.d.ts +0 -0
  676. package/build/mcp/generated/contracts_bundle_info.js +0 -0
  677. package/build/mcp/generated/create_work_order_input.d.ts +0 -0
  678. package/build/mcp/generated/create_work_order_input.js +0 -0
  679. package/build/mcp/generated/create_work_order_output.d.ts +20 -20
  680. package/build/mcp/generated/create_work_order_output.js +0 -0
  681. package/build/mcp/generated/current_work_order_file.d.ts +0 -0
  682. package/build/mcp/generated/current_work_order_file.js +0 -0
  683. package/build/mcp/generated/deps_drift_report.d.ts +6 -6
  684. package/build/mcp/generated/deps_drift_report.js +0 -0
  685. package/build/mcp/generated/deps_scan.d.ts +24 -24
  686. package/build/mcp/generated/deps_scan.js +0 -0
  687. package/build/mcp/generated/doctor_input.d.ts +8 -2
  688. package/build/mcp/generated/doctor_input.js +1 -1
  689. package/build/mcp/generated/doctor_output.d.ts +14 -14
  690. package/build/mcp/generated/doctor_output.js +0 -0
  691. package/build/mcp/generated/execution_result.d.ts +12 -12
  692. package/build/mcp/generated/execution_result.js +0 -0
  693. package/build/mcp/generated/execution_task.d.ts +12 -12
  694. package/build/mcp/generated/execution_task.js +0 -0
  695. package/build/mcp/generated/export_output_input.d.ts +1 -1
  696. package/build/mcp/generated/export_output_input.js +0 -0
  697. package/build/mcp/generated/export_output_output.d.ts +6 -6
  698. package/build/mcp/generated/export_output_output.js +0 -0
  699. package/build/mcp/generated/finalize_work_input.d.ts +0 -0
  700. package/build/mcp/generated/finalize_work_input.js +0 -0
  701. package/build/mcp/generated/finalize_work_output.d.ts +0 -0
  702. package/build/mcp/generated/finalize_work_output.js +0 -0
  703. package/build/mcp/generated/gate_input.d.ts +0 -0
  704. package/build/mcp/generated/gate_input.js +0 -0
  705. package/build/mcp/generated/gate_output.d.ts +4 -4
  706. package/build/mcp/generated/gate_output.js +0 -0
  707. package/build/mcp/generated/gate_result_v1.d.ts +4 -4
  708. package/build/mcp/generated/gate_result_v1.js +0 -0
  709. package/build/mcp/generated/get_decision_input.d.ts +0 -0
  710. package/build/mcp/generated/get_decision_input.js +0 -0
  711. package/build/mcp/generated/get_decision_output.d.ts +24 -1
  712. package/build/mcp/generated/get_decision_output.js +45 -7
  713. package/build/mcp/generated/get_semantic_complexity_input.d.ts +0 -0
  714. package/build/mcp/generated/get_semantic_complexity_input.js +0 -0
  715. package/build/mcp/generated/get_semantic_complexity_output.d.ts +2 -2
  716. package/build/mcp/generated/get_semantic_complexity_output.js +0 -0
  717. package/build/mcp/generated/handoff_to_clinic.d.ts +0 -0
  718. package/build/mcp/generated/handoff_to_clinic.js +0 -0
  719. package/build/mcp/generated/index.d.ts +0 -0
  720. package/build/mcp/generated/index.js +0 -0
  721. package/build/mcp/generated/ingress_input.d.ts +0 -0
  722. package/build/mcp/generated/ingress_input.js +0 -0
  723. package/build/mcp/generated/ingress_output.d.ts +2 -2
  724. package/build/mcp/generated/ingress_output.js +0 -0
  725. package/build/mcp/generated/ingress_resolution_file.d.ts +0 -0
  726. package/build/mcp/generated/ingress_resolution_file.js +0 -0
  727. package/build/mcp/generated/ingress_summary_file.d.ts +0 -0
  728. package/build/mcp/generated/ingress_summary_file.js +0 -0
  729. package/build/mcp/generated/inspect_code_input.d.ts +5 -2
  730. package/build/mcp/generated/inspect_code_input.js +1 -1
  731. package/build/mcp/generated/inspect_code_output.d.ts +6 -6
  732. package/build/mcp/generated/inspect_code_output.js +0 -0
  733. package/build/mcp/generated/memory_retrieve_input.d.ts +0 -0
  734. package/build/mcp/generated/memory_retrieve_input.js +0 -0
  735. package/build/mcp/generated/memory_retrieve_output.d.ts +0 -0
  736. package/build/mcp/generated/memory_retrieve_output.js +0 -0
  737. package/build/mcp/generated/memory_state_file.d.ts +0 -0
  738. package/build/mcp/generated/memory_state_file.js +0 -0
  739. package/build/mcp/generated/memory_status_input.d.ts +0 -0
  740. package/build/mcp/generated/memory_status_input.js +0 -0
  741. package/build/mcp/generated/memory_status_output.d.ts +2 -2
  742. package/build/mcp/generated/memory_status_output.js +0 -0
  743. package/build/mcp/generated/memory_sync_input.d.ts +0 -0
  744. package/build/mcp/generated/memory_sync_input.js +0 -0
  745. package/build/mcp/generated/memory_sync_output.d.ts +8 -8
  746. package/build/mcp/generated/memory_sync_output.js +0 -0
  747. package/build/mcp/generated/message_template_id_mapping_file.d.ts +2 -2
  748. package/build/mcp/generated/message_template_id_mapping_file.js +0 -0
  749. package/build/mcp/generated/observer_event_map.d.ts +18 -18
  750. package/build/mcp/generated/observer_event_map.js +0 -0
  751. package/build/mcp/generated/ose_expand_input.d.ts +2 -2
  752. package/build/mcp/generated/ose_expand_input.js +0 -0
  753. package/build/mcp/generated/ose_expand_output.d.ts +0 -0
  754. package/build/mcp/generated/ose_expand_output.js +0 -0
  755. package/build/mcp/generated/oss_candidates_file.d.ts +12 -12
  756. package/build/mcp/generated/oss_candidates_file.js +0 -0
  757. package/build/mcp/generated/oss_decisions_file.d.ts +0 -0
  758. package/build/mcp/generated/oss_decisions_file.js +0 -0
  759. package/build/mcp/generated/oss_snippets_file.d.ts +16 -16
  760. package/build/mcp/generated/oss_snippets_file.js +0 -0
  761. package/build/mcp/generated/plugin_result.d.ts +0 -0
  762. package/build/mcp/generated/plugin_result.js +0 -0
  763. package/build/mcp/generated/react_perf_check_patterns_input.d.ts +2 -2
  764. package/build/mcp/generated/react_perf_check_patterns_input.js +0 -0
  765. package/build/mcp/generated/react_perf_check_patterns_output.d.ts +8 -8
  766. package/build/mcp/generated/react_perf_check_patterns_output.js +0 -0
  767. package/build/mcp/generated/react_perf_generate_report_input.d.ts +0 -0
  768. package/build/mcp/generated/react_perf_generate_report_input.js +0 -0
  769. package/build/mcp/generated/react_perf_generate_report_output.d.ts +6 -6
  770. package/build/mcp/generated/react_perf_generate_report_output.js +0 -0
  771. package/build/mcp/generated/read_file_input.d.ts +0 -0
  772. package/build/mcp/generated/read_file_input.js +0 -0
  773. package/build/mcp/generated/read_file_output.d.ts +8 -8
  774. package/build/mcp/generated/read_file_output.js +0 -0
  775. package/build/mcp/generated/repair_analysis_engine_input.d.ts +0 -0
  776. package/build/mcp/generated/repair_analysis_engine_input.js +0 -0
  777. package/build/mcp/generated/repair_analysis_engine_output.d.ts +2 -2
  778. package/build/mcp/generated/repair_analysis_engine_output.js +0 -0
  779. package/build/mcp/generated/repair_plan_input.d.ts +0 -0
  780. package/build/mcp/generated/repair_plan_input.js +0 -0
  781. package/build/mcp/generated/repair_plan_output.d.ts +2 -2
  782. package/build/mcp/generated/repair_plan_output.js +0 -0
  783. package/build/mcp/generated/run_app_input.d.ts +4 -4
  784. package/build/mcp/generated/run_app_input.js +0 -0
  785. package/build/mcp/generated/run_app_output.d.ts +4 -4
  786. package/build/mcp/generated/run_app_output.js +0 -0
  787. package/build/mcp/generated/run_state_file.d.ts +0 -0
  788. package/build/mcp/generated/run_state_file.js +0 -0
  789. package/build/mcp/generated/scaffold_input.d.ts +2 -2
  790. package/build/mcp/generated/scaffold_input.js +0 -0
  791. package/build/mcp/generated/scaffold_output.d.ts +0 -0
  792. package/build/mcp/generated/scaffold_output.js +0 -0
  793. package/build/mcp/generated/scout_input.d.ts +27 -0
  794. package/build/mcp/generated/scout_input.js +21 -0
  795. package/build/mcp/generated/scout_output.d.ts +33 -0
  796. package/build/mcp/generated/scout_output.js +20 -0
  797. package/build/mcp/generated/search_oss_input.d.ts +2 -2
  798. package/build/mcp/generated/search_oss_input.js +0 -0
  799. package/build/mcp/generated/search_oss_output.d.ts +12 -12
  800. package/build/mcp/generated/search_oss_output.js +0 -0
  801. package/build/mcp/generated/selection_validation_result.d.ts +4 -4
  802. package/build/mcp/generated/selection_validation_result.js +0 -0
  803. package/build/mcp/generated/signal_agent_input.d.ts +0 -0
  804. package/build/mcp/generated/signal_agent_input.js +0 -0
  805. package/build/mcp/generated/skillpack_file.d.ts +18 -18
  806. package/build/mcp/generated/skillpack_file.js +0 -0
  807. package/build/mcp/generated/skills_input.d.ts +2 -2
  808. package/build/mcp/generated/skills_input.js +0 -0
  809. package/build/mcp/generated/skills_output.d.ts +20 -20
  810. package/build/mcp/generated/skills_output.js +0 -0
  811. package/build/mcp/generated/spec_expansion_file.d.ts +12 -12
  812. package/build/mcp/generated/spec_expansion_file.js +0 -0
  813. package/build/mcp/generated/spec_high_ask_queue_items_file.d.ts +35 -35
  814. package/build/mcp/generated/spec_high_ask_queue_items_file.js +0 -0
  815. package/build/mcp/generated/spec_high_clinic_bridge_output.d.ts +0 -0
  816. package/build/mcp/generated/spec_high_clinic_bridge_output.js +0 -0
  817. package/build/mcp/generated/spec_high_decision_draft_output.d.ts +0 -0
  818. package/build/mcp/generated/spec_high_decision_draft_output.js +0 -0
  819. package/build/mcp/generated/spec_high_validate_output.d.ts +2 -2
  820. package/build/mcp/generated/spec_high_validate_output.js +0 -0
  821. package/build/mcp/generated/status_input.d.ts +0 -0
  822. package/build/mcp/generated/status_input.js +0 -0
  823. package/build/mcp/generated/status_output.d.ts +100 -67
  824. package/build/mcp/generated/status_output.js +142 -65
  825. package/build/mcp/generated/submit_decision_input.d.ts +9 -0
  826. package/build/mcp/generated/submit_decision_input.js +1 -1
  827. package/build/mcp/generated/submit_decision_output.d.ts +2 -2
  828. package/build/mcp/generated/submit_decision_output.js +0 -0
  829. package/build/mcp/generated/tool_error_output.d.ts +2 -2
  830. package/build/mcp/generated/tool_error_output.js +0 -0
  831. package/build/mcp/generated/undo_last_task_input.d.ts +0 -0
  832. package/build/mcp/generated/undo_last_task_input.js +0 -0
  833. package/build/mcp/generated/undo_last_task_output.d.ts +0 -0
  834. package/build/mcp/generated/undo_last_task_output.js +0 -0
  835. package/build/mcp/generated/update_input.d.ts +2 -2
  836. package/build/mcp/generated/update_input.js +0 -0
  837. package/build/mcp/generated/update_output.d.ts +8 -8
  838. package/build/mcp/generated/update_output.js +0 -0
  839. package/build/mcp/generated/verification_steps.d.ts +20 -20
  840. package/build/mcp/generated/verification_steps.js +0 -0
  841. package/build/mcp/generated/vibe_pm_inspection_result.d.ts +0 -0
  842. package/build/mcp/generated/vibe_pm_inspection_result.js +0 -0
  843. package/build/mcp/generated/vibe_pm_report_markdown.d.ts +0 -0
  844. package/build/mcp/generated/vibe_pm_report_markdown.js +0 -0
  845. package/build/mcp/generated/vibe_pm_verdict.d.ts +2 -2
  846. package/build/mcp/generated/vibe_pm_verdict.js +0 -0
  847. package/build/mcp/generated/vibe_repo_config.d.ts +22 -22
  848. package/build/mcp/generated/vibe_repo_config.js +0 -0
  849. package/build/mcp/generated/vibecoding_helper_answer_output.d.ts +0 -0
  850. package/build/mcp/generated/vibecoding_helper_answer_output.js +0 -0
  851. package/build/mcp/generated/vibecoding_helper_one_loop_selection_output.d.ts +10 -10
  852. package/build/mcp/generated/vibecoding_helper_one_loop_selection_output.js +0 -0
  853. package/build/mcp/generated/vibecoding_helper_show_ask_queue_output.d.ts +8 -8
  854. package/build/mcp/generated/vibecoding_helper_show_ask_queue_output.js +0 -0
  855. package/build/mcp/generated/work_order_v1.d.ts +0 -0
  856. package/build/mcp/generated/work_order_v1.js +0 -0
  857. package/build/mcp/generated/zoekt_evidence_input.d.ts +0 -0
  858. package/build/mcp/generated/zoekt_evidence_input.js +0 -0
  859. package/build/mcp/generated/zoekt_evidence_output.d.ts +2 -2
  860. package/build/mcp/generated/zoekt_evidence_output.js +0 -0
  861. package/build/mcp/hive-bridge/client.d.ts +19 -0
  862. package/build/mcp/hive-bridge/client.js +40 -0
  863. package/build/mcp/hive-bridge/index.d.ts +9 -0
  864. package/build/mcp/hive-bridge/index.js +9 -0
  865. package/build/mcp/hive-bridge/tools/file_list.d.ts +31 -0
  866. package/build/mcp/hive-bridge/tools/file_list.js +35 -0
  867. package/build/mcp/hive-bridge/tools/file_read.d.ts +31 -0
  868. package/build/mcp/hive-bridge/tools/file_read.js +35 -0
  869. package/build/mcp/hive-bridge/tools/index.d.ts +13 -0
  870. package/build/mcp/hive-bridge/tools/index.js +15 -0
  871. package/build/mcp/hive-bridge/tools/nodes.d.ts +19 -0
  872. package/build/mcp/hive-bridge/tools/nodes.js +30 -0
  873. package/build/mcp/hive-bridge/tools/run_command.d.ts +36 -0
  874. package/build/mcp/hive-bridge/tools/run_command.js +39 -0
  875. package/build/mcp/hive-bridge/tools/submit_job.d.ts +36 -0
  876. package/build/mcp/hive-bridge/tools/submit_job.js +40 -0
  877. package/build/mcp/index.d.ts +0 -0
  878. package/build/mcp/index.js +118 -55
  879. package/build/mcp/legacy_alias.d.ts +0 -0
  880. package/build/mcp/legacy_alias.js +0 -0
  881. package/build/mcp/mcp-logger.d.ts +13 -0
  882. package/build/mcp/mcp-logger.js +18 -0
  883. package/build/mcp/metrics/collector.d.ts +27 -0
  884. package/build/mcp/metrics/collector.js +19 -3
  885. package/build/mcp/metrics/index.d.ts +2 -1
  886. package/build/mcp/metrics/index.js +1 -1
  887. package/build/mcp/metrics/server.d.ts +0 -0
  888. package/build/mcp/metrics/server.js +8 -1
  889. package/build/mcp/metrics/types.d.ts +0 -0
  890. package/build/mcp/metrics/types.js +0 -0
  891. package/build/mcp/musu-bridge/client.d.ts +13 -0
  892. package/build/mcp/musu-bridge/client.js +53 -0
  893. package/build/mcp/musu-bridge/index.d.ts +9 -0
  894. package/build/mcp/musu-bridge/index.js +9 -0
  895. package/build/mcp/musu-bridge/tools/dispatch.d.ts +36 -0
  896. package/build/mcp/musu-bridge/tools/dispatch.js +38 -0
  897. package/build/mcp/musu-bridge/tools/fleet.d.ts +26 -0
  898. package/build/mcp/musu-bridge/tools/fleet.js +27 -0
  899. package/build/mcp/musu-bridge/tools/gateway.d.ts +19 -0
  900. package/build/mcp/musu-bridge/tools/gateway.js +21 -0
  901. package/build/mcp/musu-bridge/tools/index.d.ts +14 -0
  902. package/build/mcp/musu-bridge/tools/index.js +17 -0
  903. package/build/mcp/musu-bridge/tools/knowledge.d.ts +31 -0
  904. package/build/mcp/musu-bridge/tools/knowledge.js +33 -0
  905. package/build/mcp/musu-bridge/tools/run.d.ts +31 -0
  906. package/build/mcp/musu-bridge/tools/run.js +33 -0
  907. package/build/mcp/musu-bridge/tools/status.d.ts +19 -0
  908. package/build/mcp/musu-bridge/tools/status.js +21 -0
  909. package/build/mcp/packs/catalog.d.ts +23 -0
  910. package/build/mcp/packs/catalog.js +115 -0
  911. package/build/mcp/packs/index.d.ts +2 -0
  912. package/build/mcp/packs/index.js +2 -0
  913. package/build/mcp/packs/resolver.d.ts +9 -0
  914. package/build/mcp/packs/resolver.js +38 -0
  915. package/build/mcp/path-utils.d.ts +0 -0
  916. package/build/mcp/path-utils.js +0 -0
  917. package/build/mcp/policy/context.d.ts +7 -0
  918. package/build/mcp/policy/context.js +8 -0
  919. package/build/mcp/policy/index.d.ts +0 -0
  920. package/build/mcp/policy/index.js +0 -0
  921. package/build/mcp/policy/loader.d.ts +0 -0
  922. package/build/mcp/policy/loader.js +0 -0
  923. package/build/mcp/policy/requirements.d.ts +16 -0
  924. package/build/mcp/policy/requirements.js +19 -0
  925. package/build/mcp/policy/schema.d.ts +70 -70
  926. package/build/mcp/policy/schema.js +0 -0
  927. package/build/mcp/policy/unified.d.ts +14 -0
  928. package/build/mcp/policy/unified.js +148 -0
  929. package/build/mcp/preprocess.d.ts +0 -0
  930. package/build/mcp/preprocess.js +0 -0
  931. package/build/mcp/profile-config.d.ts +19 -4
  932. package/build/mcp/profile-config.js +115 -57
  933. package/build/mcp/progress.d.ts +14 -0
  934. package/build/mcp/progress.js +39 -0
  935. package/build/mcp/prompts/agent_personas.d.ts +9 -0
  936. package/build/mcp/prompts/agent_personas.js +140 -0
  937. package/build/mcp/prompts/prime_persona.d.ts +11 -0
  938. package/build/mcp/prompts/prime_persona.js +92 -0
  939. package/build/mcp/prompts/vibe.d.ts +2 -0
  940. package/build/mcp/prompts/vibe.js +62 -0
  941. package/build/mcp/recipe/catalog.d.ts +3 -0
  942. package/build/mcp/recipe/catalog.js +30 -0
  943. package/build/mcp/recipe/index.d.ts +4 -0
  944. package/build/mcp/recipe/index.js +3 -0
  945. package/build/mcp/recipe/renderer.d.ts +2 -0
  946. package/build/mcp/recipe/renderer.js +138 -0
  947. package/build/mcp/recipe/types.d.ts +98 -0
  948. package/build/mcp/recipe/types.js +42 -0
  949. package/build/mcp/resources/vibe.d.ts +2 -0
  950. package/build/mcp/resources/vibe.js +104 -0
  951. package/build/mcp/router/artifacts.d.ts +2 -2
  952. package/build/mcp/router/artifacts.js +11 -11
  953. package/build/mcp/router/decide.d.ts +0 -0
  954. package/build/mcp/router/decide.js +0 -0
  955. package/build/mcp/router/index.d.ts +0 -0
  956. package/build/mcp/router/index.js +0 -0
  957. package/build/mcp/router/rules.d.ts +2 -2
  958. package/build/mcp/router/rules.js +7 -7
  959. package/build/mcp/router/types.d.ts +0 -0
  960. package/build/mcp/router/types.js +0 -0
  961. package/build/mcp/run-retention.d.ts +0 -0
  962. package/build/mcp/run-retention.js +10 -10
  963. package/build/mcp/runtime/engine_http_client.d.ts +20 -0
  964. package/build/mcp/runtime/engine_http_client.js +66 -0
  965. package/build/mcp/runtime/helper_commands.d.ts +0 -0
  966. package/build/mcp/runtime/helper_commands.js +0 -0
  967. package/build/mcp/runtime/helper_invoker.d.ts +1 -1
  968. package/build/mcp/runtime/helper_invoker.js +168 -14
  969. package/build/mcp/runtime/helper_resolver.d.ts +10 -1
  970. package/build/mcp/runtime/helper_resolver.js +64 -16
  971. package/build/mcp/runtime/index.d.ts +3 -1
  972. package/build/mcp/runtime/index.js +3 -1
  973. package/build/mcp/runtime/vpm_back_client.d.ts +53 -0
  974. package/build/mcp/runtime/vpm_back_client.js +34 -0
  975. package/build/mcp/security/input-validator.d.ts +0 -0
  976. package/build/mcp/security/input-validator.js +0 -0
  977. package/build/mcp/security/path-policy.d.ts +0 -0
  978. package/build/mcp/security/path-policy.js +0 -0
  979. package/build/mcp/security/sandbox.d.ts +9 -6
  980. package/build/mcp/security/sandbox.js +72 -101
  981. package/build/mcp/skills/deps.d.ts +11 -0
  982. package/build/mcp/skills/deps.js +21 -0
  983. package/build/mcp/skills/lazy.d.ts +14 -0
  984. package/build/mcp/skills/lazy.js +48 -0
  985. package/build/mcp/tool-handler-registry.d.ts +28 -0
  986. package/build/mcp/tool-handler-registry.js +36 -0
  987. package/build/mcp/tool-registry.d.ts +4 -1
  988. package/build/mcp/tool-registry.js +342 -44
  989. package/build/mcp/tools/agents.d.ts +173 -0
  990. package/build/mcp/tools/agents.js +303 -0
  991. package/build/mcp/tools/bitnet/api.d.ts +166 -0
  992. package/build/mcp/tools/bitnet/api.js +519 -0
  993. package/build/mcp/tools/bitnet/context.d.ts +4 -0
  994. package/build/mcp/tools/bitnet/context.js +62 -0
  995. package/build/mcp/tools/bitnet/git.d.ts +1 -0
  996. package/build/mcp/tools/bitnet/git.js +10 -0
  997. package/build/mcp/tools/bitnet/index.d.ts +10 -491
  998. package/build/mcp/tools/bitnet/index.js +11 -746
  999. package/build/mcp/tools/bitnet/rules.d.ts +4 -0
  1000. package/build/mcp/tools/bitnet/rules.js +175 -0
  1001. package/build/mcp/tools/bitnet/schemas.d.ts +450 -0
  1002. package/build/mcp/tools/bitnet/schemas.js +147 -0
  1003. package/build/mcp/tools/bitnet/scout_diagnosis.d.ts +34 -0
  1004. package/build/mcp/tools/bitnet/scout_diagnosis.js +82 -0
  1005. package/build/mcp/tools/bitnet/trace_store.d.ts +9 -0
  1006. package/build/mcp/tools/bitnet/trace_store.js +91 -0
  1007. package/build/mcp/tools/bitnet/types.d.ts +44 -0
  1008. package/build/mcp/tools/bitnet/types.js +15 -0
  1009. package/build/mcp/tools/shared/boundary_errors.d.ts +33 -0
  1010. package/build/mcp/tools/shared/boundary_errors.js +41 -0
  1011. package/build/mcp/tools/shared/tier_facade.d.ts +55 -0
  1012. package/build/mcp/tools/shared/tier_facade.js +91 -0
  1013. package/build/mcp/tools/templates/apply.d.ts +122 -0
  1014. package/build/mcp/tools/templates/apply.js +173 -0
  1015. package/build/mcp/tools/templates/catalog.d.ts +12 -0
  1016. package/build/mcp/tools/templates/catalog.js +132 -0
  1017. package/build/mcp/tools/templates/detail.d.ts +51 -0
  1018. package/build/mcp/tools/templates/detail.js +58 -0
  1019. package/build/mcp/tools/templates/helpers.d.ts +52 -0
  1020. package/build/mcp/tools/templates/helpers.js +247 -0
  1021. package/build/mcp/tools/templates/index.d.ts +15 -0
  1022. package/build/mcp/tools/templates/index.js +15 -0
  1023. package/build/mcp/tools/templates/list.d.ts +41 -0
  1024. package/build/mcp/tools/templates/list.js +69 -0
  1025. package/build/mcp/tools/templates/run_maintenance.d.ts +68 -0
  1026. package/build/mcp/tools/templates/run_maintenance.js +120 -0
  1027. package/build/mcp/tools/templates/run_recover.d.ts +87 -0
  1028. package/build/mcp/tools/templates/run_recover.js +261 -0
  1029. package/build/mcp/tools/templates/run_start.d.ts +144 -0
  1030. package/build/mcp/tools/templates/run_start.js +140 -0
  1031. package/build/mcp/tools/templates/run_status.d.ts +103 -0
  1032. package/build/mcp/tools/templates/run_status.js +120 -0
  1033. package/build/mcp/tools/templates/screenshot.d.ts +10 -0
  1034. package/build/mcp/tools/templates/screenshot.js +104 -0
  1035. package/build/mcp/tools/templates/types.d.ts +163 -0
  1036. package/build/mcp/tools/templates/types.js +5 -0
  1037. package/build/mcp/tools/templates/validate.d.ts +5 -0
  1038. package/build/mcp/tools/templates/validate.js +82 -0
  1039. package/build/mcp/tools/templates/validate_tool.d.ts +49 -0
  1040. package/build/mcp/tools/templates/validate_tool.js +77 -0
  1041. package/build/mcp/tools/vibe_pm/agent.d.ts +60 -0
  1042. package/build/mcp/tools/vibe_pm/agent.js +973 -0
  1043. package/build/mcp/tools/vibe_pm/ask-queue/index.d.ts +0 -0
  1044. package/build/mcp/tools/vibe_pm/ask-queue/index.js +0 -0
  1045. package/build/mcp/tools/vibe_pm/ask-queue/loader.d.ts +0 -0
  1046. package/build/mcp/tools/vibe_pm/ask-queue/loader.js +0 -0
  1047. package/build/mcp/tools/vibe_pm/ask-queue/transformer.d.ts +0 -0
  1048. package/build/mcp/tools/vibe_pm/ask-queue/transformer.js +0 -0
  1049. package/build/mcp/tools/vibe_pm/ask-queue/types.d.ts +0 -0
  1050. package/build/mcp/tools/vibe_pm/ask-queue/types.js +0 -0
  1051. package/build/mcp/tools/vibe_pm/auto-init.d.ts +0 -0
  1052. package/build/mcp/tools/vibe_pm/auto-init.js +2 -1
  1053. package/build/mcp/tools/vibe_pm/autopilot.d.ts +13 -2
  1054. package/build/mcp/tools/vibe_pm/autopilot.js +72 -13
  1055. package/build/mcp/tools/vibe_pm/bitnet-cache.d.ts +6 -7
  1056. package/build/mcp/tools/vibe_pm/bitnet-cache.js +37 -37
  1057. package/build/mcp/tools/vibe_pm/bitnet-ensure.d.ts +0 -0
  1058. package/build/mcp/tools/vibe_pm/bitnet-ensure.js +0 -0
  1059. package/build/mcp/tools/vibe_pm/bitnet-hook-consumer.d.ts +0 -0
  1060. package/build/mcp/tools/vibe_pm/bitnet-hook-consumer.js +4 -3
  1061. package/build/mcp/tools/vibe_pm/bitnet-runner.d.ts +0 -0
  1062. package/build/mcp/tools/vibe_pm/bitnet-runner.js +2 -5
  1063. package/build/mcp/tools/vibe_pm/block_events.d.ts +37 -0
  1064. package/build/mcp/tools/vibe_pm/block_events.js +86 -0
  1065. package/build/mcp/tools/vibe_pm/block_search.d.ts +36 -0
  1066. package/build/mcp/tools/vibe_pm/block_search.js +79 -0
  1067. package/build/mcp/tools/vibe_pm/block_snapshot.d.ts +43 -0
  1068. package/build/mcp/tools/vibe_pm/block_snapshot.js +167 -0
  1069. package/build/mcp/tools/vibe_pm/branch_pivot.d.ts +19 -0
  1070. package/build/mcp/tools/vibe_pm/branch_pivot.js +85 -0
  1071. package/build/mcp/tools/vibe_pm/briefing.d.ts +4 -2
  1072. package/build/mcp/tools/vibe_pm/briefing.js +56 -33
  1073. package/build/mcp/tools/vibe_pm/check_dormant.d.ts +13 -0
  1074. package/build/mcp/tools/vibe_pm/check_dormant.js +67 -0
  1075. package/build/mcp/tools/vibe_pm/check_resources.d.ts +10 -0
  1076. package/build/mcp/tools/vibe_pm/check_resources.js +30 -0
  1077. package/build/mcp/tools/vibe_pm/context.d.ts +1 -1
  1078. package/build/mcp/tools/vibe_pm/context.js +60 -60
  1079. package/build/mcp/tools/vibe_pm/create_work_order.d.ts +2 -2
  1080. package/build/mcp/tools/vibe_pm/create_work_order.js +120 -69
  1081. package/build/mcp/tools/vibe_pm/dashboard.d.ts +0 -0
  1082. package/build/mcp/tools/vibe_pm/dashboard.js +4 -4
  1083. package/build/mcp/tools/vibe_pm/decision-history.d.ts +30 -0
  1084. package/build/mcp/tools/vibe_pm/decision-history.js +58 -0
  1085. package/build/mcp/tools/vibe_pm/decision-log.d.ts +0 -0
  1086. package/build/mcp/tools/vibe_pm/decision-log.js +0 -0
  1087. package/build/mcp/tools/vibe_pm/diagrams/animator.d.ts +0 -0
  1088. package/build/mcp/tools/vibe_pm/diagrams/animator.js +0 -0
  1089. package/build/mcp/tools/vibe_pm/diagrams/annotations.d.ts +6 -0
  1090. package/build/mcp/tools/vibe_pm/diagrams/annotations.js +102 -0
  1091. package/build/mcp/tools/vibe_pm/diagrams/constants.d.ts +0 -0
  1092. package/build/mcp/tools/vibe_pm/diagrams/constants.js +66 -66
  1093. package/build/mcp/tools/vibe_pm/diagrams/gate_engine.d.ts +0 -0
  1094. package/build/mcp/tools/vibe_pm/diagrams/gate_engine.js +0 -0
  1095. package/build/mcp/tools/vibe_pm/diagrams/generator.d.ts +8 -4
  1096. package/build/mcp/tools/vibe_pm/diagrams/generator.js +53 -51
  1097. package/build/mcp/tools/vibe_pm/diagrams/index.d.ts +0 -0
  1098. package/build/mcp/tools/vibe_pm/diagrams/index.js +0 -0
  1099. package/build/mcp/tools/vibe_pm/diagrams/manifest.d.ts +5 -2
  1100. package/build/mcp/tools/vibe_pm/diagrams/manifest.js +32 -22
  1101. package/build/mcp/tools/vibe_pm/diagrams/mermaid_generator.d.ts +0 -0
  1102. package/build/mcp/tools/vibe_pm/diagrams/mermaid_generator.js +0 -0
  1103. package/build/mcp/tools/vibe_pm/diagrams/renderer.d.ts +6 -2
  1104. package/build/mcp/tools/vibe_pm/diagrams/renderer.js +127 -16
  1105. package/build/mcp/tools/vibe_pm/diagrams/types.d.ts +35 -9
  1106. package/build/mcp/tools/vibe_pm/diagrams/types.js +0 -0
  1107. package/build/mcp/tools/vibe_pm/diagrams/unified_verdict.d.ts +24 -0
  1108. package/build/mcp/tools/vibe_pm/diagrams/unified_verdict.js +61 -0
  1109. package/build/mcp/tools/vibe_pm/dirty-scan.d.ts +0 -0
  1110. package/build/mcp/tools/vibe_pm/dirty-scan.js +0 -0
  1111. package/build/mcp/tools/vibe_pm/docs_structure.d.ts +3 -3
  1112. package/build/mcp/tools/vibe_pm/docs_structure.js +22 -20
  1113. package/build/mcp/tools/vibe_pm/doctor.d.ts +26 -2
  1114. package/build/mcp/tools/vibe_pm/doctor.js +290 -28
  1115. package/build/mcp/tools/vibe_pm/engine-errors/index.d.ts +0 -0
  1116. package/build/mcp/tools/vibe_pm/engine-errors/index.js +0 -0
  1117. package/build/mcp/tools/vibe_pm/engine-errors/normalizer.d.ts +0 -0
  1118. package/build/mcp/tools/vibe_pm/engine-errors/normalizer.js +0 -0
  1119. package/build/mcp/tools/vibe_pm/engine-errors/patterns.d.ts +0 -0
  1120. package/build/mcp/tools/vibe_pm/engine-errors/patterns.js +0 -0
  1121. package/build/mcp/tools/vibe_pm/engine-errors/types.d.ts +0 -0
  1122. package/build/mcp/tools/vibe_pm/engine-errors/types.js +0 -0
  1123. package/build/mcp/tools/vibe_pm/facts/collector.d.ts +1 -1
  1124. package/build/mcp/tools/vibe_pm/facts/collector.js +56 -56
  1125. package/build/mcp/tools/vibe_pm/facts/index.d.ts +0 -0
  1126. package/build/mcp/tools/vibe_pm/facts/index.js +0 -0
  1127. package/build/mcp/tools/vibe_pm/facts/types.d.ts +0 -0
  1128. package/build/mcp/tools/vibe_pm/facts/types.js +0 -0
  1129. package/build/mcp/tools/vibe_pm/failure/classifier.d.ts +0 -0
  1130. package/build/mcp/tools/vibe_pm/failure/classifier.js +0 -0
  1131. package/build/mcp/tools/vibe_pm/failure/index.d.ts +0 -0
  1132. package/build/mcp/tools/vibe_pm/failure/index.js +0 -0
  1133. package/build/mcp/tools/vibe_pm/failure/loop_diagnose.d.ts +0 -0
  1134. package/build/mcp/tools/vibe_pm/failure/loop_diagnose.js +0 -0
  1135. package/build/mcp/tools/vibe_pm/failure/tracker.d.ts +0 -0
  1136. package/build/mcp/tools/vibe_pm/failure/tracker.js +0 -0
  1137. package/build/mcp/tools/vibe_pm/failure/types.d.ts +0 -0
  1138. package/build/mcp/tools/vibe_pm/failure/types.js +0 -0
  1139. package/build/mcp/tools/vibe_pm/feature-flags.d.ts +0 -0
  1140. package/build/mcp/tools/vibe_pm/feature-flags.js +0 -0
  1141. package/build/mcp/tools/vibe_pm/finalize_work.d.ts +19 -0
  1142. package/build/mcp/tools/vibe_pm/finalize_work.js +78 -0
  1143. package/build/mcp/tools/vibe_pm/flow_policy.d.ts +0 -0
  1144. package/build/mcp/tools/vibe_pm/flow_policy.js +2 -0
  1145. package/build/mcp/tools/vibe_pm/get_decision.d.ts +0 -0
  1146. package/build/mcp/tools/vibe_pm/get_decision.js +2 -1
  1147. package/build/mcp/tools/vibe_pm/get_result.d.ts +0 -0
  1148. package/build/mcp/tools/vibe_pm/get_result.js +0 -0
  1149. package/build/mcp/tools/vibe_pm/human_tools.d.ts +51 -0
  1150. package/build/mcp/tools/vibe_pm/human_tools.js +280 -0
  1151. package/build/mcp/tools/vibe_pm/index.d.ts +690 -245
  1152. package/build/mcp/tools/vibe_pm/index.js +438 -728
  1153. package/build/mcp/tools/vibe_pm/ingress.d.ts +4 -4
  1154. package/build/mcp/tools/vibe_pm/ingress.js +73 -97
  1155. package/build/mcp/tools/vibe_pm/init_docs.d.ts +0 -0
  1156. package/build/mcp/tools/vibe_pm/init_docs.js +2 -2
  1157. package/build/mcp/tools/vibe_pm/inspect_code/cockpit.d.ts +12 -0
  1158. package/build/mcp/tools/vibe_pm/inspect_code/cockpit.js +88 -0
  1159. package/build/mcp/tools/vibe_pm/inspect_code/core.d.ts +16 -0
  1160. package/build/mcp/tools/vibe_pm/inspect_code/core.js +621 -0
  1161. package/build/mcp/tools/vibe_pm/inspect_code/helpers.d.ts +23 -0
  1162. package/build/mcp/tools/vibe_pm/inspect_code/helpers.js +146 -0
  1163. package/build/mcp/tools/vibe_pm/inspect_code/index.d.ts +4 -0
  1164. package/build/mcp/tools/vibe_pm/inspect_code/index.js +4 -0
  1165. package/build/mcp/tools/vibe_pm/inspect_code/tier.d.ts +38 -0
  1166. package/build/mcp/tools/vibe_pm/inspect_code/tier.js +100 -0
  1167. package/build/mcp/tools/vibe_pm/inspect_code/types.d.ts +30 -0
  1168. package/build/mcp/tools/vibe_pm/inspect_code/types.js +4 -0
  1169. package/build/mcp/tools/vibe_pm/intent_parser.d.ts +50 -0
  1170. package/build/mcp/tools/vibe_pm/intent_parser.js +131 -0
  1171. package/build/mcp/tools/vibe_pm/intent_status.d.ts +45 -0
  1172. package/build/mcp/tools/vibe_pm/intent_status.js +64 -0
  1173. package/build/mcp/tools/vibe_pm/knowledge_search.d.ts +22 -0
  1174. package/build/mcp/tools/vibe_pm/knowledge_search.js +51 -0
  1175. package/build/mcp/tools/vibe_pm/mapping/change_map.d.ts +0 -0
  1176. package/build/mcp/tools/vibe_pm/mapping/change_map.js +0 -0
  1177. package/build/mcp/tools/vibe_pm/mapping/diff_scan.d.ts +0 -0
  1178. package/build/mcp/tools/vibe_pm/mapping/diff_scan.js +0 -0
  1179. package/build/mcp/tools/vibe_pm/mapping/gate_judge.d.ts +0 -0
  1180. package/build/mcp/tools/vibe_pm/mapping/gate_judge.js +0 -0
  1181. package/build/mcp/tools/vibe_pm/mapping/import_scan.d.ts +0 -0
  1182. package/build/mcp/tools/vibe_pm/mapping/import_scan.js +0 -0
  1183. package/build/mcp/tools/vibe_pm/mapping/index.d.ts +1 -1
  1184. package/build/mcp/tools/vibe_pm/mapping/index.js +1 -1
  1185. package/build/mcp/tools/vibe_pm/mapping/orchestrator.d.ts +20 -7
  1186. package/build/mcp/tools/vibe_pm/mapping/orchestrator.js +208 -61
  1187. package/build/mcp/tools/vibe_pm/mapping/rebinder/evidence_collector.d.ts +35 -0
  1188. package/build/mcp/tools/vibe_pm/mapping/rebinder/evidence_collector.js +214 -0
  1189. package/build/mcp/tools/vibe_pm/mapping/rebinder/index.d.ts +10 -0
  1190. package/build/mcp/tools/vibe_pm/mapping/rebinder/index.js +9 -0
  1191. package/build/mcp/tools/vibe_pm/mapping/rebinder/pattern_detector.d.ts +38 -0
  1192. package/build/mcp/tools/vibe_pm/mapping/rebinder/pattern_detector.js +226 -0
  1193. package/build/mcp/tools/vibe_pm/mapping/rebinder/proposal_builder.d.ts +20 -0
  1194. package/build/mcp/tools/vibe_pm/mapping/rebinder/proposal_builder.js +246 -0
  1195. package/build/mcp/tools/vibe_pm/mapping/rebinder/rebinder.d.ts +24 -0
  1196. package/build/mcp/tools/vibe_pm/mapping/rebinder/rebinder.js +65 -0
  1197. package/build/mcp/tools/vibe_pm/mapping/rebinder/rebinder_types.d.ts +113 -0
  1198. package/build/mcp/tools/vibe_pm/mapping/rebinder/rebinder_types.js +15 -0
  1199. package/build/mcp/tools/vibe_pm/mapping/skeleton_patch.d.ts +0 -0
  1200. package/build/mcp/tools/vibe_pm/mapping/skeleton_patch.js +0 -0
  1201. package/build/mcp/tools/vibe_pm/mapping/spec_map.d.ts +1 -1
  1202. package/build/mcp/tools/vibe_pm/mapping/spec_map.js +10 -10
  1203. package/build/mcp/tools/vibe_pm/mapping/types.d.ts +0 -0
  1204. package/build/mcp/tools/vibe_pm/mapping/types.js +0 -0
  1205. package/build/mcp/tools/vibe_pm/memory.d.ts +2 -2
  1206. package/build/mcp/tools/vibe_pm/memory.js +0 -0
  1207. package/build/mcp/tools/vibe_pm/memory_backend.d.ts +6 -5
  1208. package/build/mcp/tools/vibe_pm/memory_backend.js +62 -34
  1209. package/build/mcp/tools/vibe_pm/memory_docs_root.d.ts +0 -0
  1210. package/build/mcp/tools/vibe_pm/memory_docs_root.js +0 -0
  1211. package/build/mcp/tools/vibe_pm/memory_index.d.ts +0 -0
  1212. package/build/mcp/tools/vibe_pm/memory_index.js +0 -0
  1213. package/build/mcp/tools/vibe_pm/memory_index_embeddings.d.ts +0 -0
  1214. package/build/mcp/tools/vibe_pm/memory_index_embeddings.js +0 -0
  1215. package/build/mcp/tools/vibe_pm/memory_index_hashvec.d.ts +0 -0
  1216. package/build/mcp/tools/vibe_pm/memory_index_hashvec.js +0 -0
  1217. package/build/mcp/tools/vibe_pm/memory_index_lancedb.d.ts +38 -0
  1218. package/build/mcp/tools/vibe_pm/memory_index_lancedb.js +125 -0
  1219. package/build/mcp/tools/vibe_pm/memory_rerank.d.ts +0 -0
  1220. package/build/mcp/tools/vibe_pm/memory_rerank.js +0 -0
  1221. package/build/mcp/tools/vibe_pm/memory_retrieve.d.ts +3 -3
  1222. package/build/mcp/tools/vibe_pm/memory_retrieve.js +60 -44
  1223. package/build/mcp/tools/vibe_pm/memory_status.d.ts +2 -2
  1224. package/build/mcp/tools/vibe_pm/memory_status.js +39 -31
  1225. package/build/mcp/tools/vibe_pm/memory_sync.d.ts +2 -2
  1226. package/build/mcp/tools/vibe_pm/memory_sync.js +64 -40
  1227. package/build/mcp/tools/vibe_pm/modules/fix_dependencies.d.ts +0 -0
  1228. package/build/mcp/tools/vibe_pm/modules/fix_dependencies.js +0 -0
  1229. package/build/mcp/tools/vibe_pm/modules/fix_imports.d.ts +1 -1
  1230. package/build/mcp/tools/vibe_pm/modules/fix_imports.js +80 -81
  1231. package/build/mcp/tools/vibe_pm/modules/fix_lint.d.ts +0 -0
  1232. package/build/mcp/tools/vibe_pm/modules/fix_lint.js +0 -0
  1233. package/build/mcp/tools/vibe_pm/modules/one_loop.d.ts +0 -0
  1234. package/build/mcp/tools/vibe_pm/modules/one_loop.js +0 -0
  1235. package/build/mcp/tools/vibe_pm/navigation/index.d.ts +0 -0
  1236. package/build/mcp/tools/vibe_pm/navigation/index.js +0 -0
  1237. package/build/mcp/tools/vibe_pm/navigation/resolver.d.ts +0 -0
  1238. package/build/mcp/tools/vibe_pm/navigation/resolver.js +0 -0
  1239. package/build/mcp/tools/vibe_pm/navigation/rules.d.ts +0 -0
  1240. package/build/mcp/tools/vibe_pm/navigation/rules.js +0 -0
  1241. package/build/mcp/tools/vibe_pm/navigation/types.d.ts +0 -0
  1242. package/build/mcp/tools/vibe_pm/navigation/types.js +0 -0
  1243. package/build/mcp/tools/vibe_pm/nudge.d.ts +31 -0
  1244. package/build/mcp/tools/vibe_pm/nudge.js +163 -0
  1245. package/build/mcp/tools/vibe_pm/observer.d.ts +22 -9
  1246. package/build/mcp/tools/vibe_pm/observer.js +161 -48
  1247. package/build/mcp/tools/vibe_pm/phase.d.ts +2 -2
  1248. package/build/mcp/tools/vibe_pm/phase.js +69 -63
  1249. package/build/mcp/tools/vibe_pm/pm_language.d.ts +0 -0
  1250. package/build/mcp/tools/vibe_pm/pm_language.js +0 -0
  1251. package/build/mcp/tools/vibe_pm/policy/config.d.ts +0 -0
  1252. package/build/mcp/tools/vibe_pm/policy/config.js +0 -0
  1253. package/build/mcp/tools/vibe_pm/policy/index.d.ts +0 -0
  1254. package/build/mcp/tools/vibe_pm/policy/index.js +0 -0
  1255. package/build/mcp/tools/vibe_pm/policy/recommender.d.ts +0 -0
  1256. package/build/mcp/tools/vibe_pm/policy/recommender.js +0 -0
  1257. package/build/mcp/tools/vibe_pm/policy/types.d.ts +0 -0
  1258. package/build/mcp/tools/vibe_pm/policy/types.js +0 -0
  1259. package/build/mcp/tools/vibe_pm/prime_tools.d.ts +160 -0
  1260. package/build/mcp/tools/vibe_pm/prime_tools.js +381 -0
  1261. package/build/mcp/tools/vibe_pm/ralph-loop-tools.d.ts +3 -1
  1262. package/build/mcp/tools/vibe_pm/ralph-loop-tools.js +3 -3
  1263. package/build/mcp/tools/vibe_pm/reexports.d.ts +27 -0
  1264. package/build/mcp/tools/vibe_pm/reexports.js +14 -0
  1265. package/build/mcp/tools/vibe_pm/repair_plan.d.ts +13 -0
  1266. package/build/mcp/tools/vibe_pm/repair_plan.js +67 -0
  1267. package/build/mcp/tools/vibe_pm/scaffold.d.ts +6 -6
  1268. package/build/mcp/tools/vibe_pm/scaffold.js +0 -0
  1269. package/build/mcp/tools/vibe_pm/schema-adapter.d.ts +0 -0
  1270. package/build/mcp/tools/vibe_pm/schema-adapter.js +0 -0
  1271. package/build/mcp/tools/vibe_pm/scorecard/index.d.ts +0 -0
  1272. package/build/mcp/tools/vibe_pm/scorecard/index.js +0 -0
  1273. package/build/mcp/tools/vibe_pm/scorecard/types.d.ts +0 -0
  1274. package/build/mcp/tools/vibe_pm/scorecard/types.js +0 -0
  1275. package/build/mcp/tools/vibe_pm/scorecard/writer.d.ts +0 -0
  1276. package/build/mcp/tools/vibe_pm/scorecard/writer.js +2 -1
  1277. package/build/mcp/tools/vibe_pm/scout.d.ts +23 -0
  1278. package/build/mcp/tools/vibe_pm/scout.js +224 -0
  1279. package/build/mcp/tools/vibe_pm/setup.d.ts +3 -0
  1280. package/build/mcp/tools/vibe_pm/setup.js +184 -34
  1281. package/build/mcp/tools/vibe_pm/signals/index.d.ts +0 -0
  1282. package/build/mcp/tools/vibe_pm/signals/index.js +0 -0
  1283. package/build/mcp/tools/vibe_pm/signals/logger.d.ts +0 -0
  1284. package/build/mcp/tools/vibe_pm/signals/logger.js +2 -1
  1285. package/build/mcp/tools/vibe_pm/signals/rotation.d.ts +0 -0
  1286. package/build/mcp/tools/vibe_pm/signals/rotation.js +3 -2
  1287. package/build/mcp/tools/vibe_pm/signals/types.d.ts +1 -1
  1288. package/build/mcp/tools/vibe_pm/signals/types.js +2 -0
  1289. package/build/mcp/tools/vibe_pm/skills_tool.d.ts +13 -0
  1290. package/build/mcp/tools/vibe_pm/skills_tool.js +57 -0
  1291. package/build/mcp/tools/vibe_pm/stage-computer.d.ts +40 -0
  1292. package/build/mcp/tools/vibe_pm/stage-computer.js +246 -0
  1293. package/build/mcp/tools/vibe_pm/state-guesser.d.ts +0 -0
  1294. package/build/mcp/tools/vibe_pm/state-guesser.js +0 -0
  1295. package/build/mcp/tools/vibe_pm/state-schema.d.ts +114 -5
  1296. package/build/mcp/tools/vibe_pm/state-schema.js +40 -0
  1297. package/build/mcp/tools/vibe_pm/state-store.d.ts +4 -1
  1298. package/build/mcp/tools/vibe_pm/state-store.js +41 -3
  1299. package/build/mcp/tools/vibe_pm/status.d.ts +1 -1
  1300. package/build/mcp/tools/vibe_pm/status.js +104 -513
  1301. package/build/mcp/tools/vibe_pm/status_logic.d.ts +31 -0
  1302. package/build/mcp/tools/vibe_pm/status_logic.js +138 -0
  1303. package/build/mcp/tools/vibe_pm/status_readers.d.ts +114 -0
  1304. package/build/mcp/tools/vibe_pm/status_readers.js +455 -0
  1305. package/build/mcp/tools/vibe_pm/status_types.d.ts +21 -0
  1306. package/build/mcp/tools/vibe_pm/status_types.js +5 -0
  1307. package/build/mcp/tools/vibe_pm/submit_decision.d.ts +0 -0
  1308. package/build/mcp/tools/vibe_pm/submit_decision.js +11 -2
  1309. package/build/mcp/tools/vibe_pm/submit_task.d.ts +6 -6
  1310. package/build/mcp/tools/vibe_pm/submit_task.js +0 -0
  1311. package/build/mcp/tools/vibe_pm/suggest_roots.d.ts +21 -0
  1312. package/build/mcp/tools/vibe_pm/suggest_roots.js +56 -0
  1313. package/build/mcp/tools/vibe_pm/system_control.d.ts +39 -0
  1314. package/build/mcp/tools/vibe_pm/system_control.js +225 -0
  1315. package/build/mcp/tools/vibe_pm/tool_descriptions.d.ts +1 -0
  1316. package/build/mcp/tools/vibe_pm/tool_descriptions.js +39 -0
  1317. package/build/mcp/tools/vibe_pm/tool_handler_factory.d.ts +84 -0
  1318. package/build/mcp/tools/vibe_pm/tool_handler_factory.js +355 -0
  1319. package/build/mcp/tools/vibe_pm/types/analysis.d.ts +154 -0
  1320. package/build/mcp/tools/vibe_pm/types/analysis.js +37 -0
  1321. package/build/mcp/tools/vibe_pm/types/common.d.ts +70 -0
  1322. package/build/mcp/tools/vibe_pm/types/common.js +90 -0
  1323. package/build/mcp/tools/vibe_pm/types/runtime.d.ts +447 -0
  1324. package/build/mcp/tools/vibe_pm/types/runtime.js +3 -0
  1325. package/build/mcp/tools/vibe_pm/types/schemas.d.ts +4003 -0
  1326. package/build/mcp/tools/vibe_pm/types/schemas.js +111 -0
  1327. package/build/mcp/tools/vibe_pm/types/workflow.d.ts +125 -0
  1328. package/build/mcp/tools/vibe_pm/types/workflow.js +32 -0
  1329. package/build/mcp/tools/vibe_pm/types.d.ts +5 -4649
  1330. package/build/mcp/tools/vibe_pm/types.js +10 -376
  1331. package/build/mcp/tools/vibe_pm/ui/index.d.ts +7 -4
  1332. package/build/mcp/tools/vibe_pm/ui/index.js +12 -9
  1333. package/build/mcp/tools/vibe_pm/ui/manifest.d.ts +0 -0
  1334. package/build/mcp/tools/vibe_pm/ui/manifest.js +0 -0
  1335. package/build/mcp/tools/vibe_pm/ui/realtime_contract.d.ts +15 -0
  1336. package/build/mcp/tools/vibe_pm/ui/realtime_contract.js +28 -0
  1337. package/build/mcp/tools/vibe_pm/ui/types.d.ts +28 -3
  1338. package/build/mcp/tools/vibe_pm/ui/types.js +0 -0
  1339. package/build/mcp/tools/vibe_pm/ui/viewer_bundle.d.ts +1 -1
  1340. package/build/mcp/tools/vibe_pm/ui/viewer_bundle.js +178 -23
  1341. package/build/mcp/tools/vibe_pm/ui/webview_poc.d.ts +7 -0
  1342. package/build/mcp/tools/vibe_pm/ui/webview_poc.js +59 -0
  1343. package/build/mcp/tools/vibe_pm/ui/webview_provider.d.ts +13 -0
  1344. package/build/mcp/tools/vibe_pm/ui/webview_provider.js +33 -0
  1345. package/build/mcp/tools/vibe_pm/undo_last_task.d.ts +13 -0
  1346. package/build/mcp/tools/vibe_pm/undo_last_task.js +87 -0
  1347. package/build/mcp/tools/vibe_pm/ux_fsm.d.ts +0 -0
  1348. package/build/mcp/tools/vibe_pm/ux_fsm.js +0 -0
  1349. package/build/mcp/tools/vibe_pm/verdict/index.d.ts +0 -0
  1350. package/build/mcp/tools/vibe_pm/verdict/index.js +0 -0
  1351. package/build/mcp/tools/vibe_pm/verdict/types.d.ts +0 -0
  1352. package/build/mcp/tools/vibe_pm/verdict/types.js +0 -0
  1353. package/build/mcp/tools/vibe_pm/verdict/writer.d.ts +0 -0
  1354. package/build/mcp/tools/vibe_pm/verdict/writer.js +0 -0
  1355. package/build/mcp/tools/vibe_pm/watcher.d.ts +0 -0
  1356. package/build/mcp/tools/vibe_pm/watcher.js +3 -2
  1357. package/build/mcp/tools/vibe_pm/worker_status.d.ts +2 -2
  1358. package/build/mcp/tools/vibe_pm/worker_status.js +0 -0
  1359. package/build/mcp/tools/vibe_pm/workspace_recipe.d.ts +73 -0
  1360. package/build/mcp/tools/vibe_pm/workspace_recipe.js +65 -0
  1361. package/build/mcp/transport/cli.d.ts +0 -0
  1362. package/build/mcp/transport/cli.js +0 -0
  1363. package/build/mcp/transport/handlers.d.ts +3 -2
  1364. package/build/mcp/transport/handlers.js +47 -25
  1365. package/build/mcp/transport/http.d.ts +10 -6
  1366. package/build/mcp/transport/http.js +137 -31
  1367. package/build/mcp/transport/index.d.ts +0 -0
  1368. package/build/mcp/transport/index.js +0 -0
  1369. package/build/mcp/transport/types.d.ts +0 -0
  1370. package/build/mcp/transport/types.js +0 -0
  1371. package/build/mcp/workspace-root.d.ts +0 -0
  1372. package/build/mcp/workspace-root.js +0 -0
  1373. package/build/native/block-writer-wrapper.d.ts +48 -0
  1374. package/build/native/block-writer-wrapper.js +58 -0
  1375. package/build/native/bloom-wrapper.d.ts +39 -0
  1376. package/build/native/bloom-wrapper.js +120 -0
  1377. package/build/native/index.d.ts +11 -0
  1378. package/build/native/index.js +17 -0
  1379. package/build/native/loader.d.ts +139 -0
  1380. package/build/native/loader.js +116 -0
  1381. package/build/native/merkle-wrapper.d.ts +47 -0
  1382. package/build/native/merkle-wrapper.js +203 -0
  1383. package/build/native/scout-wrapper.d.ts +70 -0
  1384. package/build/native/scout-wrapper.js +166 -0
  1385. package/build/native/utils-wrapper.d.ts +46 -0
  1386. package/build/native/utils-wrapper.js +100 -0
  1387. package/build/observability/otel.d.ts +71 -0
  1388. package/build/observability/otel.js +124 -0
  1389. package/build/offline-queue.d.ts +0 -0
  1390. package/build/offline-queue.js +2 -1
  1391. package/build/pool-manager/adapter.d.ts +0 -0
  1392. package/build/pool-manager/adapter.js +0 -0
  1393. package/build/pool-manager/bitnet-adapter.d.ts +3 -3
  1394. package/build/pool-manager/bitnet-adapter.js +17 -30
  1395. package/build/pool-manager/index.d.ts +4 -0
  1396. package/build/pool-manager/index.js +5 -0
  1397. package/build/pool-manager/mapper-adapter.d.ts +3 -3
  1398. package/build/pool-manager/mapper-adapter.js +17 -30
  1399. package/build/pool-manager/remote-auth.d.ts +18 -0
  1400. package/build/pool-manager/remote-auth.js +36 -0
  1401. package/build/pool-manager/remote-registry.d.ts +81 -0
  1402. package/build/pool-manager/remote-registry.js +130 -0
  1403. package/build/pool-manager/resource-monitor.d.ts +0 -0
  1404. package/build/pool-manager/resource-monitor.js +0 -0
  1405. package/build/pool-manager/rust-engine-adapter.d.ts +56 -0
  1406. package/build/pool-manager/rust-engine-adapter.js +122 -0
  1407. package/build/pool-manager/types.d.ts +1 -1
  1408. package/build/pool-manager/types.js +0 -0
  1409. package/build/pool-manager/unified-pool.d.ts +0 -0
  1410. package/build/pool-manager/unified-pool.js +2 -1
  1411. package/build/profile-config.d.ts +0 -0
  1412. package/build/profile-config.js +0 -0
  1413. package/build/protocol/index.d.ts +1 -0
  1414. package/build/protocol/index.js +1 -0
  1415. package/build/protocol/minp.d.ts +97 -0
  1416. package/build/protocol/minp.js +103 -0
  1417. package/build/report-generator.d.ts +0 -0
  1418. package/build/report-generator.js +8 -8
  1419. package/build/reporting/run_artifacts.d.ts +14 -0
  1420. package/build/reporting/run_artifacts.js +44 -0
  1421. package/build/review-history.d.ts +0 -0
  1422. package/build/review-history.js +0 -0
  1423. package/build/reviewer-ux-types.d.ts +0 -0
  1424. package/build/reviewer-ux-types.js +0 -0
  1425. package/build/scout/client.d.ts +17 -0
  1426. package/build/scout/client.js +33 -0
  1427. package/build/scout/index.d.ts +6 -0
  1428. package/build/scout/index.js +5 -0
  1429. package/build/scout/types.d.ts +41 -0
  1430. package/build/scout/types.js +12 -0
  1431. package/build/shared/http_client.d.ts +12 -0
  1432. package/build/shared/http_client.js +21 -0
  1433. package/build/shared/logger.d.ts +18 -0
  1434. package/build/shared/logger.js +24 -0
  1435. package/build/shared/process-guard.d.ts +14 -0
  1436. package/build/shared/process-guard.js +31 -0
  1437. package/build/skeleton-types.d.ts +0 -0
  1438. package/build/skeleton-types.js +0 -0
  1439. package/build/skill-loader.d.ts +0 -0
  1440. package/build/skill-loader.js +3 -2
  1441. package/build/spec-map.d.ts +0 -0
  1442. package/build/spec-map.js +0 -0
  1443. package/build/startup/index.d.ts +0 -0
  1444. package/build/startup/index.js +0 -0
  1445. package/build/startup/manager.d.ts +4 -0
  1446. package/build/startup/manager.js +157 -46
  1447. package/build/sync-manager.d.ts +1 -2
  1448. package/build/sync-manager.js +0 -0
  1449. package/build/sync-packet-builder.d.ts +10 -10
  1450. package/build/sync-packet-builder.js +41 -55
  1451. package/build/tensor/core.d.ts +13 -0
  1452. package/build/tensor/core.js +129 -0
  1453. package/build/tensor/feature_extractor.d.ts +26 -0
  1454. package/build/tensor/feature_extractor.js +141 -0
  1455. package/build/tensor/index.d.ts +6 -0
  1456. package/build/tensor/index.js +5 -0
  1457. package/build/tensor/loader.d.ts +20 -0
  1458. package/build/tensor/loader.js +120 -0
  1459. package/build/tensor/types.d.ts +56 -0
  1460. package/build/tensor/types.js +19 -0
  1461. package/build/tier/feature_gate.d.ts +16 -14
  1462. package/build/tier/feature_gate.js +139 -119
  1463. package/build/tier/index.d.ts +12 -40
  1464. package/build/tier/index.js +14 -55
  1465. package/build/tier/inference_factory.d.ts +28 -0
  1466. package/build/tier/inference_factory.js +54 -0
  1467. package/build/tier/policy_analysis.d.ts +3 -7
  1468. package/build/tier/policy_analysis.js +104 -155
  1469. package/build/tier/production_bridge.d.ts +52 -0
  1470. package/build/tier/production_bridge.js +127 -0
  1471. package/build/tier/scorecard.d.ts +4 -8
  1472. package/build/tier/scorecard.js +59 -90
  1473. package/build/utils/with_timeout.d.ts +1 -0
  1474. package/build/utils/with_timeout.js +16 -0
  1475. package/build/workers/base/autoscaler.d.ts +0 -0
  1476. package/build/workers/base/autoscaler.js +0 -0
  1477. package/build/workers/base/dashboard.d.ts +0 -0
  1478. package/build/workers/base/dashboard.js +0 -0
  1479. package/build/workers/base/health.d.ts +1 -0
  1480. package/build/workers/base/health.js +31 -35
  1481. package/build/workers/base/index.d.ts +0 -0
  1482. package/build/workers/base/index.js +0 -0
  1483. package/build/workers/base/metrics.d.ts +0 -0
  1484. package/build/workers/base/metrics.js +0 -0
  1485. package/build/workers/base/pool.d.ts +0 -0
  1486. package/build/workers/base/pool.js +2 -1
  1487. package/build/workers/base/queue.d.ts +26 -4
  1488. package/build/workers/base/queue.js +50 -29
  1489. package/build/workers/base/types.d.ts +0 -0
  1490. package/build/workers/base/types.js +0 -0
  1491. package/build/workers/base/worker.d.ts +0 -0
  1492. package/build/workers/base/worker.js +34 -16
  1493. package/build/workers/browser/index.d.ts +0 -0
  1494. package/build/workers/browser/index.js +1 -1
  1495. package/build/workers/build/index.d.ts +0 -0
  1496. package/build/workers/build/index.js +0 -0
  1497. package/build/workers/fs/index.d.ts +0 -0
  1498. package/build/workers/fs/index.js +0 -0
  1499. package/build/workers/index.d.ts +0 -0
  1500. package/build/workers/index.js +3 -2
  1501. package/build/workers/manager.d.ts +1 -0
  1502. package/build/workers/manager.js +19 -9
  1503. package/build/workers/model/index.d.ts +0 -0
  1504. package/build/workers/model/index.js +0 -0
  1505. package/build/workers/search/index.d.ts +4 -0
  1506. package/build/workers/search/index.js +3 -2
  1507. package/package.json +58 -7
  1508. package/schemas/agent-catalog.v1.schema.json +114 -0
  1509. package/schemas/autopilot_policy.v1.schema.json +90 -90
  1510. package/schemas/banned_question_rules.v1.schema.json +0 -0
  1511. package/schemas/bitnet_signal.v1.schema.json +112 -112
  1512. package/schemas/catalog_tree.v1.schema.json +0 -0
  1513. package/schemas/choice_card.v1.schema.json +0 -0
  1514. package/schemas/ci_summary.v1.schema.json +0 -0
  1515. package/schemas/clinic_result.v1.2.schema.json +0 -0
  1516. package/schemas/encrypted_packet.v1.schema.json +0 -0
  1517. package/schemas/handoff_packet.v1.schema.json +0 -0
  1518. package/schemas/observer_event_map.v1.schema.json +89 -89
  1519. package/schemas/result.v1.schema.json +0 -0
  1520. package/schemas/skeleton_map_summary.v1.schema.json +0 -0
  1521. package/schemas/spec_gate_result.v1.schema.json +0 -0
  1522. package/schemas/spec_map.v1.schema.json +0 -0
  1523. package/schemas/sync_packet.v1.schema.json +0 -0
  1524. package/schemas/task.v1.schema.json +0 -0
  1525. package/schemas/template-catalog.v1.1.schema.json +193 -0
  1526. package/schemas/template-catalog.v1.schema.json +169 -0
  1527. package/schemas/template-run.session.v1.schema.json +117 -0
  1528. package/schemas/vibe_tool_status.schema.json +0 -0
  1529. package/schemas/workflow-registry.v1.schema.json +107 -0
  1530. package/scripts/build-artifacts.mjs +124 -124
  1531. package/scripts/build-musu.sh +0 -0
  1532. package/scripts/bundle-native.mjs +393 -0
  1533. package/scripts/check-hotpath-di.mjs +77 -0
  1534. package/scripts/check-hotpath-sync-io.mjs +90 -0
  1535. package/scripts/check-musu.mjs +0 -0
  1536. package/scripts/check-pr-scope.mjs +120 -120
  1537. package/scripts/check-template-runner-contract.mjs +66 -0
  1538. package/scripts/check-template-ui-contract-sync.mjs +166 -0
  1539. package/scripts/clean-build.mjs +20 -20
  1540. package/scripts/diagram-render-metrics-report.mjs +162 -0
  1541. package/scripts/e2e-k8s-test.sh +0 -0
  1542. package/scripts/e2e-podman-test.sh +91 -0
  1543. package/scripts/ensure-exec.mjs +0 -0
  1544. package/scripts/generate-checksums.sh +29 -0
  1545. package/scripts/publish.sh +20 -0
  1546. package/scripts/setup_infra.sh +160 -0
  1547. package/scripts/sync-third-party-notices.mjs +18 -0
  1548. package/scripts/test-mq-integration.mjs +81 -0
  1549. package/scripts/test-musu-smoke.sh +136 -0
  1550. package/scripts/test-smoke.mjs +24 -0
  1551. package/scripts/validate-agents.ts +60 -0
  1552. package/scripts/validate-doc-links.mjs +0 -0
  1553. package/scripts/verify-release-chain.mjs +68 -0
  1554. package/skills/SKILL_openclaw_actions_audit.md +44 -0
  1555. package/skills/SKILL_openclaw_release_hardening.md +37 -0
  1556. package/skills/SKILL_openclaw_shift_left_ci.md +58 -0
  1557. package/skills/index.json +30 -0
  1558. package/skills/skillpack.json +40 -0
  1559. package/skills/skillpack.schema.json +0 -0
  1560. package/templates/agents/cli-agent/Cargo.toml +10 -0
  1561. package/templates/agents/cli-agent/manifest.json +14 -0
  1562. package/templates/agents/cli-agent/src/main.rs +84 -0
  1563. package/templates/agents/http-service/manifest.json +15 -0
  1564. package/templates/agents/http-service/package.json +16 -0
  1565. package/templates/agents/http-service/src/server.ts +60 -0
  1566. package/templates/agents/mcp-tool/manifest.json +15 -0
  1567. package/templates/agents/mcp-tool/package.json +17 -0
  1568. package/templates/agents/mcp-tool/src/index.ts +84 -0
  1569. package/templates/agents/worker-agent/Cargo.toml +11 -0
  1570. package/templates/agents/worker-agent/manifest.json +14 -0
  1571. package/templates/agents/worker-agent/src/main.rs +120 -0
  1572. package/templates/docs-structure/README.md +41 -41
  1573. package/templates/docs-structure/active/.gitkeep +0 -0
  1574. package/templates/docs-structure/archived/legacy/.gitkeep +0 -0
  1575. package/templates/docs-structure/archived/topics/.gitkeep +0 -0
  1576. package/templates/docs-structure/reference/contracts/.gitkeep +0 -0
  1577. package/templates/docs-structure/reference/product-spec/.gitkeep +0 -0
  1578. package/templates/docs-structure/reference/ssot/.gitkeep +0 -0
  1579. package/templates/github-actions/vibe-ci.yml +0 -0
  1580. package/build/dashboard/autostart.d.ts +0 -45
  1581. package/build/dashboard/autostart.js +0 -121
  1582. package/build/mcp/paths.d.ts +0 -29
  1583. package/build/mcp/paths.js +0 -90
  1584. package/build/mcp/runtime/musu_adapter.d.ts +0 -193
  1585. package/build/mcp/runtime/musu_adapter.js +0 -373
  1586. package/build/mcp/tools/vibe_pm/inspect_code.d.ts +0 -10
  1587. package/build/mcp/tools/vibe_pm/inspect_code.js +0 -729
  1588. package/build/mcp/tools.d.ts +0 -1
  1589. package/build/mcp/tools.js +0 -11
  1590. package/build/tier/trigger_facts_collector.js +0 -294
@@ -1,61 +1,13 @@
1
- import { z } from 'zod';
2
- import { briefingInputSchema, getDecisionInputSchema, submitDecisionInputSchema, createWorkOrderInputSchema, inspectCodeInputSchema, statusInputSchema, type BriefingOutput, type GetDecisionOutput, type SubmitDecisionOutput, type CreateWorkOrderOutput, type InspectCodeOutput, type StatusOutput } from './types.js';
3
- import { DoctorInputSchema, type DoctorOutput } from './doctor.js';
4
- import { IngressInputSchema, getIngressState, checkIngressArtifacts } from './ingress.js';
5
- import { type IngressOutputSSOT } from '../../generated/ingress_output.js';
6
- import { MemoryStatusInputSchema } from '../../generated/memory_status_input.js';
7
- import { type MemoryStatusOutputSSOT } from '../../generated/memory_status_output.js';
8
- import { MemorySyncInputSchema } from '../../generated/memory_sync_input.js';
9
- import { type MemorySyncOutputSSOT } from '../../generated/memory_sync_output.js';
10
- import { MemoryRetrieveInputSchema } from '../../generated/memory_retrieve_input.js';
11
- import { SoftObserver, getObserver, startObserverIfEnabled, stopObserver, getObserverStatus as getObserverStatusFn, runDeltaScan, quickDirtyCheck, type ObserverStatus, type DirtyScanResult, type ScanLevel } from './observer.js';
12
- import { MemoryInputSchema, type MemoryInput, type MemoryOutput } from './memory.js';
13
- import { getFeatureFlags, isIngressRequired, isObserverEnabled, getObserverMode, isWatcherEnabled, getFeatureFlagsStatus, type FeatureFlags, type AutonomyMode, type ObserverMode } from './feature-flags.js';
1
+ import type { KernelDeps } from '../../../kernel/deps.js';
14
2
  import { ensureDocsStructure } from './docs_structure.js';
15
- import { InitDocsInputSchema } from './init_docs.js';
16
- import { SetupInputSchema, type SetupInput, type SetupOutput } from './setup.js';
17
- import { type UIManifestToolInput, type UIResourceToolInput } from './ui/index.js';
18
- import { ScaffoldInputSchema, type ScaffoldInput, type ScaffoldOutput } from './scaffold.js';
19
- import { submitTaskInputSchema, type SubmitTaskInput, type SubmitTaskResult } from './submit_task.js';
20
- import { workerStatusInputSchema, type WorkerStatusInput, type WorkerStatusResult } from './worker_status.js';
21
- import { getResultInputSchema, type GetResultInput, type GetResultResult } from './get_result.js';
22
- import { dashboardInputSchema } from './dashboard.js';
23
- interface CallToolResult {
24
- [x: string]: unknown;
25
- content: Array<{
26
- type: 'text';
27
- text: string;
28
- }>;
29
- structuredContent?: Record<string, unknown>;
30
- isError?: boolean;
31
- }
32
- declare function vibePmBriefing(input: z.infer<typeof briefingInputSchema>): Promise<CallToolResult>;
33
- declare function vibePmGetDecision(input: z.infer<typeof getDecisionInputSchema>): Promise<CallToolResult>;
34
- declare function vibePmSubmitDecision(input: z.infer<typeof submitDecisionInputSchema>): Promise<CallToolResult>;
35
- declare function vibePmCreateWorkOrder(input: z.infer<typeof createWorkOrderInputSchema>): Promise<CallToolResult>;
36
- declare function vibePmInspectCode(input: z.infer<typeof inspectCodeInputSchema>): Promise<CallToolResult>;
37
- declare function vibePmStatus(input: z.infer<typeof statusInputSchema>): Promise<CallToolResult>;
38
- declare function vibePmDoctor(input: z.infer<typeof DoctorInputSchema>): Promise<CallToolResult>;
39
- declare function vibePmIngress(input: z.infer<typeof IngressInputSchema>): Promise<CallToolResult>;
40
- declare function vibePmMemoryStatus(input: z.infer<typeof MemoryStatusInputSchema>): Promise<CallToolResult>;
41
- declare function vibePmMemorySync(input: z.infer<typeof MemorySyncInputSchema>): Promise<CallToolResult>;
42
- declare function vibePmMemoryRetrieve(input: z.infer<typeof MemoryRetrieveInputSchema>): Promise<CallToolResult>;
43
- declare function vibePmInitDocs(input: z.infer<typeof InitDocsInputSchema>): Promise<CallToolResult>;
44
- declare function vibePmMemory(input: z.infer<typeof MemoryInputSchema>): Promise<CallToolResult>;
45
- declare function vibePmScaffold(input: z.infer<typeof ScaffoldInputSchema>): Promise<CallToolResult>;
46
- declare function vibePmSetup(input: z.infer<typeof SetupInputSchema>): Promise<CallToolResult>;
47
- declare function vibePmUIManifest(input: UIManifestToolInput): Promise<CallToolResult>;
48
- declare function vibePmUIResource(input: UIResourceToolInput): Promise<CallToolResult>;
49
- declare function vibePmSubmitTask(input: z.infer<typeof submitTaskInputSchema>): Promise<CallToolResult>;
50
- declare function vibePmWorkerStatus(input: z.infer<typeof workerStatusInputSchema>): Promise<CallToolResult>;
51
- declare function vibePmGetResult(input: z.infer<typeof getResultInputSchema>): Promise<CallToolResult>;
52
- declare function vibePmDashboard(input: z.infer<typeof dashboardInputSchema>): Promise<CallToolResult>;
53
- export declare function defineVibePmTools(): {
54
- briefingInputSchema: z.ZodObject<{
55
- project_brief: z.ZodString;
56
- mode: z.ZodDefault<z.ZodEnum<["mvp_fast", "balanced", "quality_first"]>>;
57
- project_id: z.ZodOptional<z.ZodString>;
58
- }, "strict", z.ZodTypeAny, {
3
+ export declare function defineVibePmTools(opts?: {
4
+ kernelDeps?: KernelDeps;
5
+ }): {
6
+ briefingInputSchema: import("zod").ZodObject<{
7
+ project_brief: import("zod").ZodString;
8
+ mode: import("zod").ZodDefault<import("zod").ZodEnum<["mvp_fast", "balanced", "quality_first"]>>;
9
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
10
+ }, "strict", import("zod").ZodTypeAny, {
59
11
  mode: "mvp_fast" | "balanced" | "quality_first";
60
12
  project_brief: string;
61
13
  project_id?: string | undefined;
@@ -64,11 +16,11 @@ export declare function defineVibePmTools(): {
64
16
  mode?: "mvp_fast" | "balanced" | "quality_first" | undefined;
65
17
  project_id?: string | undefined;
66
18
  }>;
67
- getDecisionInputSchema: z.ZodObject<{
68
- project_id: z.ZodOptional<z.ZodString>;
69
- max_items: z.ZodDefault<z.ZodNumber>;
70
- auto_select: z.ZodDefault<z.ZodBoolean>;
71
- }, "strict", z.ZodTypeAny, {
19
+ getDecisionInputSchema: import("zod").ZodObject<{
20
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
21
+ max_items: import("zod").ZodDefault<import("zod").ZodNumber>;
22
+ auto_select: import("zod").ZodDefault<import("zod").ZodBoolean>;
23
+ }, "strict", import("zod").ZodTypeAny, {
72
24
  max_items: number;
73
25
  auto_select: boolean;
74
26
  project_id?: string | undefined;
@@ -77,44 +29,53 @@ export declare function defineVibePmTools(): {
77
29
  max_items?: number | undefined;
78
30
  auto_select?: boolean | undefined;
79
31
  }>;
80
- submitDecisionInputSchema: z.ZodObject<{
81
- project_id: z.ZodOptional<z.ZodString>;
82
- decision_id: z.ZodString;
83
- choice: z.ZodEnum<["A", "B", "C", "U"]>;
84
- note: z.ZodOptional<z.ZodString>;
85
- }, "strict", z.ZodTypeAny, {
32
+ submitDecisionInputSchema: import("zod").ZodObject<{
33
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
34
+ decision_id: import("zod").ZodString;
35
+ choice: import("zod").ZodEnum<["A", "B", "C", "U"]>;
36
+ note: import("zod").ZodOptional<import("zod").ZodString>;
37
+ intent_type: import("zod").ZodOptional<import("zod").ZodEnum<["ARCH", "SPEC", "FORMAT", "BEHAVIOR", "FIX"]>>;
38
+ intent_why: import("zod").ZodOptional<import("zod").ZodString>;
39
+ intent_tradeoff: import("zod").ZodOptional<import("zod").ZodString>;
40
+ }, "strict", import("zod").ZodTypeAny, {
86
41
  decision_id: string;
87
42
  choice: "A" | "B" | "C" | "U";
88
43
  project_id?: string | undefined;
89
44
  note?: string | undefined;
45
+ intent_type?: "FIX" | "ARCH" | "SPEC" | "FORMAT" | "BEHAVIOR" | undefined;
46
+ intent_why?: string | undefined;
47
+ intent_tradeoff?: string | undefined;
90
48
  }, {
91
49
  decision_id: string;
92
50
  choice: "A" | "B" | "C" | "U";
93
51
  project_id?: string | undefined;
94
52
  note?: string | undefined;
53
+ intent_type?: "FIX" | "ARCH" | "SPEC" | "FORMAT" | "BEHAVIOR" | undefined;
54
+ intent_why?: string | undefined;
55
+ intent_tradeoff?: string | undefined;
95
56
  }>;
96
- createWorkOrderInputSchema: z.ZodObject<{
97
- project_id: z.ZodOptional<z.ZodString>;
98
- additional_instructions: z.ZodOptional<z.ZodString>;
99
- }, "strict", z.ZodTypeAny, {
57
+ createWorkOrderInputSchema: import("zod").ZodObject<{
58
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
59
+ additional_instructions: import("zod").ZodOptional<import("zod").ZodString>;
60
+ }, "strict", import("zod").ZodTypeAny, {
100
61
  project_id?: string | undefined;
101
62
  additional_instructions?: string | undefined;
102
63
  }, {
103
64
  project_id?: string | undefined;
104
65
  additional_instructions?: string | undefined;
105
66
  }>;
106
- inspectCodeInputSchema: z.ZodObject<{
107
- project_id: z.ZodOptional<z.ZodString>;
108
- target_paths: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
109
- bridge_path: z.ZodOptional<z.ZodString>;
110
- mode: z.ZodDefault<z.ZodEnum<["quick", "thorough"]>>;
111
- auto_fix: z.ZodDefault<z.ZodBoolean>;
112
- run_build: z.ZodDefault<z.ZodBoolean>;
113
- build_steps: z.ZodOptional<z.ZodArray<z.ZodObject<{
114
- name: z.ZodString;
115
- cmd: z.ZodString;
116
- continueOnFailure: z.ZodOptional<z.ZodBoolean>;
117
- }, "strip", z.ZodTypeAny, {
67
+ inspectCodeInputSchema: import("zod").ZodObject<{
68
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
69
+ target_paths: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
70
+ bridge_path: import("zod").ZodOptional<import("zod").ZodString>;
71
+ mode: import("zod").ZodDefault<import("zod").ZodEnum<["quick", "thorough"]>>;
72
+ auto_fix: import("zod").ZodDefault<import("zod").ZodBoolean>;
73
+ run_build: import("zod").ZodDefault<import("zod").ZodBoolean>;
74
+ build_steps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
75
+ name: import("zod").ZodString;
76
+ cmd: import("zod").ZodString;
77
+ continueOnFailure: import("zod").ZodOptional<import("zod").ZodBoolean>;
78
+ }, "strip", import("zod").ZodTypeAny, {
118
79
  name: string;
119
80
  cmd: string;
120
81
  continueOnFailure?: boolean | undefined;
@@ -123,10 +84,12 @@ export declare function defineVibePmTools(): {
123
84
  cmd: string;
124
85
  continueOnFailure?: boolean | undefined;
125
86
  }>, "many">>;
126
- }, "strict", z.ZodTypeAny, {
127
- auto_fix: boolean;
87
+ review_stage: import("zod").ZodDefault<import("zod").ZodEnum<["full", "spec_compliance", "code_quality"]>>;
88
+ }, "strict", import("zod").ZodTypeAny, {
128
89
  mode: "quick" | "thorough";
90
+ auto_fix: boolean;
129
91
  run_build: boolean;
92
+ review_stage: "full" | "spec_compliance" | "code_quality";
130
93
  project_id?: string | undefined;
131
94
  bridge_path?: string | undefined;
132
95
  target_paths?: string[] | undefined;
@@ -136,8 +99,8 @@ export declare function defineVibePmTools(): {
136
99
  continueOnFailure?: boolean | undefined;
137
100
  }[] | undefined;
138
101
  }, {
139
- auto_fix?: boolean | undefined;
140
102
  mode?: "quick" | "thorough" | undefined;
103
+ auto_fix?: boolean | undefined;
141
104
  project_id?: string | undefined;
142
105
  bridge_path?: string | undefined;
143
106
  target_paths?: string[] | undefined;
@@ -147,34 +110,41 @@ export declare function defineVibePmTools(): {
147
110
  cmd: string;
148
111
  continueOnFailure?: boolean | undefined;
149
112
  }[] | undefined;
113
+ review_stage?: "full" | "spec_compliance" | "code_quality" | undefined;
150
114
  }>;
151
- statusInputSchema: z.ZodObject<{
152
- project_id: z.ZodOptional<z.ZodString>;
153
- format: z.ZodOptional<z.ZodEnum<["json", "summary"]>>;
154
- }, "strict", z.ZodTypeAny, {
115
+ statusInputSchema: import("zod").ZodObject<{
116
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
117
+ format: import("zod").ZodOptional<import("zod").ZodEnum<["json", "summary"]>>;
118
+ }, "strict", import("zod").ZodTypeAny, {
155
119
  format?: "json" | "summary" | undefined;
156
120
  project_id?: string | undefined;
157
121
  }, {
158
122
  format?: "json" | "summary" | undefined;
159
123
  project_id?: string | undefined;
160
124
  }>;
161
- doctorInputSchema: z.ZodObject<{
162
- auto_fix: z.ZodDefault<z.ZodBoolean>;
163
- }, "strip", z.ZodTypeAny, {
164
- auto_fix: boolean;
125
+ doctorInputSchema: import("zod").ZodObject<{
126
+ auto_fix: import("zod").ZodOptional<import("zod").ZodBoolean>;
127
+ fix_safe: import("zod").ZodDefault<import("zod").ZodBoolean>;
128
+ dry_run: import("zod").ZodDefault<import("zod").ZodBoolean>;
129
+ }, "strip", import("zod").ZodTypeAny, {
130
+ dry_run: boolean;
131
+ fix_safe: boolean;
132
+ auto_fix?: boolean | undefined;
165
133
  }, {
166
134
  auto_fix?: boolean | undefined;
135
+ dry_run?: boolean | undefined;
136
+ fix_safe?: boolean | undefined;
167
137
  }>;
168
- ingressInputSchema: z.ZodObject<{
169
- project_id: z.ZodOptional<z.ZodString>;
170
- run_id: z.ZodOptional<z.ZodString>;
171
- workspace_path: z.ZodOptional<z.ZodString>;
172
- resolution: z.ZodOptional<z.ZodEnum<["INGRESS_RESOLVED_RESUME", "INGRESS_RESOLVED_NEW_TASK", "INGRESS_RESOLVED_ADOPT", "INGRESS_ABORTED"]>>;
173
- auto_resolve: z.ZodDefault<z.ZodBoolean>;
174
- force: z.ZodDefault<z.ZodBoolean>;
175
- context_scan: z.ZodDefault<z.ZodBoolean>;
176
- write_files: z.ZodDefault<z.ZodBoolean>;
177
- }, "strict", z.ZodTypeAny, {
138
+ ingressInputSchema: import("zod").ZodObject<{
139
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
140
+ run_id: import("zod").ZodOptional<import("zod").ZodString>;
141
+ workspace_path: import("zod").ZodOptional<import("zod").ZodString>;
142
+ resolution: import("zod").ZodOptional<import("zod").ZodEnum<["INGRESS_RESOLVED_RESUME", "INGRESS_RESOLVED_NEW_TASK", "INGRESS_RESOLVED_ADOPT", "INGRESS_ABORTED"]>>;
143
+ auto_resolve: import("zod").ZodDefault<import("zod").ZodBoolean>;
144
+ force: import("zod").ZodDefault<import("zod").ZodBoolean>;
145
+ context_scan: import("zod").ZodDefault<import("zod").ZodBoolean>;
146
+ write_files: import("zod").ZodDefault<import("zod").ZodBoolean>;
147
+ }, "strict", import("zod").ZodTypeAny, {
178
148
  force: boolean;
179
149
  auto_resolve: boolean;
180
150
  context_scan: boolean;
@@ -193,11 +163,11 @@ export declare function defineVibePmTools(): {
193
163
  context_scan?: boolean | undefined;
194
164
  write_files?: boolean | undefined;
195
165
  }>;
196
- memoryStatusInputSchema: z.ZodObject<{
197
- project_id: z.ZodOptional<z.ZodString>;
198
- docs_root: z.ZodDefault<z.ZodString>;
199
- persist_dir: z.ZodOptional<z.ZodString>;
200
- }, "strict", z.ZodTypeAny, {
166
+ memoryStatusInputSchema: import("zod").ZodObject<{
167
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
168
+ docs_root: import("zod").ZodDefault<import("zod").ZodString>;
169
+ persist_dir: import("zod").ZodOptional<import("zod").ZodString>;
170
+ }, "strict", import("zod").ZodTypeAny, {
201
171
  docs_root: string;
202
172
  project_id?: string | undefined;
203
173
  persist_dir?: string | undefined;
@@ -206,12 +176,12 @@ export declare function defineVibePmTools(): {
206
176
  docs_root?: string | undefined;
207
177
  persist_dir?: string | undefined;
208
178
  }>;
209
- memorySyncInputSchema: z.ZodObject<{
210
- project_id: z.ZodOptional<z.ZodString>;
211
- docs_root: z.ZodDefault<z.ZodString>;
212
- mode: z.ZodDefault<z.ZodEnum<["on_demand", "pre_finalize"]>>;
213
- force_full: z.ZodDefault<z.ZodBoolean>;
214
- }, "strict", z.ZodTypeAny, {
179
+ memorySyncInputSchema: import("zod").ZodObject<{
180
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
181
+ docs_root: import("zod").ZodDefault<import("zod").ZodString>;
182
+ mode: import("zod").ZodDefault<import("zod").ZodEnum<["on_demand", "pre_finalize"]>>;
183
+ force_full: import("zod").ZodDefault<import("zod").ZodBoolean>;
184
+ }, "strict", import("zod").ZodTypeAny, {
215
185
  mode: "on_demand" | "pre_finalize";
216
186
  docs_root: string;
217
187
  force_full: boolean;
@@ -222,13 +192,13 @@ export declare function defineVibePmTools(): {
222
192
  docs_root?: string | undefined;
223
193
  force_full?: boolean | undefined;
224
194
  }>;
225
- memoryRetrieveInputSchema: z.ZodObject<{
226
- project_id: z.ZodOptional<z.ZodString>;
227
- docs_root: z.ZodDefault<z.ZodString>;
228
- persist_dir: z.ZodOptional<z.ZodString>;
229
- query: z.ZodString;
230
- max_chars: z.ZodDefault<z.ZodNumber>;
231
- }, "strict", z.ZodTypeAny, {
195
+ memoryRetrieveInputSchema: import("zod").ZodObject<{
196
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
197
+ docs_root: import("zod").ZodDefault<import("zod").ZodString>;
198
+ persist_dir: import("zod").ZodOptional<import("zod").ZodString>;
199
+ query: import("zod").ZodString;
200
+ max_chars: import("zod").ZodDefault<import("zod").ZodNumber>;
201
+ }, "strict", import("zod").ZodTypeAny, {
232
202
  docs_root: string;
233
203
  query: string;
234
204
  max_chars: number;
@@ -241,21 +211,21 @@ export declare function defineVibePmTools(): {
241
211
  persist_dir?: string | undefined;
242
212
  max_chars?: number | undefined;
243
213
  }>;
244
- memoryInputSchema: z.ZodObject<{
245
- mode: z.ZodEnum<["status", "sync", "retrieve"]>;
246
- project_id: z.ZodOptional<z.ZodString>;
247
- docs_root: z.ZodDefault<z.ZodString>;
248
- force_full: z.ZodOptional<z.ZodBoolean>;
249
- sync_mode: z.ZodOptional<z.ZodEnum<["on_demand", "pre_finalize"]>>;
250
- query: z.ZodOptional<z.ZodString>;
251
- max_chars: z.ZodOptional<z.ZodNumber>;
252
- rerank_mode: z.ZodOptional<z.ZodEnum<["none", "rule_based", "hybrid"]>>;
253
- rerank_file_patterns: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
254
- rerank_heading_keywords: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
255
- rerank_semantic_weight: z.ZodOptional<z.ZodNumber>;
256
- rerank_rule_weight: z.ZodOptional<z.ZodNumber>;
257
- persist_dir: z.ZodOptional<z.ZodString>;
258
- }, "strict", z.ZodTypeAny, {
214
+ memoryInputSchema: import("zod").ZodObject<{
215
+ mode: import("zod").ZodEnum<["status", "sync", "retrieve"]>;
216
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
217
+ docs_root: import("zod").ZodDefault<import("zod").ZodString>;
218
+ force_full: import("zod").ZodOptional<import("zod").ZodBoolean>;
219
+ sync_mode: import("zod").ZodOptional<import("zod").ZodEnum<["on_demand", "pre_finalize"]>>;
220
+ query: import("zod").ZodOptional<import("zod").ZodString>;
221
+ max_chars: import("zod").ZodOptional<import("zod").ZodNumber>;
222
+ rerank_mode: import("zod").ZodOptional<import("zod").ZodEnum<["none", "rule_based", "hybrid"]>>;
223
+ rerank_file_patterns: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
224
+ rerank_heading_keywords: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
225
+ rerank_semantic_weight: import("zod").ZodOptional<import("zod").ZodNumber>;
226
+ rerank_rule_weight: import("zod").ZodOptional<import("zod").ZodNumber>;
227
+ persist_dir: import("zod").ZodOptional<import("zod").ZodString>;
228
+ }, "strict", import("zod").ZodTypeAny, {
259
229
  mode: "status" | "sync" | "retrieve";
260
230
  docs_root: string;
261
231
  project_id?: string | undefined;
@@ -264,7 +234,7 @@ export declare function defineVibePmTools(): {
264
234
  query?: string | undefined;
265
235
  max_chars?: number | undefined;
266
236
  sync_mode?: "on_demand" | "pre_finalize" | undefined;
267
- rerank_mode?: "none" | "rule_based" | "hybrid" | undefined;
237
+ rerank_mode?: "none" | "hybrid" | "rule_based" | undefined;
268
238
  rerank_file_patterns?: string[] | undefined;
269
239
  rerank_heading_keywords?: string[] | undefined;
270
240
  rerank_semantic_weight?: number | undefined;
@@ -278,37 +248,37 @@ export declare function defineVibePmTools(): {
278
248
  query?: string | undefined;
279
249
  max_chars?: number | undefined;
280
250
  sync_mode?: "on_demand" | "pre_finalize" | undefined;
281
- rerank_mode?: "none" | "rule_based" | "hybrid" | undefined;
251
+ rerank_mode?: "none" | "hybrid" | "rule_based" | undefined;
282
252
  rerank_file_patterns?: string[] | undefined;
283
253
  rerank_heading_keywords?: string[] | undefined;
284
254
  rerank_semantic_weight?: number | undefined;
285
255
  rerank_rule_weight?: number | undefined;
286
256
  }>;
287
- initDocsInputSchema: z.ZodObject<{
288
- workspace_path: z.ZodOptional<z.ZodString>;
289
- force: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
290
- }, "strip", z.ZodTypeAny, {
257
+ initDocsInputSchema: import("zod").ZodObject<{
258
+ workspace_path: import("zod").ZodOptional<import("zod").ZodString>;
259
+ force: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
260
+ }, "strip", import("zod").ZodTypeAny, {
291
261
  force: boolean;
292
262
  workspace_path?: string | undefined;
293
263
  }, {
294
264
  force?: boolean | undefined;
295
265
  workspace_path?: string | undefined;
296
266
  }>;
297
- uiManifestInputSchema: z.ZodObject<{
298
- project_id: z.ZodOptional<z.ZodString>;
299
- run_id: z.ZodOptional<z.ZodString>;
300
- }, "strip", z.ZodTypeAny, {
267
+ uiManifestInputSchema: import("zod").ZodObject<{
268
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
269
+ run_id: import("zod").ZodOptional<import("zod").ZodString>;
270
+ }, "strip", import("zod").ZodTypeAny, {
301
271
  run_id?: string | undefined;
302
272
  project_id?: string | undefined;
303
273
  }, {
304
274
  run_id?: string | undefined;
305
275
  project_id?: string | undefined;
306
276
  }>;
307
- uiResourceInputSchema: z.ZodObject<{
308
- resource_id: z.ZodString;
309
- project_id: z.ZodOptional<z.ZodString>;
310
- run_id: z.ZodOptional<z.ZodString>;
311
- }, "strip", z.ZodTypeAny, {
277
+ uiResourceInputSchema: import("zod").ZodObject<{
278
+ resource_id: import("zod").ZodString;
279
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
280
+ run_id: import("zod").ZodOptional<import("zod").ZodString>;
281
+ }, "strip", import("zod").ZodTypeAny, {
312
282
  resource_id: string;
313
283
  run_id?: string | undefined;
314
284
  project_id?: string | undefined;
@@ -317,61 +287,117 @@ export declare function defineVibePmTools(): {
317
287
  run_id?: string | undefined;
318
288
  project_id?: string | undefined;
319
289
  }>;
320
- scaffoldInputSchema: z.ZodObject<{
321
- project_id: z.ZodOptional<z.ZodString>;
322
- mode: z.ZodDefault<z.ZodEnum<["scaffold", "assimilate", "scan"]>>;
323
- template: z.ZodDefault<z.ZodEnum<["minimal", "rust-managed", "python-cli", "node-api", "ts-cli", "next-app", "fastapi"]>>;
324
- target_dir: z.ZodOptional<z.ZodString>;
325
- force: z.ZodDefault<z.ZodBoolean>;
326
- dry_run: z.ZodDefault<z.ZodBoolean>;
327
- }, "strict", z.ZodTypeAny, {
328
- dry_run: boolean;
290
+ scaffoldInputSchema: import("zod").ZodObject<{
291
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
292
+ mode: import("zod").ZodDefault<import("zod").ZodEnum<["scaffold", "assimilate", "scan"]>>;
293
+ template: import("zod").ZodDefault<import("zod").ZodEnum<["minimal", "rust-managed", "python-cli", "node-api", "ts-cli", "next-app", "fastapi"]>>;
294
+ target_dir: import("zod").ZodOptional<import("zod").ZodString>;
295
+ force: import("zod").ZodDefault<import("zod").ZodBoolean>;
296
+ dry_run: import("zod").ZodDefault<import("zod").ZodBoolean>;
297
+ }, "strict", import("zod").ZodTypeAny, {
329
298
  mode: "scaffold" | "assimilate" | "scan";
299
+ dry_run: boolean;
330
300
  force: boolean;
331
- template: "python-cli" | "minimal" | "rust-managed" | "node-api" | "ts-cli" | "next-app" | "fastapi";
301
+ template: "minimal" | "python-cli" | "rust-managed" | "node-api" | "ts-cli" | "next-app" | "fastapi";
332
302
  project_id?: string | undefined;
333
303
  target_dir?: string | undefined;
334
304
  }, {
335
- dry_run?: boolean | undefined;
336
305
  mode?: "scaffold" | "assimilate" | "scan" | undefined;
306
+ dry_run?: boolean | undefined;
337
307
  project_id?: string | undefined;
338
308
  force?: boolean | undefined;
339
- template?: "python-cli" | "minimal" | "rust-managed" | "node-api" | "ts-cli" | "next-app" | "fastapi" | undefined;
309
+ template?: "minimal" | "python-cli" | "rust-managed" | "node-api" | "ts-cli" | "next-app" | "fastapi" | undefined;
310
+ target_dir?: string | undefined;
311
+ }>;
312
+ agentInputSchema: import("zod").ZodObject<{
313
+ mode: import("zod").ZodEnum<["scaffold", "list", "status", "register", "pack", "deploy", "verify", "release"]>;
314
+ agent_id: import("zod").ZodOptional<import("zod").ZodString>;
315
+ agent_type: import("zod").ZodOptional<import("zod").ZodEnum<["mcp-tool", "cli-agent", "http-service", "worker-agent"]>>;
316
+ display_name: import("zod").ZodOptional<import("zod").ZodString>;
317
+ description: import("zod").ZodOptional<import("zod").ZodString>;
318
+ target_dir: import("zod").ZodOptional<import("zod").ZodString>;
319
+ deploy_target: import("zod").ZodOptional<import("zod").ZodEnum<["local", "container", "npm", "mesh"]>>;
320
+ prime_url: import("zod").ZodOptional<import("zod").ZodString>;
321
+ output_dir: import("zod").ZodOptional<import("zod").ZodString>;
322
+ bump_version: import("zod").ZodOptional<import("zod").ZodEnum<["patch", "minor", "major"]>>;
323
+ }, "strict", import("zod").ZodTypeAny, {
324
+ mode: "release" | "status" | "scaffold" | "verify" | "list" | "register" | "pack" | "deploy";
325
+ description?: string | undefined;
326
+ output_dir?: string | undefined;
327
+ agent_id?: string | undefined;
340
328
  target_dir?: string | undefined;
329
+ display_name?: string | undefined;
330
+ agent_type?: "mcp-tool" | "cli-agent" | "http-service" | "worker-agent" | undefined;
331
+ deploy_target?: "local" | "npm" | "container" | "mesh" | undefined;
332
+ prime_url?: string | undefined;
333
+ bump_version?: "major" | "minor" | "patch" | undefined;
334
+ }, {
335
+ mode: "release" | "status" | "scaffold" | "verify" | "list" | "register" | "pack" | "deploy";
336
+ description?: string | undefined;
337
+ output_dir?: string | undefined;
338
+ agent_id?: string | undefined;
339
+ target_dir?: string | undefined;
340
+ display_name?: string | undefined;
341
+ agent_type?: "mcp-tool" | "cli-agent" | "http-service" | "worker-agent" | undefined;
342
+ deploy_target?: "local" | "npm" | "container" | "mesh" | undefined;
343
+ prime_url?: string | undefined;
344
+ bump_version?: "major" | "minor" | "patch" | undefined;
341
345
  }>;
342
- setupInputSchema: z.ZodObject<{
343
- mode: z.ZodDefault<z.ZodEnum<["check", "install", "uninstall"]>>;
344
- force: z.ZodDefault<z.ZodBoolean>;
345
- }, "strip", z.ZodTypeAny, {
346
+ workspaceRecipeInputSchema: import("zod").ZodObject<{
347
+ recipe_id: import("zod").ZodDefault<import("zod").ZodEnum<["minimal", "full"]>>;
348
+ target_dir: import("zod").ZodDefault<import("zod").ZodString>;
349
+ vars: import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
350
+ dry_run: import("zod").ZodDefault<import("zod").ZodBoolean>;
351
+ timeout_ms: import("zod").ZodDefault<import("zod").ZodNumber>;
352
+ }, "strip", import("zod").ZodTypeAny, {
353
+ dry_run: boolean;
354
+ timeout_ms: number;
355
+ target_dir: string;
356
+ vars: Record<string, string>;
357
+ recipe_id: "full" | "minimal";
358
+ }, {
359
+ dry_run?: boolean | undefined;
360
+ timeout_ms?: number | undefined;
361
+ target_dir?: string | undefined;
362
+ vars?: Record<string, string> | undefined;
363
+ recipe_id?: "full" | "minimal" | undefined;
364
+ }>;
365
+ setupInputSchema: import("zod").ZodObject<{
366
+ mode: import("zod").ZodDefault<import("zod").ZodEnum<["check", "install", "uninstall"]>>;
367
+ force: import("zod").ZodDefault<import("zod").ZodBoolean>;
368
+ scope: import("zod").ZodDefault<import("zod").ZodEnum<["user", "project"]>>;
369
+ }, "strip", import("zod").ZodTypeAny, {
346
370
  mode: "check" | "install" | "uninstall";
371
+ scope: "project" | "user";
347
372
  force: boolean;
348
373
  }, {
349
374
  mode?: "check" | "install" | "uninstall" | undefined;
375
+ scope?: "project" | "user" | undefined;
350
376
  force?: boolean | undefined;
351
377
  }>;
352
- submitTaskInputSchema: z.ZodObject<{
353
- project_id: z.ZodOptional<z.ZodString>;
354
- worker_type: z.ZodEnum<["browser", "search", "fs", "build", "model"]>;
355
- inputs: z.ZodRecord<z.ZodString, z.ZodUnknown>;
356
- limits: z.ZodOptional<z.ZodObject<{
357
- timeout_ms: z.ZodOptional<z.ZodNumber>;
358
- memory_mb: z.ZodOptional<z.ZodNumber>;
359
- max_retries: z.ZodOptional<z.ZodNumber>;
360
- }, "strip", z.ZodTypeAny, {
361
- max_retries?: number | undefined;
378
+ submitTaskInputSchema: import("zod").ZodObject<{
379
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
380
+ worker_type: import("zod").ZodEnum<["browser", "search", "fs", "build", "model"]>;
381
+ inputs: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>;
382
+ limits: import("zod").ZodOptional<import("zod").ZodObject<{
383
+ timeout_ms: import("zod").ZodOptional<import("zod").ZodNumber>;
384
+ memory_mb: import("zod").ZodOptional<import("zod").ZodNumber>;
385
+ max_retries: import("zod").ZodOptional<import("zod").ZodNumber>;
386
+ }, "strip", import("zod").ZodTypeAny, {
362
387
  timeout_ms?: number | undefined;
388
+ max_retries?: number | undefined;
363
389
  memory_mb?: number | undefined;
364
390
  }, {
365
- max_retries?: number | undefined;
366
391
  timeout_ms?: number | undefined;
392
+ max_retries?: number | undefined;
367
393
  memory_mb?: number | undefined;
368
394
  }>>;
369
- policy: z.ZodOptional<z.ZodObject<{
370
- allowed_domains: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
371
- write_allowlist: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
372
- forbidden_paths: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
373
- network_allowed: z.ZodOptional<z.ZodBoolean>;
374
- }, "strip", z.ZodTypeAny, {
395
+ policy: import("zod").ZodOptional<import("zod").ZodObject<{
396
+ allowed_domains: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
397
+ write_allowlist: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
398
+ forbidden_paths: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
399
+ network_allowed: import("zod").ZodOptional<import("zod").ZodBoolean>;
400
+ }, "strip", import("zod").ZodTypeAny, {
375
401
  allowed_domains?: string[] | undefined;
376
402
  write_allowlist?: string[] | undefined;
377
403
  forbidden_paths?: string[] | undefined;
@@ -382,8 +408,8 @@ export declare function defineVibePmTools(): {
382
408
  forbidden_paths?: string[] | undefined;
383
409
  network_allowed?: boolean | undefined;
384
410
  }>>;
385
- priority: z.ZodOptional<z.ZodEnum<["low", "normal", "high", "critical"]>>;
386
- }, "strip", z.ZodTypeAny, {
411
+ priority: import("zod").ZodOptional<import("zod").ZodEnum<["low", "normal", "high", "critical"]>>;
412
+ }, "strip", import("zod").ZodTypeAny, {
387
413
  inputs: Record<string, unknown>;
388
414
  worker_type: "search" | "build" | "model" | "fs" | "browser";
389
415
  policy?: {
@@ -393,12 +419,12 @@ export declare function defineVibePmTools(): {
393
419
  network_allowed?: boolean | undefined;
394
420
  } | undefined;
395
421
  limits?: {
396
- max_retries?: number | undefined;
397
422
  timeout_ms?: number | undefined;
423
+ max_retries?: number | undefined;
398
424
  memory_mb?: number | undefined;
399
425
  } | undefined;
400
- priority?: "low" | "normal" | "high" | "critical" | undefined;
401
426
  project_id?: string | undefined;
427
+ priority?: "low" | "high" | "critical" | "normal" | undefined;
402
428
  }, {
403
429
  inputs: Record<string, unknown>;
404
430
  worker_type: "search" | "build" | "model" | "fs" | "browser";
@@ -409,31 +435,31 @@ export declare function defineVibePmTools(): {
409
435
  network_allowed?: boolean | undefined;
410
436
  } | undefined;
411
437
  limits?: {
412
- max_retries?: number | undefined;
413
438
  timeout_ms?: number | undefined;
439
+ max_retries?: number | undefined;
414
440
  memory_mb?: number | undefined;
415
441
  } | undefined;
416
- priority?: "low" | "normal" | "high" | "critical" | undefined;
417
442
  project_id?: string | undefined;
443
+ priority?: "low" | "high" | "critical" | "normal" | undefined;
418
444
  }>;
419
- workerStatusInputSchema: z.ZodObject<{
420
- task_id: z.ZodOptional<z.ZodString>;
421
- worker_type: z.ZodOptional<z.ZodEnum<["browser", "search", "fs", "build", "model"]>>;
422
- project_id: z.ZodOptional<z.ZodString>;
423
- }, "strip", z.ZodTypeAny, {
424
- task_id?: string | undefined;
445
+ workerStatusInputSchema: import("zod").ZodObject<{
446
+ task_id: import("zod").ZodOptional<import("zod").ZodString>;
447
+ worker_type: import("zod").ZodOptional<import("zod").ZodEnum<["browser", "search", "fs", "build", "model"]>>;
448
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
449
+ }, "strip", import("zod").ZodTypeAny, {
425
450
  project_id?: string | undefined;
451
+ task_id?: string | undefined;
426
452
  worker_type?: "search" | "build" | "model" | "fs" | "browser" | undefined;
427
453
  }, {
428
- task_id?: string | undefined;
429
454
  project_id?: string | undefined;
455
+ task_id?: string | undefined;
430
456
  worker_type?: "search" | "build" | "model" | "fs" | "browser" | undefined;
431
457
  }>;
432
- getResultInputSchema: z.ZodObject<{
433
- task_id: z.ZodString;
434
- project_id: z.ZodOptional<z.ZodString>;
435
- include_artifacts: z.ZodOptional<z.ZodBoolean>;
436
- }, "strip", z.ZodTypeAny, {
458
+ getResultInputSchema: import("zod").ZodObject<{
459
+ task_id: import("zod").ZodString;
460
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
461
+ include_artifacts: import("zod").ZodOptional<import("zod").ZodBoolean>;
462
+ }, "strip", import("zod").ZodTypeAny, {
437
463
  task_id: string;
438
464
  project_id?: string | undefined;
439
465
  include_artifacts?: boolean | undefined;
@@ -442,13 +468,13 @@ export declare function defineVibePmTools(): {
442
468
  project_id?: string | undefined;
443
469
  include_artifacts?: boolean | undefined;
444
470
  }>;
445
- dashboardInputSchema: z.ZodObject<{
446
- project_id: z.ZodOptional<z.ZodString>;
447
- format: z.ZodDefault<z.ZodEnum<["json", "html", "summary"]>>;
448
- include_workers: z.ZodDefault<z.ZodBoolean>;
449
- include_tasks: z.ZodDefault<z.ZodBoolean>;
450
- include_timeseries: z.ZodDefault<z.ZodBoolean>;
451
- }, "strip", z.ZodTypeAny, {
471
+ dashboardInputSchema: import("zod").ZodObject<{
472
+ project_id: import("zod").ZodOptional<import("zod").ZodString>;
473
+ format: import("zod").ZodDefault<import("zod").ZodEnum<["json", "html", "summary"]>>;
474
+ include_workers: import("zod").ZodDefault<import("zod").ZodBoolean>;
475
+ include_tasks: import("zod").ZodDefault<import("zod").ZodBoolean>;
476
+ include_timeseries: import("zod").ZodDefault<import("zod").ZodBoolean>;
477
+ }, "strip", import("zod").ZodTypeAny, {
452
478
  format: "json" | "html" | "summary";
453
479
  include_workers: boolean;
454
480
  include_tasks: boolean;
@@ -461,39 +487,458 @@ export declare function defineVibePmTools(): {
461
487
  include_tasks?: boolean | undefined;
462
488
  include_timeseries?: boolean | undefined;
463
489
  }>;
464
- vibePmBriefing: typeof vibePmBriefing;
465
- vibePmGetDecision: typeof vibePmGetDecision;
466
- vibePmSubmitDecision: typeof vibePmSubmitDecision;
467
- vibePmCreateWorkOrder: typeof vibePmCreateWorkOrder;
468
- vibePmInspectCode: typeof vibePmInspectCode;
469
- vibePmStatus: typeof vibePmStatus;
470
- vibePmDoctor: typeof vibePmDoctor;
471
- vibePmIngress: typeof vibePmIngress;
472
- vibePmMemoryStatus: typeof vibePmMemoryStatus;
473
- vibePmMemorySync: typeof vibePmMemorySync;
474
- vibePmMemoryRetrieve: typeof vibePmMemoryRetrieve;
475
- vibePmMemory: typeof vibePmMemory;
476
- vibePmInitDocs: typeof vibePmInitDocs;
477
- vibePmUIManifest: typeof vibePmUIManifest;
478
- vibePmUIResource: typeof vibePmUIResource;
479
- vibePmScaffold: typeof vibePmScaffold;
480
- vibePmSetup: typeof vibePmSetup;
481
- vibePmSubmitTask: typeof vibePmSubmitTask;
482
- vibePmWorkerStatus: typeof vibePmWorkerStatus;
483
- vibePmGetResult: typeof vibePmGetResult;
484
- vibePmDashboard: typeof vibePmDashboard;
490
+ scoutInputSchema: import("zod").ZodObject<{
491
+ trigger_id: import("zod").ZodDefault<import("zod").ZodEnum<["T3_AUTH_TOUCH", "T6_DEP_SHIFT", "T8_GATE_FIX", "auto"]>>;
492
+ package_name: import("zod").ZodOptional<import("zod").ZodString>;
493
+ from_version: import("zod").ZodOptional<import("zod").ZodString>;
494
+ to_version: import("zod").ZodOptional<import("zod").ZodString>;
495
+ file_path: import("zod").ZodOptional<import("zod").ZodString>;
496
+ diff_summary: import("zod").ZodOptional<import("zod").ZodString>;
497
+ error_log: import("zod").ZodOptional<import("zod").ZodString>;
498
+ }, "strict", import("zod").ZodTypeAny, {
499
+ trigger_id: "auto" | "T3_AUTH_TOUCH" | "T6_DEP_SHIFT" | "T8_GATE_FIX";
500
+ from_version?: string | undefined;
501
+ to_version?: string | undefined;
502
+ file_path?: string | undefined;
503
+ diff_summary?: string | undefined;
504
+ package_name?: string | undefined;
505
+ error_log?: string | undefined;
506
+ }, {
507
+ from_version?: string | undefined;
508
+ to_version?: string | undefined;
509
+ file_path?: string | undefined;
510
+ diff_summary?: string | undefined;
511
+ trigger_id?: "auto" | "T3_AUTH_TOUCH" | "T6_DEP_SHIFT" | "T8_GATE_FIX" | undefined;
512
+ package_name?: string | undefined;
513
+ error_log?: string | undefined;
514
+ }>;
515
+ blockSearchInputSchema: import("zod").ZodObject<{
516
+ query: import("zod").ZodDefault<import("zod").ZodString>;
517
+ block_types: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
518
+ root_hash: import("zod").ZodOptional<import("zod").ZodString>;
519
+ limit: import("zod").ZodDefault<import("zod").ZodNumber>;
520
+ mode: import("zod").ZodDefault<import("zod").ZodEnum<["search", "chain", "recent"]>>;
521
+ }, "strip", import("zod").ZodTypeAny, {
522
+ mode: "search" | "chain" | "recent";
523
+ limit: number;
524
+ query: string;
525
+ root_hash?: string | undefined;
526
+ block_types?: string[] | undefined;
527
+ }, {
528
+ mode?: "search" | "chain" | "recent" | undefined;
529
+ limit?: number | undefined;
530
+ root_hash?: string | undefined;
531
+ query?: string | undefined;
532
+ block_types?: string[] | undefined;
533
+ }>;
534
+ blockEventsInputSchema: import("zod").ZodObject<{
535
+ mode: import("zod").ZodDefault<import("zod").ZodEnum<["recent", "poll"]>>;
536
+ limit: import("zod").ZodDefault<import("zod").ZodNumber>;
537
+ kinds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["block_write", "block_delete", "chain_create", "chain_update", "chain_delete", "gc_complete", "index_rebuild", "swarm_state_change", "swarm_inference", "swarm_health_check", "mcp_tool_call", "mcp_tool_result"]>, "many">>;
538
+ cursor: import("zod").ZodOptional<import("zod").ZodString>;
539
+ workspace_root: import("zod").ZodOptional<import("zod").ZodString>;
540
+ }, "strip", import("zod").ZodTypeAny, {
541
+ mode: "recent" | "poll";
542
+ limit: number;
543
+ workspace_root?: string | undefined;
544
+ kinds?: ("block_write" | "block_delete" | "chain_create" | "chain_update" | "chain_delete" | "gc_complete" | "index_rebuild" | "swarm_state_change" | "swarm_inference" | "swarm_health_check" | "mcp_tool_call" | "mcp_tool_result")[] | undefined;
545
+ cursor?: string | undefined;
546
+ }, {
547
+ mode?: "recent" | "poll" | undefined;
548
+ limit?: number | undefined;
549
+ workspace_root?: string | undefined;
550
+ kinds?: ("block_write" | "block_delete" | "chain_create" | "chain_update" | "chain_delete" | "gc_complete" | "index_rebuild" | "swarm_state_change" | "swarm_inference" | "swarm_health_check" | "mcp_tool_call" | "mcp_tool_result")[] | undefined;
551
+ cursor?: string | undefined;
552
+ }>;
553
+ blockSnapshotInputSchema: import("zod").ZodObject<{
554
+ mode: import("zod").ZodEnum<["create", "restore", "list", "get", "delete"]>;
555
+ snapshot_id: import("zod").ZodOptional<import("zod").ZodString>;
556
+ name: import("zod").ZodOptional<import("zod").ZodString>;
557
+ description: import("zod").ZodOptional<import("zod").ZodString>;
558
+ overwrite: import("zod").ZodDefault<import("zod").ZodBoolean>;
559
+ dry_run: import("zod").ZodDefault<import("zod").ZodBoolean>;
560
+ block_types: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
561
+ workspace_root: import("zod").ZodOptional<import("zod").ZodString>;
562
+ }, "strip", import("zod").ZodTypeAny, {
563
+ mode: "get" | "delete" | "list" | "create" | "restore";
564
+ dry_run: boolean;
565
+ overwrite: boolean;
566
+ name?: string | undefined;
567
+ workspace_root?: string | undefined;
568
+ description?: string | undefined;
569
+ block_types?: string[] | undefined;
570
+ snapshot_id?: string | undefined;
571
+ }, {
572
+ mode: "get" | "delete" | "list" | "create" | "restore";
573
+ dry_run?: boolean | undefined;
574
+ name?: string | undefined;
575
+ workspace_root?: string | undefined;
576
+ description?: string | undefined;
577
+ overwrite?: boolean | undefined;
578
+ block_types?: string[] | undefined;
579
+ snapshot_id?: string | undefined;
580
+ }>;
581
+ decisionHistoryInputSchema: import("zod").ZodObject<{
582
+ action: import("zod").ZodEnum<["query", "compact"]>;
583
+ run_id: import("zod").ZodOptional<import("zod").ZodString>;
584
+ event_type: import("zod").ZodOptional<import("zod").ZodEnum<["submit_decision", "inspect_verdict", "stage_transition"]>>;
585
+ since: import("zod").ZodOptional<import("zod").ZodString>;
586
+ until: import("zod").ZodOptional<import("zod").ZodString>;
587
+ limit: import("zod").ZodOptional<import("zod").ZodNumber>;
588
+ retention_days: import("zod").ZodOptional<import("zod").ZodNumber>;
589
+ }, "strip", import("zod").ZodTypeAny, {
590
+ action: "query" | "compact";
591
+ run_id?: string | undefined;
592
+ limit?: number | undefined;
593
+ event_type?: "submit_decision" | "inspect_verdict" | "stage_transition" | undefined;
594
+ since?: string | undefined;
595
+ until?: string | undefined;
596
+ retention_days?: number | undefined;
597
+ }, {
598
+ action: "query" | "compact";
599
+ run_id?: string | undefined;
600
+ limit?: number | undefined;
601
+ event_type?: "submit_decision" | "inspect_verdict" | "stage_transition" | undefined;
602
+ since?: string | undefined;
603
+ until?: string | undefined;
604
+ retention_days?: number | undefined;
605
+ }>;
606
+ skillsInputSchema: import("zod").ZodObject<{
607
+ mode: import("zod").ZodDefault<import("zod").ZodEnum<["list", "detail"]>>;
608
+ skill_id: import("zod").ZodOptional<import("zod").ZodString>;
609
+ }, "strip", import("zod").ZodTypeAny, {
610
+ mode: "list" | "detail";
611
+ skill_id?: string | undefined;
612
+ }, {
613
+ mode?: "list" | "detail" | undefined;
614
+ skill_id?: string | undefined;
615
+ }>;
616
+ suggestRootsInputSchema: import("zod").ZodObject<{
617
+ scan_path: import("zod").ZodOptional<import("zod").ZodString>;
618
+ max_depth: import("zod").ZodDefault<import("zod").ZodNumber>;
619
+ }, "strip", import("zod").ZodTypeAny, {
620
+ max_depth: number;
621
+ scan_path?: string | undefined;
622
+ }, {
623
+ scan_path?: string | undefined;
624
+ max_depth?: number | undefined;
625
+ }>;
626
+ checkResourcesInputSchema: import("zod").ZodObject<{
627
+ workspace_root: import("zod").ZodOptional<import("zod").ZodString>;
628
+ }, "strip", import("zod").ZodTypeAny, {
629
+ workspace_root?: string | undefined;
630
+ }, {
631
+ workspace_root?: string | undefined;
632
+ }>;
633
+ checkDormantInputSchema: import("zod").ZodObject<{
634
+ workspace_root: import("zod").ZodOptional<import("zod").ZodString>;
635
+ threshold_days: import("zod").ZodDefault<import("zod").ZodNumber>;
636
+ }, "strip", import("zod").ZodTypeAny, {
637
+ threshold_days: number;
638
+ workspace_root?: string | undefined;
639
+ }, {
640
+ workspace_root?: string | undefined;
641
+ threshold_days?: number | undefined;
642
+ }>;
643
+ repairPlanInputSchema: import("zod").ZodObject<{
644
+ run_id: import("zod").ZodOptional<import("zod").ZodString>;
645
+ workspace_root: import("zod").ZodOptional<import("zod").ZodString>;
646
+ }, "strip", import("zod").ZodTypeAny, {
647
+ run_id?: string | undefined;
648
+ workspace_root?: string | undefined;
649
+ }, {
650
+ run_id?: string | undefined;
651
+ workspace_root?: string | undefined;
652
+ }>;
653
+ finalizeWorkInputSchema: import("zod").ZodObject<{
654
+ summary: import("zod").ZodOptional<import("zod").ZodString>;
655
+ commit_type: import("zod").ZodDefault<import("zod").ZodEnum<["feat", "fix", "refactor", "chore", "docs", "test"]>>;
656
+ confirm: import("zod").ZodDefault<import("zod").ZodBoolean>;
657
+ workspace_root: import("zod").ZodOptional<import("zod").ZodString>;
658
+ }, "strip", import("zod").ZodTypeAny, {
659
+ commit_type: "fix" | "docs" | "test" | "feat" | "refactor" | "chore";
660
+ confirm: boolean;
661
+ workspace_root?: string | undefined;
662
+ summary?: string | undefined;
663
+ }, {
664
+ workspace_root?: string | undefined;
665
+ summary?: string | undefined;
666
+ commit_type?: "fix" | "docs" | "test" | "feat" | "refactor" | "chore" | undefined;
667
+ confirm?: boolean | undefined;
668
+ }>;
669
+ undoLastTaskInputSchema: import("zod").ZodObject<{
670
+ confirm: import("zod").ZodDefault<import("zod").ZodBoolean>;
671
+ workspace_root: import("zod").ZodOptional<import("zod").ZodString>;
672
+ }, "strip", import("zod").ZodTypeAny, {
673
+ confirm: boolean;
674
+ workspace_root?: string | undefined;
675
+ }, {
676
+ workspace_root?: string | undefined;
677
+ confirm?: boolean | undefined;
678
+ }>;
679
+ branchPivotInputSchema: import("zod").ZodObject<{
680
+ target_branch: import("zod").ZodString;
681
+ save_snapshot: import("zod").ZodDefault<import("zod").ZodBoolean>;
682
+ restore_snapshot: import("zod").ZodDefault<import("zod").ZodBoolean>;
683
+ workspace_root: import("zod").ZodOptional<import("zod").ZodString>;
684
+ }, "strip", import("zod").ZodTypeAny, {
685
+ target_branch: string;
686
+ save_snapshot: boolean;
687
+ restore_snapshot: boolean;
688
+ workspace_root?: string | undefined;
689
+ }, {
690
+ target_branch: string;
691
+ workspace_root?: string | undefined;
692
+ save_snapshot?: boolean | undefined;
693
+ restore_snapshot?: boolean | undefined;
694
+ }>;
695
+ vibePmBriefing: (input: {
696
+ mode: "mvp_fast" | "balanced" | "quality_first";
697
+ project_brief: string;
698
+ project_id?: string | undefined;
699
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
700
+ vibePmGetDecision: (input: {
701
+ max_items: number;
702
+ auto_select: boolean;
703
+ project_id?: string | undefined;
704
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
705
+ vibePmSubmitDecision: (input: {
706
+ decision_id: string;
707
+ choice: "A" | "B" | "C" | "U";
708
+ project_id?: string | undefined;
709
+ note?: string | undefined;
710
+ intent_type?: "FIX" | "ARCH" | "SPEC" | "FORMAT" | "BEHAVIOR" | undefined;
711
+ intent_why?: string | undefined;
712
+ intent_tradeoff?: string | undefined;
713
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
714
+ vibePmCreateWorkOrder: (input: {
715
+ project_id?: string | undefined;
716
+ additional_instructions?: string | undefined;
717
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
718
+ vibePmInspectCode: (input: {
719
+ mode: "quick" | "thorough";
720
+ auto_fix: boolean;
721
+ run_build: boolean;
722
+ review_stage: "full" | "spec_compliance" | "code_quality";
723
+ project_id?: string | undefined;
724
+ bridge_path?: string | undefined;
725
+ target_paths?: string[] | undefined;
726
+ build_steps?: {
727
+ name: string;
728
+ cmd: string;
729
+ continueOnFailure?: boolean | undefined;
730
+ }[] | undefined;
731
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
732
+ vibePmStatus: (input: {
733
+ format?: "json" | "summary" | undefined;
734
+ project_id?: string | undefined;
735
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
736
+ vibePmDoctor: (input: {
737
+ dry_run: boolean;
738
+ fix_safe: boolean;
739
+ auto_fix?: boolean | undefined;
740
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
741
+ vibePmIngress: (input: {
742
+ force: boolean;
743
+ auto_resolve: boolean;
744
+ context_scan: boolean;
745
+ write_files: boolean;
746
+ run_id?: string | undefined;
747
+ project_id?: string | undefined;
748
+ resolution?: "INGRESS_RESOLVED_RESUME" | "INGRESS_RESOLVED_NEW_TASK" | "INGRESS_RESOLVED_ADOPT" | "INGRESS_ABORTED" | undefined;
749
+ workspace_path?: string | undefined;
750
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
751
+ vibePmMemoryStatus: (input: {
752
+ docs_root: string;
753
+ project_id?: string | undefined;
754
+ persist_dir?: string | undefined;
755
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
756
+ vibePmMemorySync: (input: {
757
+ mode: "on_demand" | "pre_finalize";
758
+ docs_root: string;
759
+ force_full: boolean;
760
+ project_id?: string | undefined;
761
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
762
+ vibePmMemoryRetrieve: (input: {
763
+ docs_root: string;
764
+ query: string;
765
+ max_chars: number;
766
+ project_id?: string | undefined;
767
+ persist_dir?: string | undefined;
768
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
769
+ vibePmMemory: (input: {
770
+ mode: "status" | "sync" | "retrieve";
771
+ docs_root: string;
772
+ project_id?: string | undefined;
773
+ persist_dir?: string | undefined;
774
+ force_full?: boolean | undefined;
775
+ query?: string | undefined;
776
+ max_chars?: number | undefined;
777
+ sync_mode?: "on_demand" | "pre_finalize" | undefined;
778
+ rerank_mode?: "none" | "hybrid" | "rule_based" | undefined;
779
+ rerank_file_patterns?: string[] | undefined;
780
+ rerank_heading_keywords?: string[] | undefined;
781
+ rerank_semantic_weight?: number | undefined;
782
+ rerank_rule_weight?: number | undefined;
783
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
784
+ vibePmInitDocs: (input: {
785
+ force: boolean;
786
+ workspace_path?: string | undefined;
787
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
788
+ vibePmUIManifest: (input: {
789
+ run_id?: string | undefined;
790
+ project_id?: string | undefined;
791
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
792
+ vibePmUIResource: (input: {
793
+ resource_id: string;
794
+ run_id?: string | undefined;
795
+ project_id?: string | undefined;
796
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
797
+ vibePmScaffold: (input: {
798
+ mode: "scaffold" | "assimilate" | "scan";
799
+ dry_run: boolean;
800
+ force: boolean;
801
+ template: "minimal" | "python-cli" | "rust-managed" | "node-api" | "ts-cli" | "next-app" | "fastapi";
802
+ project_id?: string | undefined;
803
+ target_dir?: string | undefined;
804
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
805
+ vibePmAgent: (input: {
806
+ mode: "release" | "status" | "scaffold" | "verify" | "list" | "register" | "pack" | "deploy";
807
+ description?: string | undefined;
808
+ output_dir?: string | undefined;
809
+ agent_id?: string | undefined;
810
+ target_dir?: string | undefined;
811
+ display_name?: string | undefined;
812
+ agent_type?: "mcp-tool" | "cli-agent" | "http-service" | "worker-agent" | undefined;
813
+ deploy_target?: "local" | "npm" | "container" | "mesh" | undefined;
814
+ prime_url?: string | undefined;
815
+ bump_version?: "major" | "minor" | "patch" | undefined;
816
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
817
+ vibePmWorkspaceRecipe: (input: {
818
+ dry_run: boolean;
819
+ timeout_ms: number;
820
+ target_dir: string;
821
+ vars: Record<string, string>;
822
+ recipe_id: "full" | "minimal";
823
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
824
+ vibePmSetup: (input: {
825
+ mode: "check" | "install" | "uninstall";
826
+ scope: "project" | "user";
827
+ force: boolean;
828
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
829
+ vibePmSubmitTask: (input: {
830
+ inputs: Record<string, unknown>;
831
+ worker_type: "search" | "build" | "model" | "fs" | "browser";
832
+ policy?: {
833
+ allowed_domains?: string[] | undefined;
834
+ write_allowlist?: string[] | undefined;
835
+ forbidden_paths?: string[] | undefined;
836
+ network_allowed?: boolean | undefined;
837
+ } | undefined;
838
+ limits?: {
839
+ timeout_ms?: number | undefined;
840
+ max_retries?: number | undefined;
841
+ memory_mb?: number | undefined;
842
+ } | undefined;
843
+ project_id?: string | undefined;
844
+ priority?: "low" | "high" | "critical" | "normal" | undefined;
845
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
846
+ vibePmWorkerStatus: (input: {
847
+ project_id?: string | undefined;
848
+ task_id?: string | undefined;
849
+ worker_type?: "search" | "build" | "model" | "fs" | "browser" | undefined;
850
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
851
+ vibePmGetResult: (input: {
852
+ task_id: string;
853
+ project_id?: string | undefined;
854
+ include_artifacts?: boolean | undefined;
855
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
856
+ vibePmDashboard: (input: {
857
+ format: "json" | "html" | "summary";
858
+ include_workers: boolean;
859
+ include_tasks: boolean;
860
+ include_timeseries: boolean;
861
+ project_id?: string | undefined;
862
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
863
+ vibePmScout: (input: {
864
+ trigger_id: "auto" | "T3_AUTH_TOUCH" | "T6_DEP_SHIFT" | "T8_GATE_FIX";
865
+ from_version?: string | undefined;
866
+ to_version?: string | undefined;
867
+ file_path?: string | undefined;
868
+ diff_summary?: string | undefined;
869
+ package_name?: string | undefined;
870
+ error_log?: string | undefined;
871
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
872
+ vibePmBlockSearch: (input: {
873
+ mode: "search" | "chain" | "recent";
874
+ limit: number;
875
+ query: string;
876
+ root_hash?: string | undefined;
877
+ block_types?: string[] | undefined;
878
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
879
+ vibePmBlockEvents: (input: {
880
+ mode: "recent" | "poll";
881
+ limit: number;
882
+ workspace_root?: string | undefined;
883
+ kinds?: ("block_write" | "block_delete" | "chain_create" | "chain_update" | "chain_delete" | "gc_complete" | "index_rebuild" | "swarm_state_change" | "swarm_inference" | "swarm_health_check" | "mcp_tool_call" | "mcp_tool_result")[] | undefined;
884
+ cursor?: string | undefined;
885
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
886
+ vibePmBlockSnapshot: (input: {
887
+ mode: "get" | "delete" | "list" | "create" | "restore";
888
+ dry_run: boolean;
889
+ overwrite: boolean;
890
+ name?: string | undefined;
891
+ workspace_root?: string | undefined;
892
+ description?: string | undefined;
893
+ block_types?: string[] | undefined;
894
+ snapshot_id?: string | undefined;
895
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
896
+ vibePmDecisionHistory: (input: {
897
+ action: "query" | "compact";
898
+ run_id?: string | undefined;
899
+ limit?: number | undefined;
900
+ event_type?: "submit_decision" | "inspect_verdict" | "stage_transition" | undefined;
901
+ since?: string | undefined;
902
+ until?: string | undefined;
903
+ retention_days?: number | undefined;
904
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
905
+ vibePmSkills: (input: {
906
+ mode: "list" | "detail";
907
+ skill_id?: string | undefined;
908
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
909
+ vibePmSuggestRoots: (input: {
910
+ max_depth: number;
911
+ scan_path?: string | undefined;
912
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
913
+ vibePmCheckResources: (input: {
914
+ workspace_root?: string | undefined;
915
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
916
+ vibePmCheckDormant: (input: {
917
+ threshold_days: number;
918
+ workspace_root?: string | undefined;
919
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
920
+ vibePmRepairPlan: (input: {
921
+ run_id?: string | undefined;
922
+ workspace_root?: string | undefined;
923
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
924
+ vibePmFinalizeWork: (input: {
925
+ commit_type: "fix" | "docs" | "test" | "feat" | "refactor" | "chore";
926
+ confirm: boolean;
927
+ workspace_root?: string | undefined;
928
+ summary?: string | undefined;
929
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
930
+ vibePmUndoLastTask: (input: {
931
+ confirm: boolean;
932
+ workspace_root?: string | undefined;
933
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
934
+ vibePmBranchPivot: (input: {
935
+ target_branch: string;
936
+ save_snapshot: boolean;
937
+ restore_snapshot: boolean;
938
+ workspace_root?: string | undefined;
939
+ }, extra?: unknown) => Promise<import("./tool_handler_factory.js").CallToolResult>;
485
940
  ensureDocsStructure: typeof ensureDocsStructure;
486
941
  };
487
- export declare const VIBE_PM_TOOL_DESCRIPTIONS: Record<string, string>;
488
- export type { BriefingOutput, GetDecisionOutput, SubmitDecisionOutput, CreateWorkOrderOutput, InspectCodeOutput, StatusOutput, DoctorOutput, IngressOutputSSOT, MemoryStatusOutputSSOT, MemorySyncOutputSSOT, MemoryInput, MemoryOutput, ScaffoldInput, ScaffoldOutput, SetupInput, SetupOutput, SubmitTaskInput, SubmitTaskResult, WorkerStatusInput, WorkerStatusResult, GetResultInput, GetResultResult, };
489
- export { getIngressState, checkIngressArtifacts };
490
- export { getFeatureFlags, isIngressRequired, isObserverEnabled, getObserverMode, isWatcherEnabled, getFeatureFlagsStatus, };
491
- export type { FeatureFlags, AutonomyMode, ObserverMode };
492
- export { SoftObserver, getObserver, startObserverIfEnabled, stopObserver, getObserverStatusFn as getObserverStatus, runDeltaScan, quickDirtyCheck, };
493
- export type { ObserverStatus, DirtyScanResult, ScanLevel };
494
- export { readLastCheck, writeLastCheck, appendHistory, readHistory, validateSource, validateLastCheck, cacheExists, clearCache, getCacheStatus, getCacheDir, getLastCheckPath, getHistoryPath, } from './bitnet-cache.js';
495
- export type { BitNetLastCheck, BitNetHistoryEntry, CacheReadResult, CacheWriteResult, CacheStatus, Verdict as BitNetVerdict, EvidenceLevel, CacheSource, } from './bitnet-cache.js';
496
- export { runMappingPipeline, hasSpecMap, hasChangeMap, loadChangeMap, loadSpecMap, scanChangedFiles, scanStagedFiles, scanImportHints, buildChangeMap, buildSkeletonMapPatch, mergeSkeletonMapPatch, judgeMappingGate, } from './mapping/index.js';
497
- export type { Verdict as MappingVerdict, GateDecision, SpecMap, ChangeMap, ChangeMapMapped, ChangeMapUnmapped, ViolationCode, Violation, SkeletonMapPatch, MappingPipelineResult, } from './mapping/index.js';
498
- export { consumeForHook, getShortMessage, getDetailedMessage, shouldBlockHook, getVerdict, preCheckHook, postCheckHook, ciGateHook, } from './bitnet-hook-consumer.js';
499
- export type { HookMessageFormat, HookStatus, HookConsumeResult } from './bitnet-hook-consumer.js';
942
+ export { VIBE_PM_TOOL_DESCRIPTIONS } from './tool_descriptions.js';
943
+ export type { BriefingOutput, GetDecisionOutput, SubmitDecisionOutput, CreateWorkOrderOutput, InspectCodeOutput, StatusOutput, DoctorOutput, IngressOutputSSOT, MemoryStatusOutputSSOT, MemorySyncOutputSSOT, MemoryInput, MemoryOutput, ScaffoldInput, ScaffoldOutput, SetupInput, SetupOutput, WorkspaceRecipeInput, WorkspaceRecipeOutput, SubmitTaskInput, SubmitTaskResult, WorkerStatusInput, WorkerStatusResult, GetResultInput, GetResultResult, ScoutInput, ScoutOutput, BlockEventsInput, BlockEventsOutput, BlockSnapshotInput, BlockSnapshotOutput, FeatureFlags, AutonomyMode, ObserverMode, ObserverStatus, DirtyScanResult, ScanLevel, BitNetLastCheck, BitNetHistoryEntry, CacheReadResult, CacheWriteResult, CacheStatus, BitNetVerdict, EvidenceLevel, CacheSource, MappingVerdict, GateDecision, SpecMap, ChangeMap, ChangeMapMapped, ChangeMapUnmapped, ViolationCode, Violation, SkeletonMapPatch, MappingPipelineResult, HookMessageFormat, HookStatus, HookConsumeResult, } from './reexports.js';
944
+ export { getIngressState, checkIngressArtifacts, getFeatureFlags, isIngressRequired, isObserverEnabled, getObserverMode, isWatcherEnabled, getFeatureFlagsStatus, SoftObserver, getObserver, startObserverIfEnabled, stopObserver, getObserverStatus, runDeltaScan, quickDirtyCheck, readLastCheck, writeLastCheck, appendHistory, readHistory, validateSource, validateLastCheck, cacheExists, clearCache, getCacheStatus, getCacheDir, getLastCheckPath, getHistoryPath, hasSpecMap, hasChangeMap, loadChangeMap, loadSpecMap, scanChangedFiles, scanStagedFiles, scanImportHints, buildChangeMap, buildSkeletonMapPatch, mergeSkeletonMapPatch, judgeMappingGate, consumeForHook, getShortMessage, getDetailedMessage, shouldBlockHook, getVerdict, preCheckHook, postCheckHook, ciGateHook, } from './reexports.js';