labre-mcp 0.1.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 (1629) hide show
  1. package/README.md +97 -0
  2. package/dist/core/ast/analysis-ref.d.mts +7 -0
  3. package/dist/core/ast/analysis-ref.d.mts.map +1 -0
  4. package/dist/core/ast/analysis-ref.mjs +19 -0
  5. package/dist/core/ast/analysis-ref.mjs.map +1 -0
  6. package/dist/core/ast/base-ast.d.mts +4 -0
  7. package/dist/core/ast/base-ast.d.mts.map +1 -0
  8. package/dist/core/ast/base-ast.mjs +5 -0
  9. package/dist/core/ast/base-ast.mjs.map +1 -0
  10. package/dist/core/ast/base-strategy.d.mts +30 -0
  11. package/dist/core/ast/base-strategy.d.mts.map +1 -0
  12. package/dist/core/ast/base-strategy.mjs +25 -0
  13. package/dist/core/ast/base-strategy.mjs.map +1 -0
  14. package/dist/core/bus/event-bus.d.mts +11 -0
  15. package/dist/core/bus/event-bus.d.mts.map +1 -0
  16. package/dist/core/bus/event-bus.mjs +70 -0
  17. package/dist/core/bus/event-bus.mjs.map +1 -0
  18. package/dist/core/bus/event.schema.d.mts +20 -0
  19. package/dist/core/bus/event.schema.d.mts.map +1 -0
  20. package/dist/core/bus/event.schema.mjs +19 -0
  21. package/dist/core/bus/event.schema.mjs.map +1 -0
  22. package/dist/core/context/request-context.d.mts +10 -0
  23. package/dist/core/context/request-context.d.mts.map +1 -0
  24. package/dist/core/context/request-context.mjs +13 -0
  25. package/dist/core/context/request-context.mjs.map +1 -0
  26. package/dist/core/index.d.mts +13 -0
  27. package/dist/core/index.d.mts.map +1 -0
  28. package/dist/core/index.mjs +17 -0
  29. package/dist/core/index.mjs.map +1 -0
  30. package/dist/core/listeners/artifact-writer-listener.d.mts +20 -0
  31. package/dist/core/listeners/artifact-writer-listener.d.mts.map +1 -0
  32. package/dist/core/listeners/artifact-writer-listener.mjs +64 -0
  33. package/dist/core/listeners/artifact-writer-listener.mjs.map +1 -0
  34. package/dist/core/persistence/artifact-writer.d.mts +25 -0
  35. package/dist/core/persistence/artifact-writer.d.mts.map +1 -0
  36. package/dist/core/persistence/artifact-writer.mjs +36 -0
  37. package/dist/core/persistence/artifact-writer.mjs.map +1 -0
  38. package/dist/core/persistence/project-id-resolver.d.mts +11 -0
  39. package/dist/core/persistence/project-id-resolver.d.mts.map +1 -0
  40. package/dist/core/persistence/project-id-resolver.mjs +52 -0
  41. package/dist/core/persistence/project-id-resolver.mjs.map +1 -0
  42. package/dist/core/recipe/jsonpath-fanout.d.mts +3 -0
  43. package/dist/core/recipe/jsonpath-fanout.d.mts.map +1 -0
  44. package/dist/core/recipe/jsonpath-fanout.mjs +44 -0
  45. package/dist/core/recipe/jsonpath-fanout.mjs.map +1 -0
  46. package/dist/core/recipe/recipe-loader.d.mts +12 -0
  47. package/dist/core/recipe/recipe-loader.d.mts.map +1 -0
  48. package/dist/core/recipe/recipe-loader.mjs +69 -0
  49. package/dist/core/recipe/recipe-loader.mjs.map +1 -0
  50. package/dist/core/recipe/recipe-runner.d.mts +48 -0
  51. package/dist/core/recipe/recipe-runner.d.mts.map +1 -0
  52. package/dist/core/recipe/recipe-runner.mjs +247 -0
  53. package/dist/core/recipe/recipe-runner.mjs.map +1 -0
  54. package/dist/core/recipe/recipe.schema.d.mts +26 -0
  55. package/dist/core/recipe/recipe.schema.d.mts.map +1 -0
  56. package/dist/core/recipe/recipe.schema.mjs +46 -0
  57. package/dist/core/recipe/recipe.schema.mjs.map +1 -0
  58. package/dist/core/registry/short-name-map.d.mts +10 -0
  59. package/dist/core/registry/short-name-map.d.mts.map +1 -0
  60. package/dist/core/registry/short-name-map.mjs +39 -0
  61. package/dist/core/registry/short-name-map.mjs.map +1 -0
  62. package/dist/core/registry/strategy-registry.d.mts +13 -0
  63. package/dist/core/registry/strategy-registry.d.mts.map +1 -0
  64. package/dist/core/registry/strategy-registry.mjs +42 -0
  65. package/dist/core/registry/strategy-registry.mjs.map +1 -0
  66. package/dist/core/transport/auth-middleware.d.mts +6 -0
  67. package/dist/core/transport/auth-middleware.d.mts.map +1 -0
  68. package/dist/core/transport/auth-middleware.mjs +9 -0
  69. package/dist/core/transport/auth-middleware.mjs.map +1 -0
  70. package/dist/core/transport/boot-health-checks.d.mts +6 -0
  71. package/dist/core/transport/boot-health-checks.d.mts.map +1 -0
  72. package/dist/core/transport/boot-health-checks.mjs +42 -0
  73. package/dist/core/transport/boot-health-checks.mjs.map +1 -0
  74. package/dist/core/transport/boot-tool-registry.d.mts +3 -0
  75. package/dist/core/transport/boot-tool-registry.d.mts.map +1 -0
  76. package/dist/core/transport/boot-tool-registry.mjs +28 -0
  77. package/dist/core/transport/boot-tool-registry.mjs.map +1 -0
  78. package/dist/core/transport/context-extractor.d.mts +3 -0
  79. package/dist/core/transport/context-extractor.d.mts.map +1 -0
  80. package/dist/core/transport/context-extractor.mjs +33 -0
  81. package/dist/core/transport/context-extractor.mjs.map +1 -0
  82. package/dist/core/transport/http-server.d.mts +19 -0
  83. package/dist/core/transport/http-server.d.mts.map +1 -0
  84. package/dist/core/transport/http-server.mjs +77 -0
  85. package/dist/core/transport/http-server.mjs.map +1 -0
  86. package/dist/core/transport/json-rpc.schema.d.mts +31 -0
  87. package/dist/core/transport/json-rpc.schema.d.mts.map +1 -0
  88. package/dist/core/transport/json-rpc.schema.mjs +34 -0
  89. package/dist/core/transport/json-rpc.schema.mjs.map +1 -0
  90. package/dist/core/transport/labre-daemon.d.mts +3 -0
  91. package/dist/core/transport/labre-daemon.d.mts.map +1 -0
  92. package/dist/core/transport/labre-daemon.mjs +66 -0
  93. package/dist/core/transport/labre-daemon.mjs.map +1 -0
  94. package/dist/core/transport/labre-stdio.d.mts +16 -0
  95. package/dist/core/transport/labre-stdio.d.mts.map +1 -0
  96. package/dist/core/transport/labre-stdio.mjs +99 -0
  97. package/dist/core/transport/labre-stdio.mjs.map +1 -0
  98. package/dist/core/transport/mcp-handler.d.mts +21 -0
  99. package/dist/core/transport/mcp-handler.d.mts.map +1 -0
  100. package/dist/core/transport/mcp-handler.mjs +95 -0
  101. package/dist/core/transport/mcp-handler.mjs.map +1 -0
  102. package/dist/core/transport/strategy-registry-boot.d.mts +15 -0
  103. package/dist/core/transport/strategy-registry-boot.d.mts.map +1 -0
  104. package/dist/core/transport/strategy-registry-boot.mjs +39 -0
  105. package/dist/core/transport/strategy-registry-boot.mjs.map +1 -0
  106. package/dist/frameworks/common/layout/quality/overlap-check-strategy.d.mts +16 -0
  107. package/dist/frameworks/common/layout/quality/overlap-check-strategy.d.mts.map +1 -0
  108. package/dist/frameworks/common/layout/quality/overlap-check-strategy.mjs +71 -0
  109. package/dist/frameworks/common/layout/quality/overlap-check-strategy.mjs.map +1 -0
  110. package/dist/frameworks/common/layout/write/place-labels-strategy.d.mts +8 -0
  111. package/dist/frameworks/common/layout/write/place-labels-strategy.d.mts.map +1 -0
  112. package/dist/frameworks/common/layout/write/place-labels-strategy.mjs +60 -0
  113. package/dist/frameworks/common/layout/write/place-labels-strategy.mjs.map +1 -0
  114. package/dist/frameworks/common/registry.d.mts +7 -0
  115. package/dist/frameworks/common/registry.d.mts.map +1 -0
  116. package/dist/frameworks/common/registry.mjs +15 -0
  117. package/dist/frameworks/common/registry.mjs.map +1 -0
  118. package/dist/frameworks/common/toolbox/list/emit/default.mock-strategy.d.mts +15 -0
  119. package/dist/frameworks/common/toolbox/list/emit/default.mock-strategy.d.mts.map +1 -0
  120. package/dist/frameworks/common/toolbox/list/emit/default.mock-strategy.mjs +21 -0
  121. package/dist/frameworks/common/toolbox/list/emit/default.mock-strategy.mjs.map +1 -0
  122. package/dist/frameworks/common/toolbox/wardley/json-boilerplate/default.mock-strategy.d.mts +15 -0
  123. package/dist/frameworks/common/toolbox/wardley/json-boilerplate/default.mock-strategy.d.mts.map +1 -0
  124. package/dist/frameworks/common/toolbox/wardley/json-boilerplate/default.mock-strategy.mjs +21 -0
  125. package/dist/frameworks/common/toolbox/wardley/json-boilerplate/default.mock-strategy.mjs.map +1 -0
  126. package/dist/frameworks/mocks-registry.d.mts +4 -0
  127. package/dist/frameworks/mocks-registry.d.mts.map +1 -0
  128. package/dist/frameworks/mocks-registry.mjs +148 -0
  129. package/dist/frameworks/mocks-registry.mjs.map +1 -0
  130. package/dist/frameworks/render/registry.d.mts +4 -0
  131. package/dist/frameworks/render/registry.d.mts.map +1 -0
  132. package/dist/frameworks/render/registry.mjs +11 -0
  133. package/dist/frameworks/render/registry.mjs.map +1 -0
  134. package/dist/frameworks/render/wardley-map/acl/value-chain.d.mts +5 -0
  135. package/dist/frameworks/render/wardley-map/acl/value-chain.d.mts.map +1 -0
  136. package/dist/frameworks/render/wardley-map/acl/value-chain.mjs +139 -0
  137. package/dist/frameworks/render/wardley-map/acl/value-chain.mjs.map +1 -0
  138. package/dist/frameworks/render/wardley-map/image/config/png.mock-strategy.d.mts +15 -0
  139. package/dist/frameworks/render/wardley-map/image/config/png.mock-strategy.d.mts.map +1 -0
  140. package/dist/frameworks/render/wardley-map/image/config/png.mock-strategy.mjs +21 -0
  141. package/dist/frameworks/render/wardley-map/image/config/png.mock-strategy.mjs.map +1 -0
  142. package/dist/frameworks/render/wardley-map/image/config/svg.mock-strategy.d.mts +15 -0
  143. package/dist/frameworks/render/wardley-map/image/config/svg.mock-strategy.d.mts.map +1 -0
  144. package/dist/frameworks/render/wardley-map/image/config/svg.mock-strategy.mjs +21 -0
  145. package/dist/frameworks/render/wardley-map/image/config/svg.mock-strategy.mjs.map +1 -0
  146. package/dist/frameworks/render/wardley-map/image/emit/png.mock-strategy.d.mts +15 -0
  147. package/dist/frameworks/render/wardley-map/image/emit/png.mock-strategy.d.mts.map +1 -0
  148. package/dist/frameworks/render/wardley-map/image/emit/png.mock-strategy.mjs +21 -0
  149. package/dist/frameworks/render/wardley-map/image/emit/png.mock-strategy.mjs.map +1 -0
  150. package/dist/frameworks/render/wardley-map/image/emit/svg.d.mts +11 -0
  151. package/dist/frameworks/render/wardley-map/image/emit/svg.d.mts.map +1 -0
  152. package/dist/frameworks/render/wardley-map/image/emit/svg.mjs +61 -0
  153. package/dist/frameworks/render/wardley-map/image/emit/svg.mjs.map +1 -0
  154. package/dist/frameworks/render/wardley-map/image/emit/svg.mock-strategy.d.mts +15 -0
  155. package/dist/frameworks/render/wardley-map/image/emit/svg.mock-strategy.d.mts.map +1 -0
  156. package/dist/frameworks/render/wardley-map/image/emit/svg.mock-strategy.mjs +21 -0
  157. package/dist/frameworks/render/wardley-map/image/emit/svg.mock-strategy.mjs.map +1 -0
  158. package/dist/frameworks/render/wardley-map/image/parse/png.mock-strategy.d.mts +15 -0
  159. package/dist/frameworks/render/wardley-map/image/parse/png.mock-strategy.d.mts.map +1 -0
  160. package/dist/frameworks/render/wardley-map/image/parse/png.mock-strategy.mjs +21 -0
  161. package/dist/frameworks/render/wardley-map/image/parse/png.mock-strategy.mjs.map +1 -0
  162. package/dist/frameworks/render/wardley-map/image/parse/svg.mock-strategy.d.mts +15 -0
  163. package/dist/frameworks/render/wardley-map/image/parse/svg.mock-strategy.d.mts.map +1 -0
  164. package/dist/frameworks/render/wardley-map/image/parse/svg.mock-strategy.mjs +21 -0
  165. package/dist/frameworks/render/wardley-map/image/parse/svg.mock-strategy.mjs.map +1 -0
  166. package/dist/frameworks/render/wardley-map/owm/config/dsl.mock-strategy.d.mts +15 -0
  167. package/dist/frameworks/render/wardley-map/owm/config/dsl.mock-strategy.d.mts.map +1 -0
  168. package/dist/frameworks/render/wardley-map/owm/config/dsl.mock-strategy.mjs +21 -0
  169. package/dist/frameworks/render/wardley-map/owm/config/dsl.mock-strategy.mjs.map +1 -0
  170. package/dist/frameworks/wardley/chain/_legacy/read/anchor/base-strategy.d.mts +22 -0
  171. package/dist/frameworks/wardley/chain/_legacy/read/anchor/base-strategy.d.mts.map +1 -0
  172. package/dist/frameworks/wardley/chain/_legacy/read/anchor/base-strategy.mjs +34 -0
  173. package/dist/frameworks/wardley/chain/_legacy/read/anchor/base-strategy.mjs.map +1 -0
  174. package/dist/frameworks/wardley/chain/_legacy/read/anchor/registry.d.mts +17 -0
  175. package/dist/frameworks/wardley/chain/_legacy/read/anchor/registry.d.mts.map +1 -0
  176. package/dist/frameworks/wardley/chain/_legacy/read/anchor/registry.mjs +83 -0
  177. package/dist/frameworks/wardley/chain/_legacy/read/anchor/registry.mjs.map +1 -0
  178. package/dist/frameworks/wardley/chain/_legacy/read/chain/base-strategy.d.mts +22 -0
  179. package/dist/frameworks/wardley/chain/_legacy/read/chain/base-strategy.d.mts.map +1 -0
  180. package/dist/frameworks/wardley/chain/_legacy/read/chain/base-strategy.mjs +34 -0
  181. package/dist/frameworks/wardley/chain/_legacy/read/chain/base-strategy.mjs.map +1 -0
  182. package/dist/frameworks/wardley/chain/_legacy/read/chain/registry.d.mts +17 -0
  183. package/dist/frameworks/wardley/chain/_legacy/read/chain/registry.d.mts.map +1 -0
  184. package/dist/frameworks/wardley/chain/_legacy/read/chain/registry.mjs +83 -0
  185. package/dist/frameworks/wardley/chain/_legacy/read/chain/registry.mjs.map +1 -0
  186. package/dist/frameworks/wardley/chain/_legacy/read/component/base-strategy.d.mts +22 -0
  187. package/dist/frameworks/wardley/chain/_legacy/read/component/base-strategy.d.mts.map +1 -0
  188. package/dist/frameworks/wardley/chain/_legacy/read/component/base-strategy.mjs +34 -0
  189. package/dist/frameworks/wardley/chain/_legacy/read/component/base-strategy.mjs.map +1 -0
  190. package/dist/frameworks/wardley/chain/_legacy/read/component/registry.d.mts +17 -0
  191. package/dist/frameworks/wardley/chain/_legacy/read/component/registry.d.mts.map +1 -0
  192. package/dist/frameworks/wardley/chain/_legacy/read/component/registry.mjs +83 -0
  193. package/dist/frameworks/wardley/chain/_legacy/read/component/registry.mjs.map +1 -0
  194. package/dist/frameworks/wardley/chain/_legacy/write/anchor/base-strategy.d.mts +22 -0
  195. package/dist/frameworks/wardley/chain/_legacy/write/anchor/base-strategy.d.mts.map +1 -0
  196. package/dist/frameworks/wardley/chain/_legacy/write/anchor/base-strategy.mjs +33 -0
  197. package/dist/frameworks/wardley/chain/_legacy/write/anchor/base-strategy.mjs.map +1 -0
  198. package/dist/frameworks/wardley/chain/_legacy/write/anchor/registry.d.mts +17 -0
  199. package/dist/frameworks/wardley/chain/_legacy/write/anchor/registry.d.mts.map +1 -0
  200. package/dist/frameworks/wardley/chain/_legacy/write/anchor/registry.mjs +86 -0
  201. package/dist/frameworks/wardley/chain/_legacy/write/anchor/registry.mjs.map +1 -0
  202. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/emit/emit-owm.d.mts +20 -0
  203. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/emit/emit-owm.d.mts.map +1 -0
  204. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/emit/emit-owm.mjs +67 -0
  205. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/emit/emit-owm.mjs.map +1 -0
  206. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/adjust-x.d.mts +31 -0
  207. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/adjust-x.d.mts.map +1 -0
  208. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/adjust-x.mjs +224 -0
  209. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/adjust-x.mjs.map +1 -0
  210. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/canonical-snap.d.mts +41 -0
  211. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/canonical-snap.d.mts.map +1 -0
  212. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/canonical-snap.mjs +149 -0
  213. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/canonical-snap.mjs.map +1 -0
  214. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/compute-visibility.d.mts +47 -0
  215. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/compute-visibility.d.mts.map +1 -0
  216. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/compute-visibility.mjs +298 -0
  217. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/compute-visibility.mjs.map +1 -0
  218. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/force-directed.d.mts +104 -0
  219. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/force-directed.d.mts.map +1 -0
  220. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/force-directed.mjs +699 -0
  221. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/force-directed.mjs.map +1 -0
  222. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/place-labels.d.mts +14 -0
  223. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/place-labels.d.mts.map +1 -0
  224. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/place-labels.mjs +70 -0
  225. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/place-labels.mjs.map +1 -0
  226. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/verify-layout.d.mts +35 -0
  227. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/verify-layout.d.mts.map +1 -0
  228. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/verify-layout.mjs +131 -0
  229. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/layout/verify-layout.mjs.map +1 -0
  230. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/llm/extract-metadata.d.mts +17 -0
  231. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/llm/extract-metadata.d.mts.map +1 -0
  232. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/llm/extract-metadata.mjs +58 -0
  233. package/dist/frameworks/wardley/chain/_legacy/write/chain/lib/llm/extract-metadata.mjs.map +1 -0
  234. package/dist/frameworks/wardley/chain/_legacy/write/chain/strategies/base-strategy.d.mts +22 -0
  235. package/dist/frameworks/wardley/chain/_legacy/write/chain/strategies/base-strategy.d.mts.map +1 -0
  236. package/dist/frameworks/wardley/chain/_legacy/write/chain/strategies/base-strategy.mjs +33 -0
  237. package/dist/frameworks/wardley/chain/_legacy/write/chain/strategies/base-strategy.mjs.map +1 -0
  238. package/dist/frameworks/wardley/chain/_legacy/write/chain/strategies/registry.d.mts +17 -0
  239. package/dist/frameworks/wardley/chain/_legacy/write/chain/strategies/registry.d.mts.map +1 -0
  240. package/dist/frameworks/wardley/chain/_legacy/write/chain/strategies/registry.mjs +100 -0
  241. package/dist/frameworks/wardley/chain/_legacy/write/chain/strategies/registry.mjs.map +1 -0
  242. package/dist/frameworks/wardley/chain/_legacy/write/chain/strategies/top-down/generate-chain.d.mts +15 -0
  243. package/dist/frameworks/wardley/chain/_legacy/write/chain/strategies/top-down/generate-chain.d.mts.map +1 -0
  244. package/dist/frameworks/wardley/chain/_legacy/write/chain/strategies/top-down/generate-chain.mjs +131 -0
  245. package/dist/frameworks/wardley/chain/_legacy/write/chain/strategies/top-down/generate-chain.mjs.map +1 -0
  246. package/dist/frameworks/wardley/chain/_legacy/write/chain/strategies/top-down/top-down-strategy.d.mts +40 -0
  247. package/dist/frameworks/wardley/chain/_legacy/write/chain/strategies/top-down/top-down-strategy.d.mts.map +1 -0
  248. package/dist/frameworks/wardley/chain/_legacy/write/chain/strategies/top-down/top-down-strategy.mjs +143 -0
  249. package/dist/frameworks/wardley/chain/_legacy/write/chain/strategies/top-down/top-down-strategy.mjs.map +1 -0
  250. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/capability/identify-capability.d.mts +42 -0
  251. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/capability/identify-capability.d.mts.map +1 -0
  252. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/capability/identify-capability.mjs +134 -0
  253. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/capability/identify-capability.mjs.map +1 -0
  254. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/classification/infer-capability-from-solution.d.mts +45 -0
  255. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/classification/infer-capability-from-solution.d.mts.map +1 -0
  256. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/classification/infer-capability-from-solution.mjs +206 -0
  257. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/classification/infer-capability-from-solution.mjs.map +1 -0
  258. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/classification/wardley-type-classification.d.mts +37 -0
  259. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/classification/wardley-type-classification.d.mts.map +1 -0
  260. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/classification/wardley-type-classification.mjs +154 -0
  261. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/classification/wardley-type-classification.mjs.map +1 -0
  262. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/concurrent-verification.d.mts +81 -0
  263. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/concurrent-verification.d.mts.map +1 -0
  264. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/concurrent-verification.mjs +317 -0
  265. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/concurrent-verification.mjs.map +1 -0
  266. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/dual-verification-orchestrator.d.mts +99 -0
  267. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/dual-verification-orchestrator.d.mts.map +1 -0
  268. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/dual-verification-orchestrator.mjs +288 -0
  269. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/dual-verification-orchestrator.mjs.map +1 -0
  270. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/signal-combiner.d.mts +131 -0
  271. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/signal-combiner.d.mts.map +1 -0
  272. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/signal-combiner.mjs +435 -0
  273. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/signal-combiner.mjs.map +1 -0
  274. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/verification-reconciliation.d.mts +60 -0
  275. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/verification-reconciliation.d.mts.map +1 -0
  276. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/verification-reconciliation.mjs +182 -0
  277. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/verification-reconciliation.mjs.map +1 -0
  278. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/verification-signals.d.mts +62 -0
  279. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/verification-signals.d.mts.map +1 -0
  280. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/verification-signals.mjs +123 -0
  281. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/verification-signals.mjs.map +1 -0
  282. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/web-search-verification.d.mts +93 -0
  283. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/web-search-verification.d.mts.map +1 -0
  284. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/web-search-verification.mjs +464 -0
  285. package/dist/frameworks/wardley/chain/_legacy/write/component/lib/verification/web-search-verification.mjs.map +1 -0
  286. package/dist/frameworks/wardley/chain/_legacy/write/component/strategies/base-strategy.d.mts +22 -0
  287. package/dist/frameworks/wardley/chain/_legacy/write/component/strategies/base-strategy.d.mts.map +1 -0
  288. package/dist/frameworks/wardley/chain/_legacy/write/component/strategies/base-strategy.mjs +33 -0
  289. package/dist/frameworks/wardley/chain/_legacy/write/component/strategies/base-strategy.mjs.map +1 -0
  290. package/dist/frameworks/wardley/chain/_legacy/write/component/strategies/registry.d.mts +17 -0
  291. package/dist/frameworks/wardley/chain/_legacy/write/component/strategies/registry.d.mts.map +1 -0
  292. package/dist/frameworks/wardley/chain/_legacy/write/component/strategies/registry.mjs +98 -0
  293. package/dist/frameworks/wardley/chain/_legacy/write/component/strategies/registry.mjs.map +1 -0
  294. package/dist/frameworks/wardley/chain/ast/schema-snapshot.d.mts +370 -0
  295. package/dist/frameworks/wardley/chain/ast/schema-snapshot.d.mts.map +1 -0
  296. package/dist/frameworks/wardley/chain/ast/schema-snapshot.mjs +147 -0
  297. package/dist/frameworks/wardley/chain/ast/schema-snapshot.mjs.map +1 -0
  298. package/dist/frameworks/wardley/chain/ast/wardley-chain-ast.d.mts +224 -0
  299. package/dist/frameworks/wardley/chain/ast/wardley-chain-ast.d.mts.map +1 -0
  300. package/dist/frameworks/wardley/chain/ast/wardley-chain-ast.mjs +42 -0
  301. package/dist/frameworks/wardley/chain/ast/wardley-chain-ast.mjs.map +1 -0
  302. package/dist/frameworks/wardley/chain/emit/owm/owm-emit-strategy.d.mts +16 -0
  303. package/dist/frameworks/wardley/chain/emit/owm/owm-emit-strategy.d.mts.map +1 -0
  304. package/dist/frameworks/wardley/chain/emit/owm/owm-emit-strategy.mjs +35 -0
  305. package/dist/frameworks/wardley/chain/emit/owm/owm-emit-strategy.mjs.map +1 -0
  306. package/dist/frameworks/wardley/chain/read/map/owm-parser-strategy.d.mts +17 -0
  307. package/dist/frameworks/wardley/chain/read/map/owm-parser-strategy.d.mts.map +1 -0
  308. package/dist/frameworks/wardley/chain/read/map/owm-parser-strategy.mjs +45 -0
  309. package/dist/frameworks/wardley/chain/read/map/owm-parser-strategy.mjs.map +1 -0
  310. package/dist/frameworks/wardley/chain/registry.d.mts +7 -0
  311. package/dist/frameworks/wardley/chain/registry.d.mts.map +1 -0
  312. package/dist/frameworks/wardley/chain/registry.mjs +28 -0
  313. package/dist/frameworks/wardley/chain/registry.mjs.map +1 -0
  314. package/dist/frameworks/wardley/climate/simon-wardley/inertia/inertia-analysis.mock-strategy.d.mts +15 -0
  315. package/dist/frameworks/wardley/climate/simon-wardley/inertia/inertia-analysis.mock-strategy.d.mts.map +1 -0
  316. package/dist/frameworks/wardley/climate/simon-wardley/inertia/inertia-analysis.mock-strategy.mjs +21 -0
  317. package/dist/frameworks/wardley/climate/simon-wardley/inertia/inertia-analysis.mock-strategy.mjs.map +1 -0
  318. package/dist/frameworks/wardley/climate/simon-wardley/inertia/list.mock-strategy.d.mts +15 -0
  319. package/dist/frameworks/wardley/climate/simon-wardley/inertia/list.mock-strategy.d.mts.map +1 -0
  320. package/dist/frameworks/wardley/climate/simon-wardley/inertia/list.mock-strategy.mjs +21 -0
  321. package/dist/frameworks/wardley/climate/simon-wardley/inertia/list.mock-strategy.mjs.map +1 -0
  322. package/dist/frameworks/wardley/climate/simon-wardley/list/kanban-view.mock-strategy.d.mts +15 -0
  323. package/dist/frameworks/wardley/climate/simon-wardley/list/kanban-view.mock-strategy.d.mts.map +1 -0
  324. package/dist/frameworks/wardley/climate/simon-wardley/list/kanban-view.mock-strategy.mjs +21 -0
  325. package/dist/frameworks/wardley/climate/simon-wardley/list/kanban-view.mock-strategy.mjs.map +1 -0
  326. package/dist/frameworks/wardley/climate/simon-wardley/list/list-view.mock-strategy.d.mts +15 -0
  327. package/dist/frameworks/wardley/climate/simon-wardley/list/list-view.mock-strategy.d.mts.map +1 -0
  328. package/dist/frameworks/wardley/climate/simon-wardley/list/list-view.mock-strategy.mjs +21 -0
  329. package/dist/frameworks/wardley/climate/simon-wardley/list/list-view.mock-strategy.mjs.map +1 -0
  330. package/dist/frameworks/wardley/climate/wiki/detail/wiki-url.mock-strategy.d.mts +15 -0
  331. package/dist/frameworks/wardley/climate/wiki/detail/wiki-url.mock-strategy.d.mts.map +1 -0
  332. package/dist/frameworks/wardley/climate/wiki/detail/wiki-url.mock-strategy.mjs +21 -0
  333. package/dist/frameworks/wardley/climate/wiki/detail/wiki-url.mock-strategy.mjs.map +1 -0
  334. package/dist/frameworks/wardley/climate/wiki/list/kanban-view.mock-strategy.d.mts +15 -0
  335. package/dist/frameworks/wardley/climate/wiki/list/kanban-view.mock-strategy.d.mts.map +1 -0
  336. package/dist/frameworks/wardley/climate/wiki/list/kanban-view.mock-strategy.mjs +21 -0
  337. package/dist/frameworks/wardley/climate/wiki/list/kanban-view.mock-strategy.mjs.map +1 -0
  338. package/dist/frameworks/wardley/climate/wiki/list/list-view.mock-strategy.d.mts +15 -0
  339. package/dist/frameworks/wardley/climate/wiki/list/list-view.mock-strategy.d.mts.map +1 -0
  340. package/dist/frameworks/wardley/climate/wiki/list/list-view.mock-strategy.mjs +21 -0
  341. package/dist/frameworks/wardley/climate/wiki/list/list-view.mock-strategy.mjs.map +1 -0
  342. package/dist/frameworks/wardley/doctrine/simon-wardley/doctrinal-analysis/default.mock-strategy.d.mts +15 -0
  343. package/dist/frameworks/wardley/doctrine/simon-wardley/doctrinal-analysis/default.mock-strategy.d.mts.map +1 -0
  344. package/dist/frameworks/wardley/doctrine/simon-wardley/doctrinal-analysis/default.mock-strategy.mjs +21 -0
  345. package/dist/frameworks/wardley/doctrine/simon-wardley/doctrinal-analysis/default.mock-strategy.mjs.map +1 -0
  346. package/dist/frameworks/wardley/doctrine/simon-wardley/doctrinal-analysis/phase-assessment.mock-strategy.d.mts +15 -0
  347. package/dist/frameworks/wardley/doctrine/simon-wardley/doctrinal-analysis/phase-assessment.mock-strategy.d.mts.map +1 -0
  348. package/dist/frameworks/wardley/doctrine/simon-wardley/doctrinal-analysis/phase-assessment.mock-strategy.mjs +21 -0
  349. package/dist/frameworks/wardley/doctrine/simon-wardley/doctrinal-analysis/phase-assessment.mock-strategy.mjs.map +1 -0
  350. package/dist/frameworks/wardley/doctrine/simon-wardley/doctrinal-analysis/three-judgement-assessment.mock-strategy.d.mts +15 -0
  351. package/dist/frameworks/wardley/doctrine/simon-wardley/doctrinal-analysis/three-judgement-assessment.mock-strategy.d.mts.map +1 -0
  352. package/dist/frameworks/wardley/doctrine/simon-wardley/doctrinal-analysis/three-judgement-assessment.mock-strategy.mjs +21 -0
  353. package/dist/frameworks/wardley/doctrine/simon-wardley/doctrinal-analysis/three-judgement-assessment.mock-strategy.mjs.map +1 -0
  354. package/dist/frameworks/wardley/doctrine/simon-wardley/list/kanban-view-group-by-phase.mock-strategy.d.mts +15 -0
  355. package/dist/frameworks/wardley/doctrine/simon-wardley/list/kanban-view-group-by-phase.mock-strategy.d.mts.map +1 -0
  356. package/dist/frameworks/wardley/doctrine/simon-wardley/list/kanban-view-group-by-phase.mock-strategy.mjs +21 -0
  357. package/dist/frameworks/wardley/doctrine/simon-wardley/list/kanban-view-group-by-phase.mock-strategy.mjs.map +1 -0
  358. package/dist/frameworks/wardley/doctrine/simon-wardley/list/kanban-view.mock-strategy.d.mts +15 -0
  359. package/dist/frameworks/wardley/doctrine/simon-wardley/list/kanban-view.mock-strategy.d.mts.map +1 -0
  360. package/dist/frameworks/wardley/doctrine/simon-wardley/list/kanban-view.mock-strategy.mjs +21 -0
  361. package/dist/frameworks/wardley/doctrine/simon-wardley/list/kanban-view.mock-strategy.mjs.map +1 -0
  362. package/dist/frameworks/wardley/doctrine/simon-wardley/list/list-view.mock-strategy.d.mts +15 -0
  363. package/dist/frameworks/wardley/doctrine/simon-wardley/list/list-view.mock-strategy.d.mts.map +1 -0
  364. package/dist/frameworks/wardley/doctrine/simon-wardley/list/list-view.mock-strategy.mjs +21 -0
  365. package/dist/frameworks/wardley/doctrine/simon-wardley/list/list-view.mock-strategy.mjs.map +1 -0
  366. package/dist/frameworks/wardley/doctrine/simon-wardley/pst-analysis/organisation.mock-strategy.d.mts +15 -0
  367. package/dist/frameworks/wardley/doctrine/simon-wardley/pst-analysis/organisation.mock-strategy.d.mts.map +1 -0
  368. package/dist/frameworks/wardley/doctrine/simon-wardley/pst-analysis/organisation.mock-strategy.mjs +21 -0
  369. package/dist/frameworks/wardley/doctrine/simon-wardley/pst-analysis/organisation.mock-strategy.mjs.map +1 -0
  370. package/dist/frameworks/wardley/doctrine/simon-wardley/pst-analysis/personal.mock-strategy.d.mts +15 -0
  371. package/dist/frameworks/wardley/doctrine/simon-wardley/pst-analysis/personal.mock-strategy.d.mts.map +1 -0
  372. package/dist/frameworks/wardley/doctrine/simon-wardley/pst-analysis/personal.mock-strategy.mjs +21 -0
  373. package/dist/frameworks/wardley/doctrine/simon-wardley/pst-analysis/personal.mock-strategy.mjs.map +1 -0
  374. package/dist/frameworks/wardley/doctrine/wiki/detail/wiki-url.mock-strategy.d.mts +15 -0
  375. package/dist/frameworks/wardley/doctrine/wiki/detail/wiki-url.mock-strategy.d.mts.map +1 -0
  376. package/dist/frameworks/wardley/doctrine/wiki/detail/wiki-url.mock-strategy.mjs +21 -0
  377. package/dist/frameworks/wardley/doctrine/wiki/detail/wiki-url.mock-strategy.mjs.map +1 -0
  378. package/dist/frameworks/wardley/doctrine/wiki/doctrinal-analysis/default.mock-strategy.d.mts +15 -0
  379. package/dist/frameworks/wardley/doctrine/wiki/doctrinal-analysis/default.mock-strategy.d.mts.map +1 -0
  380. package/dist/frameworks/wardley/doctrine/wiki/doctrinal-analysis/default.mock-strategy.mjs +21 -0
  381. package/dist/frameworks/wardley/doctrine/wiki/doctrinal-analysis/default.mock-strategy.mjs.map +1 -0
  382. package/dist/frameworks/wardley/doctrine/wiki/list/kanban-view.mock-strategy.d.mts +15 -0
  383. package/dist/frameworks/wardley/doctrine/wiki/list/kanban-view.mock-strategy.d.mts.map +1 -0
  384. package/dist/frameworks/wardley/doctrine/wiki/list/kanban-view.mock-strategy.mjs +21 -0
  385. package/dist/frameworks/wardley/doctrine/wiki/list/kanban-view.mock-strategy.mjs.map +1 -0
  386. package/dist/frameworks/wardley/doctrine/wiki/list/phase-view.mock-strategy.d.mts +15 -0
  387. package/dist/frameworks/wardley/doctrine/wiki/list/phase-view.mock-strategy.d.mts.map +1 -0
  388. package/dist/frameworks/wardley/doctrine/wiki/list/phase-view.mock-strategy.mjs +21 -0
  389. package/dist/frameworks/wardley/doctrine/wiki/list/phase-view.mock-strategy.mjs.map +1 -0
  390. package/dist/frameworks/wardley/evolution/_legacy/read/base-strategy.d.mts +22 -0
  391. package/dist/frameworks/wardley/evolution/_legacy/read/base-strategy.d.mts.map +1 -0
  392. package/dist/frameworks/wardley/evolution/_legacy/read/base-strategy.mjs +36 -0
  393. package/dist/frameworks/wardley/evolution/_legacy/read/base-strategy.mjs.map +1 -0
  394. package/dist/frameworks/wardley/evolution/_legacy/read/registry.d.mts +17 -0
  395. package/dist/frameworks/wardley/evolution/_legacy/read/registry.d.mts.map +1 -0
  396. package/dist/frameworks/wardley/evolution/_legacy/read/registry.mjs +83 -0
  397. package/dist/frameworks/wardley/evolution/_legacy/read/registry.mjs.map +1 -0
  398. package/dist/frameworks/wardley/evolution/_legacy/write/estimate-evolution.d.mts +78 -0
  399. package/dist/frameworks/wardley/evolution/_legacy/write/estimate-evolution.d.mts.map +1 -0
  400. package/dist/frameworks/wardley/evolution/_legacy/write/estimate-evolution.mjs +641 -0
  401. package/dist/frameworks/wardley/evolution/_legacy/write/estimate-evolution.mjs.map +1 -0
  402. package/dist/frameworks/wardley/evolution/_legacy/write/evaluate-map/evaluate-map.d.mts +48 -0
  403. package/dist/frameworks/wardley/evolution/_legacy/write/evaluate-map/evaluate-map.d.mts.map +1 -0
  404. package/dist/frameworks/wardley/evolution/_legacy/write/evaluate-map/evaluate-map.mjs +435 -0
  405. package/dist/frameworks/wardley/evolution/_legacy/write/evaluate-map/evaluate-map.mjs.map +1 -0
  406. package/dist/frameworks/wardley/evolution/_legacy/write/lib/evolution-input-validation.d.mts +37 -0
  407. package/dist/frameworks/wardley/evolution/_legacy/write/lib/evolution-input-validation.d.mts.map +1 -0
  408. package/dist/frameworks/wardley/evolution/_legacy/write/lib/evolution-input-validation.mjs +51 -0
  409. package/dist/frameworks/wardley/evolution/_legacy/write/lib/evolution-input-validation.mjs.map +1 -0
  410. package/dist/frameworks/wardley/evolution/_legacy/write/patent/cpc-mapper.d.mts +128 -0
  411. package/dist/frameworks/wardley/evolution/_legacy/write/patent/cpc-mapper.d.mts.map +1 -0
  412. package/dist/frameworks/wardley/evolution/_legacy/write/patent/cpc-mapper.mjs +298 -0
  413. package/dist/frameworks/wardley/evolution/_legacy/write/patent/cpc-mapper.mjs.map +1 -0
  414. package/dist/frameworks/wardley/evolution/_legacy/write/patent/cpc-taxonomy-cache.d.mts +91 -0
  415. package/dist/frameworks/wardley/evolution/_legacy/write/patent/cpc-taxonomy-cache.d.mts.map +1 -0
  416. package/dist/frameworks/wardley/evolution/_legacy/write/patent/cpc-taxonomy-cache.mjs +319 -0
  417. package/dist/frameworks/wardley/evolution/_legacy/write/patent/cpc-taxonomy-cache.mjs.map +1 -0
  418. package/dist/frameworks/wardley/evolution/_legacy/write/pipeline/pipeline-enriched.d.mts +187 -0
  419. package/dist/frameworks/wardley/evolution/_legacy/write/pipeline/pipeline-enriched.d.mts.map +1 -0
  420. package/dist/frameworks/wardley/evolution/_legacy/write/pipeline/pipeline-enriched.mjs +549 -0
  421. package/dist/frameworks/wardley/evolution/_legacy/write/pipeline/pipeline-enriched.mjs.map +1 -0
  422. package/dist/frameworks/wardley/evolution/_legacy/write/routing/classification-gate.d.mts +19 -0
  423. package/dist/frameworks/wardley/evolution/_legacy/write/routing/classification-gate.d.mts.map +1 -0
  424. package/dist/frameworks/wardley/evolution/_legacy/write/routing/classification-gate.mjs +192 -0
  425. package/dist/frameworks/wardley/evolution/_legacy/write/routing/classification-gate.mjs.map +1 -0
  426. package/dist/frameworks/wardley/evolution/_legacy/write/routing/detect-solution.d.mts +104 -0
  427. package/dist/frameworks/wardley/evolution/_legacy/write/routing/detect-solution.d.mts.map +1 -0
  428. package/dist/frameworks/wardley/evolution/_legacy/write/routing/detect-solution.mjs +452 -0
  429. package/dist/frameworks/wardley/evolution/_legacy/write/routing/detect-solution.mjs.map +1 -0
  430. package/dist/frameworks/wardley/evolution/_legacy/write/routing/mode-router.d.mts +49 -0
  431. package/dist/frameworks/wardley/evolution/_legacy/write/routing/mode-router.d.mts.map +1 -0
  432. package/dist/frameworks/wardley/evolution/_legacy/write/routing/mode-router.mjs +390 -0
  433. package/dist/frameworks/wardley/evolution/_legacy/write/routing/mode-router.mjs.map +1 -0
  434. package/dist/frameworks/wardley/evolution/_legacy/write/routing/solution-capability-router.d.mts +4 -0
  435. package/dist/frameworks/wardley/evolution/_legacy/write/routing/solution-capability-router.d.mts.map +1 -0
  436. package/dist/frameworks/wardley/evolution/_legacy/write/routing/solution-capability-router.mjs +36 -0
  437. package/dist/frameworks/wardley/evolution/_legacy/write/routing/solution-capability-router.mjs.map +1 -0
  438. package/dist/frameworks/wardley/evolution/_legacy/write/routing/solution-dispatch.d.mts +91 -0
  439. package/dist/frameworks/wardley/evolution/_legacy/write/routing/solution-dispatch.d.mts.map +1 -0
  440. package/dist/frameworks/wardley/evolution/_legacy/write/routing/solution-dispatch.mjs +242 -0
  441. package/dist/frameworks/wardley/evolution/_legacy/write/routing/solution-dispatch.mjs.map +1 -0
  442. package/dist/frameworks/wardley/evolution/_legacy/write/routing/strategy-resolver.d.mts +20 -0
  443. package/dist/frameworks/wardley/evolution/_legacy/write/routing/strategy-resolver.d.mts.map +1 -0
  444. package/dist/frameworks/wardley/evolution/_legacy/write/routing/strategy-resolver.mjs +32 -0
  445. package/dist/frameworks/wardley/evolution/_legacy/write/routing/strategy-resolver.mjs.map +1 -0
  446. package/dist/frameworks/wardley/evolution/_legacy/write/s-curve/s-curve-transform.d.ts +3 -0
  447. package/dist/frameworks/wardley/evolution/_legacy/write/s-curve/s-curve-transform.d.ts.map +1 -0
  448. package/dist/frameworks/wardley/evolution/_legacy/write/s-curve/s-curve-transform.js +96 -0
  449. package/dist/frameworks/wardley/evolution/_legacy/write/s-curve/s-curve-transform.js.map +1 -0
  450. package/dist/frameworks/wardley/evolution/_legacy/write/s-curve/s-curve.d.mts +37 -0
  451. package/dist/frameworks/wardley/evolution/_legacy/write/s-curve/s-curve.d.mts.map +1 -0
  452. package/dist/frameworks/wardley/evolution/_legacy/write/s-curve/s-curve.mjs +93 -0
  453. package/dist/frameworks/wardley/evolution/_legacy/write/s-curve/s-curve.mjs.map +1 -0
  454. package/dist/frameworks/wardley/evolution/_legacy/write/skill-handler.d.mts +99 -0
  455. package/dist/frameworks/wardley/evolution/_legacy/write/skill-handler.d.mts.map +1 -0
  456. package/dist/frameworks/wardley/evolution/_legacy/write/skill-handler.mjs +609 -0
  457. package/dist/frameworks/wardley/evolution/_legacy/write/skill-handler.mjs.map +1 -0
  458. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/anchor/estimate-anchor-evolution.d.mts +24 -0
  459. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/anchor/estimate-anchor-evolution.d.mts.map +1 -0
  460. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/anchor/estimate-anchor-evolution.mjs +156 -0
  461. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/anchor/estimate-anchor-evolution.mjs.map +1 -0
  462. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/base-strategy.d.mts +72 -0
  463. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/base-strategy.d.mts.map +1 -0
  464. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/base-strategy.mjs +98 -0
  465. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/base-strategy.mjs.map +1 -0
  466. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/cpc-evolution-strategy.d.mts +324 -0
  467. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/cpc-evolution-strategy.d.mts.map +1 -0
  468. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/cpc-evolution-strategy.mjs +788 -0
  469. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/cpc-evolution-strategy.mjs.map +1 -0
  470. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/llm-direct-strategy.d.mts +18 -0
  471. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/llm-direct-strategy.d.mts.map +1 -0
  472. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/llm-direct-strategy.mjs +98 -0
  473. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/llm-direct-strategy.mjs.map +1 -0
  474. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/logprob-distribution-strategy.d.mts +38 -0
  475. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/logprob-distribution-strategy.d.mts.map +1 -0
  476. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/logprob-distribution-strategy.mjs +178 -0
  477. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/logprob-distribution-strategy.mjs.map +1 -0
  478. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/publication-analysis-strategy.d.mts +24 -0
  479. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/publication-analysis-strategy.d.mts.map +1 -0
  480. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/publication-analysis-strategy.mjs +110 -0
  481. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/publication-analysis-strategy.mjs.map +1 -0
  482. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/registry.d.mts +28 -0
  483. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/registry.d.mts.map +1 -0
  484. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/registry.mjs +102 -0
  485. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/registry.mjs.map +1 -0
  486. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/s-curve-strategy.d.mts +8 -0
  487. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/s-curve-strategy.d.mts.map +1 -0
  488. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/s-curve-strategy.mjs +58 -0
  489. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/s-curve-strategy.mjs.map +1 -0
  490. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/timeline-benchmark-strategy.d.mts +63 -0
  491. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/timeline-benchmark-strategy.d.mts.map +1 -0
  492. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/timeline-benchmark-strategy.mjs +287 -0
  493. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/capacity/timeline-benchmark-strategy.mjs.map +1 -0
  494. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/aggregate-properties.d.mts +197 -0
  495. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/aggregate-properties.d.mts.map +1 -0
  496. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/aggregate-properties.mjs +416 -0
  497. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/aggregate-properties.mjs.map +1 -0
  498. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/assemble-result.d.mts +91 -0
  499. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/assemble-result.d.mts.map +1 -0
  500. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/assemble-result.mjs +236 -0
  501. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/assemble-result.mjs.map +1 -0
  502. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/phase-classifier.d.mts +211 -0
  503. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/phase-classifier.d.mts.map +1 -0
  504. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/phase-classifier.mjs +453 -0
  505. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/phase-classifier.mjs.map +1 -0
  506. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/properties-strategy.d.mts +113 -0
  507. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/properties-strategy.d.mts.map +1 -0
  508. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/properties-strategy.mjs +549 -0
  509. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/properties-strategy.mjs.map +1 -0
  510. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/registry.d.mts +18 -0
  511. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/registry.d.mts.map +1 -0
  512. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/registry.mjs +73 -0
  513. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/registry.mjs.map +1 -0
  514. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/solution-base-strategy.d.mts +163 -0
  515. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/solution-base-strategy.d.mts.map +1 -0
  516. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/solution-base-strategy.mjs +228 -0
  517. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/solution-base-strategy.mjs.map +1 -0
  518. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/solution-evolution-result.d.mts +361 -0
  519. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/solution-evolution-result.d.mts.map +1 -0
  520. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/solution-evolution-result.mjs +604 -0
  521. package/dist/frameworks/wardley/evolution/_legacy/write/strategies/solution/solution-evolution-result.mjs.map +1 -0
  522. package/dist/frameworks/wardley/evolution/ast/wardley-evolution-ast.d.mts +135 -0
  523. package/dist/frameworks/wardley/evolution/ast/wardley-evolution-ast.d.mts.map +1 -0
  524. package/dist/frameworks/wardley/evolution/ast/wardley-evolution-ast.mjs +94 -0
  525. package/dist/frameworks/wardley/evolution/ast/wardley-evolution-ast.mjs.map +1 -0
  526. package/dist/frameworks/wardley/evolution/registry.d.mts +8 -0
  527. package/dist/frameworks/wardley/evolution/registry.d.mts.map +1 -0
  528. package/dist/frameworks/wardley/evolution/registry.mjs +42 -0
  529. package/dist/frameworks/wardley/evolution/registry.mjs.map +1 -0
  530. package/dist/frameworks/wardley/gameplay/simon-wardley/list/list-view.mock-strategy.d.mts +15 -0
  531. package/dist/frameworks/wardley/gameplay/simon-wardley/list/list-view.mock-strategy.d.mts.map +1 -0
  532. package/dist/frameworks/wardley/gameplay/simon-wardley/list/list-view.mock-strategy.mjs +21 -0
  533. package/dist/frameworks/wardley/gameplay/simon-wardley/list/list-view.mock-strategy.mjs.map +1 -0
  534. package/dist/frameworks/wardley/gameplay/wiki/detail/wiki-url.mock-strategy.d.mts +15 -0
  535. package/dist/frameworks/wardley/gameplay/wiki/detail/wiki-url.mock-strategy.d.mts.map +1 -0
  536. package/dist/frameworks/wardley/gameplay/wiki/detail/wiki-url.mock-strategy.mjs +21 -0
  537. package/dist/frameworks/wardley/gameplay/wiki/detail/wiki-url.mock-strategy.mjs.map +1 -0
  538. package/dist/frameworks/wardley/gameplay/wiki/list/list-view.mock-strategy.d.mts +15 -0
  539. package/dist/frameworks/wardley/gameplay/wiki/list/list-view.mock-strategy.d.mts.map +1 -0
  540. package/dist/frameworks/wardley/gameplay/wiki/list/list-view.mock-strategy.mjs +21 -0
  541. package/dist/frameworks/wardley/gameplay/wiki/list/list-view.mock-strategy.mjs.map +1 -0
  542. package/dist/frameworks/wardley/iteration/act/next-step/default.mock-strategy.d.mts +15 -0
  543. package/dist/frameworks/wardley/iteration/act/next-step/default.mock-strategy.d.mts.map +1 -0
  544. package/dist/frameworks/wardley/iteration/act/next-step/default.mock-strategy.mjs +21 -0
  545. package/dist/frameworks/wardley/iteration/act/next-step/default.mock-strategy.mjs.map +1 -0
  546. package/dist/frameworks/wardley/iteration/decide/next-step/default.mock-strategy.d.mts +15 -0
  547. package/dist/frameworks/wardley/iteration/decide/next-step/default.mock-strategy.d.mts.map +1 -0
  548. package/dist/frameworks/wardley/iteration/decide/next-step/default.mock-strategy.mjs +21 -0
  549. package/dist/frameworks/wardley/iteration/decide/next-step/default.mock-strategy.mjs.map +1 -0
  550. package/dist/frameworks/wardley/iteration/observe/next-step/default.mock-strategy.d.mts +15 -0
  551. package/dist/frameworks/wardley/iteration/observe/next-step/default.mock-strategy.d.mts.map +1 -0
  552. package/dist/frameworks/wardley/iteration/observe/next-step/default.mock-strategy.mjs +21 -0
  553. package/dist/frameworks/wardley/iteration/observe/next-step/default.mock-strategy.mjs.map +1 -0
  554. package/dist/frameworks/wardley/iteration/orient/next-step/default.mock-strategy.d.mts +15 -0
  555. package/dist/frameworks/wardley/iteration/orient/next-step/default.mock-strategy.d.mts.map +1 -0
  556. package/dist/frameworks/wardley/iteration/orient/next-step/default.mock-strategy.mjs +21 -0
  557. package/dist/frameworks/wardley/iteration/orient/next-step/default.mock-strategy.mjs.map +1 -0
  558. package/dist/frameworks/wardley/iteration/purpose/audit-purpose-quality/default.mock-strategy.d.mts +15 -0
  559. package/dist/frameworks/wardley/iteration/purpose/audit-purpose-quality/default.mock-strategy.d.mts.map +1 -0
  560. package/dist/frameworks/wardley/iteration/purpose/audit-purpose-quality/default.mock-strategy.mjs +21 -0
  561. package/dist/frameworks/wardley/iteration/purpose/audit-purpose-quality/default.mock-strategy.mjs.map +1 -0
  562. package/dist/frameworks/wardley/iteration/purpose/generate/default.mock-strategy.d.mts +15 -0
  563. package/dist/frameworks/wardley/iteration/purpose/generate/default.mock-strategy.d.mts.map +1 -0
  564. package/dist/frameworks/wardley/iteration/purpose/generate/default.mock-strategy.mjs +21 -0
  565. package/dist/frameworks/wardley/iteration/purpose/generate/default.mock-strategy.mjs.map +1 -0
  566. package/dist/frameworks/wardley/iteration/strategy-cycle/explain/default.mock-strategy.d.mts +15 -0
  567. package/dist/frameworks/wardley/iteration/strategy-cycle/explain/default.mock-strategy.d.mts.map +1 -0
  568. package/dist/frameworks/wardley/iteration/strategy-cycle/explain/default.mock-strategy.mjs +21 -0
  569. package/dist/frameworks/wardley/iteration/strategy-cycle/explain/default.mock-strategy.mjs.map +1 -0
  570. package/dist/frameworks/wardley/iteration/strategy-cycle/guide/default.mock-strategy.d.mts +15 -0
  571. package/dist/frameworks/wardley/iteration/strategy-cycle/guide/default.mock-strategy.d.mts.map +1 -0
  572. package/dist/frameworks/wardley/iteration/strategy-cycle/guide/default.mock-strategy.mjs +21 -0
  573. package/dist/frameworks/wardley/iteration/strategy-cycle/guide/default.mock-strategy.mjs.map +1 -0
  574. package/dist/frameworks/wardley/iteration/why-of-movement/guide/default.mock-strategy.d.mts +15 -0
  575. package/dist/frameworks/wardley/iteration/why-of-movement/guide/default.mock-strategy.d.mts.map +1 -0
  576. package/dist/frameworks/wardley/iteration/why-of-movement/guide/default.mock-strategy.mjs +21 -0
  577. package/dist/frameworks/wardley/iteration/why-of-movement/guide/default.mock-strategy.mjs.map +1 -0
  578. package/dist/frameworks/wardley/iteration/why-of-purpose/guide/default.mock-strategy.d.mts +15 -0
  579. package/dist/frameworks/wardley/iteration/why-of-purpose/guide/default.mock-strategy.d.mts.map +1 -0
  580. package/dist/frameworks/wardley/iteration/why-of-purpose/guide/default.mock-strategy.mjs +21 -0
  581. package/dist/frameworks/wardley/iteration/why-of-purpose/guide/default.mock-strategy.mjs.map +1 -0
  582. package/dist/frameworks/wardley/map/basemap/generate/default.d.mts +13 -0
  583. package/dist/frameworks/wardley/map/basemap/generate/default.d.mts.map +1 -0
  584. package/dist/frameworks/wardley/map/basemap/generate/default.mjs +47 -0
  585. package/dist/frameworks/wardley/map/basemap/generate/default.mjs.map +1 -0
  586. package/dist/frameworks/wardley/map/basemap/generate/default.mock-strategy.d.mts +15 -0
  587. package/dist/frameworks/wardley/map/basemap/generate/default.mock-strategy.d.mts.map +1 -0
  588. package/dist/frameworks/wardley/map/basemap/generate/default.mock-strategy.mjs +21 -0
  589. package/dist/frameworks/wardley/map/basemap/generate/default.mock-strategy.mjs.map +1 -0
  590. package/dist/frameworks/wardley/map/climate/identify/default.mock-strategy.d.mts +15 -0
  591. package/dist/frameworks/wardley/map/climate/identify/default.mock-strategy.d.mts.map +1 -0
  592. package/dist/frameworks/wardley/map/climate/identify/default.mock-strategy.mjs +21 -0
  593. package/dist/frameworks/wardley/map/climate/identify/default.mock-strategy.mjs.map +1 -0
  594. package/dist/frameworks/wardley/map/climate/identify-method-issues/default.mock-strategy.d.mts +15 -0
  595. package/dist/frameworks/wardley/map/climate/identify-method-issues/default.mock-strategy.d.mts.map +1 -0
  596. package/dist/frameworks/wardley/map/climate/identify-method-issues/default.mock-strategy.mjs +21 -0
  597. package/dist/frameworks/wardley/map/climate/identify-method-issues/default.mock-strategy.mjs.map +1 -0
  598. package/dist/frameworks/wardley/map/climate/inertia-identification/default.mock-strategy.d.mts +15 -0
  599. package/dist/frameworks/wardley/map/climate/inertia-identification/default.mock-strategy.d.mts.map +1 -0
  600. package/dist/frameworks/wardley/map/climate/inertia-identification/default.mock-strategy.mjs +21 -0
  601. package/dist/frameworks/wardley/map/climate/inertia-identification/default.mock-strategy.mjs.map +1 -0
  602. package/dist/frameworks/wardley/map/climate/position-value-chain-in-evolution/default.mock-strategy.d.mts +15 -0
  603. package/dist/frameworks/wardley/map/climate/position-value-chain-in-evolution/default.mock-strategy.d.mts.map +1 -0
  604. package/dist/frameworks/wardley/map/climate/position-value-chain-in-evolution/default.mock-strategy.mjs +21 -0
  605. package/dist/frameworks/wardley/map/climate/position-value-chain-in-evolution/default.mock-strategy.mjs.map +1 -0
  606. package/dist/frameworks/wardley/map/config/x-axis/custom.mock-strategy.d.mts +15 -0
  607. package/dist/frameworks/wardley/map/config/x-axis/custom.mock-strategy.d.mts.map +1 -0
  608. package/dist/frameworks/wardley/map/config/x-axis/custom.mock-strategy.mjs +21 -0
  609. package/dist/frameworks/wardley/map/config/x-axis/custom.mock-strategy.mjs.map +1 -0
  610. package/dist/frameworks/wardley/map/config/x-axis/standard.mock-strategy.d.mts +15 -0
  611. package/dist/frameworks/wardley/map/config/x-axis/standard.mock-strategy.d.mts.map +1 -0
  612. package/dist/frameworks/wardley/map/config/x-axis/standard.mock-strategy.mjs +21 -0
  613. package/dist/frameworks/wardley/map/config/x-axis/standard.mock-strategy.mjs.map +1 -0
  614. package/dist/frameworks/wardley/map/config/y-axis/custom.mock-strategy.d.mts +15 -0
  615. package/dist/frameworks/wardley/map/config/y-axis/custom.mock-strategy.d.mts.map +1 -0
  616. package/dist/frameworks/wardley/map/config/y-axis/custom.mock-strategy.mjs +21 -0
  617. package/dist/frameworks/wardley/map/config/y-axis/custom.mock-strategy.mjs.map +1 -0
  618. package/dist/frameworks/wardley/map/config/y-axis/standard.mock-strategy.d.mts +15 -0
  619. package/dist/frameworks/wardley/map/config/y-axis/standard.mock-strategy.d.mts.map +1 -0
  620. package/dist/frameworks/wardley/map/config/y-axis/standard.mock-strategy.mjs +21 -0
  621. package/dist/frameworks/wardley/map/config/y-axis/standard.mock-strategy.mjs.map +1 -0
  622. package/dist/frameworks/wardley/map/doctrine/identify-the-method/default.mock-strategy.d.mts +15 -0
  623. package/dist/frameworks/wardley/map/doctrine/identify-the-method/default.mock-strategy.d.mts.map +1 -0
  624. package/dist/frameworks/wardley/map/doctrine/identify-the-method/default.mock-strategy.mjs +21 -0
  625. package/dist/frameworks/wardley/map/doctrine/identify-the-method/default.mock-strategy.mjs.map +1 -0
  626. package/dist/frameworks/wardley/map/doctrine/orient-path-where-to-invest/default.mock-strategy.d.mts +15 -0
  627. package/dist/frameworks/wardley/map/doctrine/orient-path-where-to-invest/default.mock-strategy.d.mts.map +1 -0
  628. package/dist/frameworks/wardley/map/doctrine/orient-path-where-to-invest/default.mock-strategy.mjs +21 -0
  629. package/dist/frameworks/wardley/map/doctrine/orient-path-where-to-invest/default.mock-strategy.mjs.map +1 -0
  630. package/dist/frameworks/wardley/map/gameplay/recommend-strategy-over-the-map/default.mock-strategy.d.mts +15 -0
  631. package/dist/frameworks/wardley/map/gameplay/recommend-strategy-over-the-map/default.mock-strategy.d.mts.map +1 -0
  632. package/dist/frameworks/wardley/map/gameplay/recommend-strategy-over-the-map/default.mock-strategy.mjs +21 -0
  633. package/dist/frameworks/wardley/map/gameplay/recommend-strategy-over-the-map/default.mock-strategy.mjs.map +1 -0
  634. package/dist/frameworks/wardley/map/node/classify-point-of-change/default.mock-strategy.d.mts +15 -0
  635. package/dist/frameworks/wardley/map/node/classify-point-of-change/default.mock-strategy.d.mts.map +1 -0
  636. package/dist/frameworks/wardley/map/node/classify-point-of-change/default.mock-strategy.mjs +21 -0
  637. package/dist/frameworks/wardley/map/node/classify-point-of-change/default.mock-strategy.mjs.map +1 -0
  638. package/dist/frameworks/wardley/map/node/generate-node-from-pipeline/default.mock-strategy.d.mts +15 -0
  639. package/dist/frameworks/wardley/map/node/generate-node-from-pipeline/default.mock-strategy.d.mts.map +1 -0
  640. package/dist/frameworks/wardley/map/node/generate-node-from-pipeline/default.mock-strategy.mjs +21 -0
  641. package/dist/frameworks/wardley/map/node/generate-node-from-pipeline/default.mock-strategy.mjs.map +1 -0
  642. package/dist/frameworks/wardley/map/node/generate-pipeline/default.mock-strategy.d.mts +15 -0
  643. package/dist/frameworks/wardley/map/node/generate-pipeline/default.mock-strategy.d.mts.map +1 -0
  644. package/dist/frameworks/wardley/map/node/generate-pipeline/default.mock-strategy.mjs +21 -0
  645. package/dist/frameworks/wardley/map/node/generate-pipeline/default.mock-strategy.mjs.map +1 -0
  646. package/dist/frameworks/wardley/map/node/generate-pipeline-from-component/default.mock-strategy.d.mts +15 -0
  647. package/dist/frameworks/wardley/map/node/generate-pipeline-from-component/default.mock-strategy.d.mts.map +1 -0
  648. package/dist/frameworks/wardley/map/node/generate-pipeline-from-component/default.mock-strategy.mjs +21 -0
  649. package/dist/frameworks/wardley/map/node/generate-pipeline-from-component/default.mock-strategy.mjs.map +1 -0
  650. package/dist/frameworks/wardley/map/node/identify-method/buy-policy.mock-strategy.d.mts +15 -0
  651. package/dist/frameworks/wardley/map/node/identify-method/buy-policy.mock-strategy.d.mts.map +1 -0
  652. package/dist/frameworks/wardley/map/node/identify-method/buy-policy.mock-strategy.mjs +21 -0
  653. package/dist/frameworks/wardley/map/node/identify-method/buy-policy.mock-strategy.mjs.map +1 -0
  654. package/dist/frameworks/wardley/map/node/identify-method/project-management.mock-strategy.d.mts +15 -0
  655. package/dist/frameworks/wardley/map/node/identify-method/project-management.mock-strategy.d.mts.map +1 -0
  656. package/dist/frameworks/wardley/map/node/identify-method/project-management.mock-strategy.mjs +21 -0
  657. package/dist/frameworks/wardley/map/node/identify-method/project-management.mock-strategy.mjs.map +1 -0
  658. package/dist/frameworks/wardley/map/node/identify-point-of-change/default.mock-strategy.d.mts +15 -0
  659. package/dist/frameworks/wardley/map/node/identify-point-of-change/default.mock-strategy.d.mts.map +1 -0
  660. package/dist/frameworks/wardley/map/node/identify-point-of-change/default.mock-strategy.mjs +21 -0
  661. package/dist/frameworks/wardley/map/node/identify-point-of-change/default.mock-strategy.mjs.map +1 -0
  662. package/dist/frameworks/wardley/map/output/read/where-to-invest.mock-strategy.d.mts +15 -0
  663. package/dist/frameworks/wardley/map/output/read/where-to-invest.mock-strategy.d.mts.map +1 -0
  664. package/dist/frameworks/wardley/map/output/read/where-to-invest.mock-strategy.mjs +21 -0
  665. package/dist/frameworks/wardley/map/output/read/where-to-invest.mock-strategy.mjs.map +1 -0
  666. package/dist/frameworks/wardley/map/output/update/default.mock-strategy.d.mts +15 -0
  667. package/dist/frameworks/wardley/map/output/update/default.mock-strategy.d.mts.map +1 -0
  668. package/dist/frameworks/wardley/map/output/update/default.mock-strategy.mjs +21 -0
  669. package/dist/frameworks/wardley/map/output/update/default.mock-strategy.mjs.map +1 -0
  670. package/dist/frameworks/wardley/map/quality/audit/default.mock-strategy.d.mts +15 -0
  671. package/dist/frameworks/wardley/map/quality/audit/default.mock-strategy.d.mts.map +1 -0
  672. package/dist/frameworks/wardley/map/quality/audit/default.mock-strategy.mjs +21 -0
  673. package/dist/frameworks/wardley/map/quality/audit/default.mock-strategy.mjs.map +1 -0
  674. package/dist/frameworks/wardley/map/value-chain/audit/default.mock-strategy.d.mts +15 -0
  675. package/dist/frameworks/wardley/map/value-chain/audit/default.mock-strategy.d.mts.map +1 -0
  676. package/dist/frameworks/wardley/map/value-chain/audit/default.mock-strategy.mjs +21 -0
  677. package/dist/frameworks/wardley/map/value-chain/audit/default.mock-strategy.mjs.map +1 -0
  678. package/dist/frameworks/wardley/map/value-chain/generate/default.mock-strategy.d.mts +15 -0
  679. package/dist/frameworks/wardley/map/value-chain/generate/default.mock-strategy.d.mts.map +1 -0
  680. package/dist/frameworks/wardley/map/value-chain/generate/default.mock-strategy.mjs +21 -0
  681. package/dist/frameworks/wardley/map/value-chain/generate/default.mock-strategy.mjs.map +1 -0
  682. package/dist/frameworks/wardley/map/value-chain/generate/top-down.d.mts +13 -0
  683. package/dist/frameworks/wardley/map/value-chain/generate/top-down.d.mts.map +1 -0
  684. package/dist/frameworks/wardley/map/value-chain/generate/top-down.mjs +105 -0
  685. package/dist/frameworks/wardley/map/value-chain/generate/top-down.mjs.map +1 -0
  686. package/dist/frameworks/wardley/map/value-chain/organized-y-position/default.d.mts +8 -0
  687. package/dist/frameworks/wardley/map/value-chain/organized-y-position/default.d.mts.map +1 -0
  688. package/dist/frameworks/wardley/map/value-chain/organized-y-position/default.mjs +182 -0
  689. package/dist/frameworks/wardley/map/value-chain/organized-y-position/default.mjs.map +1 -0
  690. package/dist/frameworks/wardley/map/value-chain/organized-y-position/default.mock-strategy.d.mts +15 -0
  691. package/dist/frameworks/wardley/map/value-chain/organized-y-position/default.mock-strategy.d.mts.map +1 -0
  692. package/dist/frameworks/wardley/map/value-chain/organized-y-position/default.mock-strategy.mjs +21 -0
  693. package/dist/frameworks/wardley/map/value-chain/organized-y-position/default.mock-strategy.mjs.map +1 -0
  694. package/dist/frameworks/wardley/map/value-chain/read/pipeline-opportunity.mock-strategy.d.mts +15 -0
  695. package/dist/frameworks/wardley/map/value-chain/read/pipeline-opportunity.mock-strategy.d.mts.map +1 -0
  696. package/dist/frameworks/wardley/map/value-chain/read/pipeline-opportunity.mock-strategy.mjs +21 -0
  697. package/dist/frameworks/wardley/map/value-chain/read/pipeline-opportunity.mock-strategy.mjs.map +1 -0
  698. package/dist/frameworks/wardley/map/value-chain/select-by-type/component.d.mts +8 -0
  699. package/dist/frameworks/wardley/map/value-chain/select-by-type/component.d.mts.map +1 -0
  700. package/dist/frameworks/wardley/map/value-chain/select-by-type/component.mjs +66 -0
  701. package/dist/frameworks/wardley/map/value-chain/select-by-type/component.mjs.map +1 -0
  702. package/dist/frameworks/wardley/map/zonage/generate/coherent-cluster.mock-strategy.d.mts +15 -0
  703. package/dist/frameworks/wardley/map/zonage/generate/coherent-cluster.mock-strategy.d.mts.map +1 -0
  704. package/dist/frameworks/wardley/map/zonage/generate/coherent-cluster.mock-strategy.mjs +21 -0
  705. package/dist/frameworks/wardley/map/zonage/generate/coherent-cluster.mock-strategy.mjs.map +1 -0
  706. package/dist/frameworks/wardley/map/zonage/generate/pst-analysis.mock-strategy.d.mts +15 -0
  707. package/dist/frameworks/wardley/map/zonage/generate/pst-analysis.mock-strategy.d.mts.map +1 -0
  708. package/dist/frameworks/wardley/map/zonage/generate/pst-analysis.mock-strategy.mjs +21 -0
  709. package/dist/frameworks/wardley/map/zonage/generate/pst-analysis.mock-strategy.mjs.map +1 -0
  710. package/dist/frameworks/wardley/map/zonage/generate/teams.mock-strategy.d.mts +15 -0
  711. package/dist/frameworks/wardley/map/zonage/generate/teams.mock-strategy.d.mts.map +1 -0
  712. package/dist/frameworks/wardley/map/zonage/generate/teams.mock-strategy.mjs +21 -0
  713. package/dist/frameworks/wardley/map/zonage/generate/teams.mock-strategy.mjs.map +1 -0
  714. package/dist/index.d.mts +4 -0
  715. package/dist/index.d.mts.map +1 -0
  716. package/dist/index.mjs +10 -0
  717. package/dist/index.mjs.map +1 -0
  718. package/dist/lib/component-detection.d.mts +161 -0
  719. package/dist/lib/component-detection.d.mts.map +1 -0
  720. package/dist/lib/component-detection.mjs +267 -0
  721. package/dist/lib/component-detection.mjs.map +1 -0
  722. package/dist/lib/degradation/collector.d.mts +50 -0
  723. package/dist/lib/degradation/collector.d.mts.map +1 -0
  724. package/dist/lib/degradation/collector.mjs +93 -0
  725. package/dist/lib/degradation/collector.mjs.map +1 -0
  726. package/dist/lib/degradation/context.d.mts +22 -0
  727. package/dist/lib/degradation/context.d.mts.map +1 -0
  728. package/dist/lib/degradation/context.mjs +39 -0
  729. package/dist/lib/degradation/context.mjs.map +1 -0
  730. package/dist/lib/degradation/index.d.mts +9 -0
  731. package/dist/lib/degradation/index.d.mts.map +1 -0
  732. package/dist/lib/degradation/index.mjs +17 -0
  733. package/dist/lib/degradation/index.mjs.map +1 -0
  734. package/dist/lib/degradation/mcp-wrapper.d.mts +27 -0
  735. package/dist/lib/degradation/mcp-wrapper.d.mts.map +1 -0
  736. package/dist/lib/degradation/mcp-wrapper.mjs +45 -0
  737. package/dist/lib/degradation/mcp-wrapper.mjs.map +1 -0
  738. package/dist/lib/degradation/registry.d.mts +32 -0
  739. package/dist/lib/degradation/registry.d.mts.map +1 -0
  740. package/dist/lib/degradation/registry.mjs +79 -0
  741. package/dist/lib/degradation/registry.mjs.map +1 -0
  742. package/dist/lib/degradation/types.d.mts +41 -0
  743. package/dist/lib/degradation/types.d.mts.map +1 -0
  744. package/dist/lib/degradation/types.mjs +10 -0
  745. package/dist/lib/degradation/types.mjs.map +1 -0
  746. package/dist/lib/degradation/with-degradation.d.mts +34 -0
  747. package/dist/lib/degradation/with-degradation.d.mts.map +1 -0
  748. package/dist/lib/degradation/with-degradation.mjs +51 -0
  749. package/dist/lib/degradation/with-degradation.mjs.map +1 -0
  750. package/dist/lib/errors.d.mts +10 -0
  751. package/dist/lib/errors.d.mts.map +1 -0
  752. package/dist/lib/errors.mjs +33 -0
  753. package/dist/lib/errors.mjs.map +1 -0
  754. package/dist/lib/known-dictionaries.d.mts +38 -0
  755. package/dist/lib/known-dictionaries.d.mts.map +1 -0
  756. package/dist/lib/known-dictionaries.mjs +326 -0
  757. package/dist/lib/known-dictionaries.mjs.map +1 -0
  758. package/dist/lib/language-detect.d.mts +33 -0
  759. package/dist/lib/language-detect.d.mts.map +1 -0
  760. package/dist/lib/language-detect.mjs +217 -0
  761. package/dist/lib/language-detect.mjs.map +1 -0
  762. package/dist/lib/llm/config.loader.d.mts +6 -0
  763. package/dist/lib/llm/config.loader.d.mts.map +1 -0
  764. package/dist/lib/llm/config.loader.mjs +51 -0
  765. package/dist/lib/llm/config.loader.mjs.map +1 -0
  766. package/dist/lib/llm/config.schema.d.mts +60 -0
  767. package/dist/lib/llm/config.schema.d.mts.map +1 -0
  768. package/dist/lib/llm/config.schema.mjs +49 -0
  769. package/dist/lib/llm/config.schema.mjs.map +1 -0
  770. package/dist/lib/llm/copilot-sdk-call.d.mts +21 -0
  771. package/dist/lib/llm/copilot-sdk-call.d.mts.map +1 -0
  772. package/dist/lib/llm/copilot-sdk-call.mjs +211 -0
  773. package/dist/lib/llm/copilot-sdk-call.mjs.map +1 -0
  774. package/dist/lib/llm/llm-call.d.mts +18 -0
  775. package/dist/lib/llm/llm-call.d.mts.map +1 -0
  776. package/dist/lib/llm/llm-call.mjs +286 -0
  777. package/dist/lib/llm/llm-call.mjs.map +1 -0
  778. package/dist/lib/llm/llm-error-handler.d.mts +40 -0
  779. package/dist/lib/llm/llm-error-handler.d.mts.map +1 -0
  780. package/dist/lib/llm/llm-error-handler.mjs +159 -0
  781. package/dist/lib/llm/llm-error-handler.mjs.map +1 -0
  782. package/dist/lib/llm/providers/agent-sdk-provider.d.mts +3 -0
  783. package/dist/lib/llm/providers/agent-sdk-provider.d.mts.map +1 -0
  784. package/dist/lib/llm/providers/agent-sdk-provider.mjs +29 -0
  785. package/dist/lib/llm/providers/agent-sdk-provider.mjs.map +1 -0
  786. package/dist/lib/llm/providers/copilot-sdk-provider.d.mts +4 -0
  787. package/dist/lib/llm/providers/copilot-sdk-provider.d.mts.map +1 -0
  788. package/dist/lib/llm/providers/copilot-sdk-provider.mjs +37 -0
  789. package/dist/lib/llm/providers/copilot-sdk-provider.mjs.map +1 -0
  790. package/dist/lib/llm/providers/http-api-provider.d.mts +4 -0
  791. package/dist/lib/llm/providers/http-api-provider.d.mts.map +1 -0
  792. package/dist/lib/llm/providers/http-api-provider.mjs +35 -0
  793. package/dist/lib/llm/providers/http-api-provider.mjs.map +1 -0
  794. package/dist/lib/llm/providers/provider.types.d.mts +15 -0
  795. package/dist/lib/llm/providers/provider.types.d.mts.map +1 -0
  796. package/dist/lib/llm/providers/provider.types.mjs +11 -0
  797. package/dist/lib/llm/providers/provider.types.mjs.map +1 -0
  798. package/dist/lib/llm/registry.d.mts +11 -0
  799. package/dist/lib/llm/registry.d.mts.map +1 -0
  800. package/dist/lib/llm/registry.mjs +126 -0
  801. package/dist/lib/llm/registry.mjs.map +1 -0
  802. package/dist/lib/llm/strategy-ids.d.mts +17 -0
  803. package/dist/lib/llm/strategy-ids.d.mts.map +1 -0
  804. package/dist/lib/llm/strategy-ids.mjs +19 -0
  805. package/dist/lib/llm/strategy-ids.mjs.map +1 -0
  806. package/dist/lib/mcp-notifications.d.mts +63 -0
  807. package/dist/lib/mcp-notifications.d.mts.map +1 -0
  808. package/dist/lib/mcp-notifications.mjs +130 -0
  809. package/dist/lib/mcp-notifications.mjs.map +1 -0
  810. package/dist/lib/owm/analytical-geometry.d.mts +26 -0
  811. package/dist/lib/owm/analytical-geometry.d.mts.map +1 -0
  812. package/dist/lib/owm/analytical-geometry.mjs +116 -0
  813. package/dist/lib/owm/analytical-geometry.mjs.map +1 -0
  814. package/dist/lib/owm/cli-owm-adapter.d.mts +5 -0
  815. package/dist/lib/owm/cli-owm-adapter.d.mts.map +1 -0
  816. package/dist/lib/owm/cli-owm-adapter.mjs +26 -0
  817. package/dist/lib/owm/cli-owm-adapter.mjs.map +1 -0
  818. package/dist/lib/owm/overlap-detector.d.mts +93 -0
  819. package/dist/lib/owm/overlap-detector.d.mts.map +1 -0
  820. package/dist/lib/owm/overlap-detector.mjs +325 -0
  821. package/dist/lib/owm/overlap-detector.mjs.map +1 -0
  822. package/dist/lib/owm/owm-dsl.d.mts +123 -0
  823. package/dist/lib/owm/owm-dsl.d.mts.map +1 -0
  824. package/dist/lib/owm/owm-dsl.mjs +330 -0
  825. package/dist/lib/owm/owm-dsl.mjs.map +1 -0
  826. package/dist/lib/owm/render-adapter.d.mts +8 -0
  827. package/dist/lib/owm/render-adapter.d.mts.map +1 -0
  828. package/dist/lib/owm/render-adapter.mjs +19 -0
  829. package/dist/lib/owm/render-adapter.mjs.map +1 -0
  830. package/dist/lib/owm/svg-bbox-parser.d.mts +77 -0
  831. package/dist/lib/owm/svg-bbox-parser.d.mts.map +1 -0
  832. package/dist/lib/owm/svg-bbox-parser.mjs +251 -0
  833. package/dist/lib/owm/svg-bbox-parser.mjs.map +1 -0
  834. package/dist/lib/patent/bigquery-client.d.mts +124 -0
  835. package/dist/lib/patent/bigquery-client.d.mts.map +1 -0
  836. package/dist/lib/patent/bigquery-client.mjs +298 -0
  837. package/dist/lib/patent/bigquery-client.mjs.map +1 -0
  838. package/dist/lib/patent/bigquery-patent-constants.d.mts +10 -0
  839. package/dist/lib/patent/bigquery-patent-constants.d.mts.map +1 -0
  840. package/dist/lib/patent/bigquery-patent-constants.mjs +18 -0
  841. package/dist/lib/patent/bigquery-patent-constants.mjs.map +1 -0
  842. package/dist/lib/patent/bigquery-patent-source.d.mts +216 -0
  843. package/dist/lib/patent/bigquery-patent-source.d.mts.map +1 -0
  844. package/dist/lib/patent/bigquery-patent-source.mjs +488 -0
  845. package/dist/lib/patent/bigquery-patent-source.mjs.map +1 -0
  846. package/dist/lib/patent/bigquery-query-builders.d.mts +205 -0
  847. package/dist/lib/patent/bigquery-query-builders.d.mts.map +1 -0
  848. package/dist/lib/patent/bigquery-query-builders.mjs +538 -0
  849. package/dist/lib/patent/bigquery-query-builders.mjs.map +1 -0
  850. package/dist/lib/patent/mock-patent-source.d.mts +285 -0
  851. package/dist/lib/patent/mock-patent-source.d.mts.map +1 -0
  852. package/dist/lib/patent/mock-patent-source.mjs +321 -0
  853. package/dist/lib/patent/mock-patent-source.mjs.map +1 -0
  854. package/dist/lib/patent/patent-data-source.d.mts +176 -0
  855. package/dist/lib/patent/patent-data-source.d.mts.map +1 -0
  856. package/dist/lib/patent/patent-data-source.mjs +124 -0
  857. package/dist/lib/patent/patent-data-source.mjs.map +1 -0
  858. package/dist/lib/patent/patent-indicators.d.mts +162 -0
  859. package/dist/lib/patent/patent-indicators.d.mts.map +1 -0
  860. package/dist/lib/patent/patent-indicators.mjs +374 -0
  861. package/dist/lib/patent/patent-indicators.mjs.map +1 -0
  862. package/dist/lib/phase-distribution.d.mts +21 -0
  863. package/dist/lib/phase-distribution.d.mts.map +1 -0
  864. package/dist/lib/phase-distribution.mjs +66 -0
  865. package/dist/lib/phase-distribution.mjs.map +1 -0
  866. package/dist/lib/progress-messages.d.mts +377 -0
  867. package/dist/lib/progress-messages.d.mts.map +1 -0
  868. package/dist/lib/progress-messages.mjs +408 -0
  869. package/dist/lib/progress-messages.mjs.map +1 -0
  870. package/dist/lib/prompts/builders-registry.d.mts +12 -0
  871. package/dist/lib/prompts/builders-registry.d.mts.map +1 -0
  872. package/dist/lib/prompts/builders-registry.mjs +31 -0
  873. package/dist/lib/prompts/builders-registry.mjs.map +1 -0
  874. package/dist/lib/prompts/config.loader.d.mts +21 -0
  875. package/dist/lib/prompts/config.loader.d.mts.map +1 -0
  876. package/dist/lib/prompts/config.loader.mjs +143 -0
  877. package/dist/lib/prompts/config.loader.mjs.map +1 -0
  878. package/dist/lib/prompts/init.d.mts +2 -0
  879. package/dist/lib/prompts/init.d.mts.map +1 -0
  880. package/dist/lib/prompts/init.mjs +43 -0
  881. package/dist/lib/prompts/init.mjs.map +1 -0
  882. package/dist/lib/prompts/interpolate.d.mts +2 -0
  883. package/dist/lib/prompts/interpolate.d.mts.map +1 -0
  884. package/dist/lib/prompts/interpolate.mjs +12 -0
  885. package/dist/lib/prompts/interpolate.mjs.map +1 -0
  886. package/dist/lib/prompts/parsers-registry.d.mts +7 -0
  887. package/dist/lib/prompts/parsers-registry.d.mts.map +1 -0
  888. package/dist/lib/prompts/parsers-registry.mjs +27 -0
  889. package/dist/lib/prompts/parsers-registry.mjs.map +1 -0
  890. package/dist/lib/prompts/parsers.d.mts +13 -0
  891. package/dist/lib/prompts/parsers.d.mts.map +1 -0
  892. package/dist/lib/prompts/parsers.mjs +29 -0
  893. package/dist/lib/prompts/parsers.mjs.map +1 -0
  894. package/dist/lib/prompts/prompts.schema.d.mts +92 -0
  895. package/dist/lib/prompts/prompts.schema.d.mts.map +1 -0
  896. package/dist/lib/prompts/prompts.schema.mjs +50 -0
  897. package/dist/lib/prompts/prompts.schema.mjs.map +1 -0
  898. package/dist/lib/prompts/registry.d.mts +14 -0
  899. package/dist/lib/prompts/registry.d.mts.map +1 -0
  900. package/dist/lib/prompts/registry.mjs +100 -0
  901. package/dist/lib/prompts/registry.mjs.map +1 -0
  902. package/dist/lib/response-formatter.d.mts +115 -0
  903. package/dist/lib/response-formatter.d.mts.map +1 -0
  904. package/dist/lib/response-formatter.mjs +591 -0
  905. package/dist/lib/response-formatter.mjs.map +1 -0
  906. package/dist/lib/tool-config/loader.d.mts +8 -0
  907. package/dist/lib/tool-config/loader.d.mts.map +1 -0
  908. package/dist/lib/tool-config/loader.mjs +63 -0
  909. package/dist/lib/tool-config/loader.mjs.map +1 -0
  910. package/dist/lib/tool-config/tool-config.schema.d.mts +19 -0
  911. package/dist/lib/tool-config/tool-config.schema.d.mts.map +1 -0
  912. package/dist/lib/tool-config/tool-config.schema.mjs +32 -0
  913. package/dist/lib/tool-config/tool-config.schema.mjs.map +1 -0
  914. package/dist/lib/vendor/cli-owm/index.d.mts +8 -0
  915. package/dist/lib/vendor/cli-owm/index.d.mts.map +1 -0
  916. package/dist/lib/vendor/cli-owm/index.mjs +20 -0
  917. package/dist/lib/vendor/cli-owm/index.mjs.map +1 -0
  918. package/dist/lib/vendor/cli-owm/parser/BaseStrategyRunner.d.mts +17 -0
  919. package/dist/lib/vendor/cli-owm/parser/BaseStrategyRunner.d.mts.map +1 -0
  920. package/dist/lib/vendor/cli-owm/parser/BaseStrategyRunner.mjs +44 -0
  921. package/dist/lib/vendor/cli-owm/parser/BaseStrategyRunner.mjs.map +1 -0
  922. package/dist/lib/vendor/cli-owm/parser/Converter.d.mts +10 -0
  923. package/dist/lib/vendor/cli-owm/parser/Converter.d.mts.map +1 -0
  924. package/dist/lib/vendor/cli-owm/parser/Converter.mjs +98 -0
  925. package/dist/lib/vendor/cli-owm/parser/Converter.mjs.map +1 -0
  926. package/dist/lib/vendor/cli-owm/parser/ParseError.d.mts +5 -0
  927. package/dist/lib/vendor/cli-owm/parser/ParseError.d.mts.map +1 -0
  928. package/dist/lib/vendor/cli-owm/parser/ParseError.mjs +9 -0
  929. package/dist/lib/vendor/cli-owm/parser/ParseError.mjs.map +1 -0
  930. package/dist/lib/vendor/cli-owm/parser/PipelineStrategyRunner.d.mts +17 -0
  931. package/dist/lib/vendor/cli-owm/parser/PipelineStrategyRunner.d.mts.map +1 -0
  932. package/dist/lib/vendor/cli-owm/parser/PipelineStrategyRunner.mjs +94 -0
  933. package/dist/lib/vendor/cli-owm/parser/PipelineStrategyRunner.mjs.map +1 -0
  934. package/dist/lib/vendor/cli-owm/parser/UnifiedConverter.d.mts +21 -0
  935. package/dist/lib/vendor/cli-owm/parser/UnifiedConverter.d.mts.map +1 -0
  936. package/dist/lib/vendor/cli-owm/parser/UnifiedConverter.mjs +137 -0
  937. package/dist/lib/vendor/cli-owm/parser/UnifiedConverter.mjs.map +1 -0
  938. package/dist/lib/vendor/cli-owm/parser/defaults.d.mts +11 -0
  939. package/dist/lib/vendor/cli-owm/parser/defaults.d.mts.map +1 -0
  940. package/dist/lib/vendor/cli-owm/parser/defaults.mjs +7 -0
  941. package/dist/lib/vendor/cli-owm/parser/defaults.mjs.map +1 -0
  942. package/dist/lib/vendor/cli-owm/parser/extractionFunctions.d.mts +114 -0
  943. package/dist/lib/vendor/cli-owm/parser/extractionFunctions.d.mts.map +1 -0
  944. package/dist/lib/vendor/cli-owm/parser/extractionFunctions.mjs +286 -0
  945. package/dist/lib/vendor/cli-owm/parser/extractionFunctions.mjs.map +1 -0
  946. package/dist/lib/vendor/cli-owm/parser/strategies/AcceleratorExtractionStrategy.d.mts +13 -0
  947. package/dist/lib/vendor/cli-owm/parser/strategies/AcceleratorExtractionStrategy.d.mts.map +1 -0
  948. package/dist/lib/vendor/cli-owm/parser/strategies/AcceleratorExtractionStrategy.mjs +26 -0
  949. package/dist/lib/vendor/cli-owm/parser/strategies/AcceleratorExtractionStrategy.mjs.map +1 -0
  950. package/dist/lib/vendor/cli-owm/parser/strategies/AnchorExtractionStrategy.d.mts +17 -0
  951. package/dist/lib/vendor/cli-owm/parser/strategies/AnchorExtractionStrategy.d.mts.map +1 -0
  952. package/dist/lib/vendor/cli-owm/parser/strategies/AnchorExtractionStrategy.mjs +23 -0
  953. package/dist/lib/vendor/cli-owm/parser/strategies/AnchorExtractionStrategy.mjs.map +1 -0
  954. package/dist/lib/vendor/cli-owm/parser/strategies/AnnotationExtractionStrategy.d.mts +14 -0
  955. package/dist/lib/vendor/cli-owm/parser/strategies/AnnotationExtractionStrategy.d.mts.map +1 -0
  956. package/dist/lib/vendor/cli-owm/parser/strategies/AnnotationExtractionStrategy.mjs +27 -0
  957. package/dist/lib/vendor/cli-owm/parser/strategies/AnnotationExtractionStrategy.mjs.map +1 -0
  958. package/dist/lib/vendor/cli-owm/parser/strategies/AttitudeExtractionStrategy.d.mts +13 -0
  959. package/dist/lib/vendor/cli-owm/parser/strategies/AttitudeExtractionStrategy.d.mts.map +1 -0
  960. package/dist/lib/vendor/cli-owm/parser/strategies/AttitudeExtractionStrategy.mjs +26 -0
  961. package/dist/lib/vendor/cli-owm/parser/strategies/AttitudeExtractionStrategy.mjs.map +1 -0
  962. package/dist/lib/vendor/cli-owm/parser/strategies/ComponentExtractionStrategy.d.mts +17 -0
  963. package/dist/lib/vendor/cli-owm/parser/strategies/ComponentExtractionStrategy.d.mts.map +1 -0
  964. package/dist/lib/vendor/cli-owm/parser/strategies/ComponentExtractionStrategy.mjs +43 -0
  965. package/dist/lib/vendor/cli-owm/parser/strategies/ComponentExtractionStrategy.mjs.map +1 -0
  966. package/dist/lib/vendor/cli-owm/parser/strategies/EvolveExtractionStrategy.d.mts +17 -0
  967. package/dist/lib/vendor/cli-owm/parser/strategies/EvolveExtractionStrategy.d.mts.map +1 -0
  968. package/dist/lib/vendor/cli-owm/parser/strategies/EvolveExtractionStrategy.mjs +24 -0
  969. package/dist/lib/vendor/cli-owm/parser/strategies/EvolveExtractionStrategy.mjs.map +1 -0
  970. package/dist/lib/vendor/cli-owm/parser/strategies/ExtendableComponentExtractionStrategy.d.mts +17 -0
  971. package/dist/lib/vendor/cli-owm/parser/strategies/ExtendableComponentExtractionStrategy.d.mts.map +1 -0
  972. package/dist/lib/vendor/cli-owm/parser/strategies/ExtendableComponentExtractionStrategy.mjs +29 -0
  973. package/dist/lib/vendor/cli-owm/parser/strategies/ExtendableComponentExtractionStrategy.mjs.map +1 -0
  974. package/dist/lib/vendor/cli-owm/parser/strategies/LinksExtractionStrategy.d.mts +29 -0
  975. package/dist/lib/vendor/cli-owm/parser/strategies/LinksExtractionStrategy.d.mts.map +1 -0
  976. package/dist/lib/vendor/cli-owm/parser/strategies/LinksExtractionStrategy.mjs +122 -0
  977. package/dist/lib/vendor/cli-owm/parser/strategies/LinksExtractionStrategy.mjs.map +1 -0
  978. package/dist/lib/vendor/cli-owm/parser/strategies/NoteExtractionStrategy.d.mts +17 -0
  979. package/dist/lib/vendor/cli-owm/parser/strategies/NoteExtractionStrategy.d.mts.map +1 -0
  980. package/dist/lib/vendor/cli-owm/parser/strategies/NoteExtractionStrategy.mjs +22 -0
  981. package/dist/lib/vendor/cli-owm/parser/strategies/NoteExtractionStrategy.mjs.map +1 -0
  982. package/dist/lib/vendor/cli-owm/parser/strategies/PipelineExtractionStrategy.d.mts +10 -0
  983. package/dist/lib/vendor/cli-owm/parser/strategies/PipelineExtractionStrategy.d.mts.map +1 -0
  984. package/dist/lib/vendor/cli-owm/parser/strategies/PipelineExtractionStrategy.mjs +32 -0
  985. package/dist/lib/vendor/cli-owm/parser/strategies/PipelineExtractionStrategy.mjs.map +1 -0
  986. package/dist/lib/vendor/cli-owm/parser/strategies/PresentationExtractionStrategy.d.mts +10 -0
  987. package/dist/lib/vendor/cli-owm/parser/strategies/PresentationExtractionStrategy.d.mts.map +1 -0
  988. package/dist/lib/vendor/cli-owm/parser/strategies/PresentationExtractionStrategy.mjs +36 -0
  989. package/dist/lib/vendor/cli-owm/parser/strategies/PresentationExtractionStrategy.mjs.map +1 -0
  990. package/dist/lib/vendor/cli-owm/parser/strategies/SubMapExtractionStrategy.d.mts +15 -0
  991. package/dist/lib/vendor/cli-owm/parser/strategies/SubMapExtractionStrategy.d.mts.map +1 -0
  992. package/dist/lib/vendor/cli-owm/parser/strategies/SubMapExtractionStrategy.mjs +19 -0
  993. package/dist/lib/vendor/cli-owm/parser/strategies/SubMapExtractionStrategy.mjs.map +1 -0
  994. package/dist/lib/vendor/cli-owm/parser/strategies/TitleExtractionStrategy.d.mts +10 -0
  995. package/dist/lib/vendor/cli-owm/parser/strategies/TitleExtractionStrategy.d.mts.map +1 -0
  996. package/dist/lib/vendor/cli-owm/parser/strategies/TitleExtractionStrategy.mjs +19 -0
  997. package/dist/lib/vendor/cli-owm/parser/strategies/TitleExtractionStrategy.mjs.map +1 -0
  998. package/dist/lib/vendor/cli-owm/parser/strategies/UrlExtractionStrategy.d.mts +17 -0
  999. package/dist/lib/vendor/cli-owm/parser/strategies/UrlExtractionStrategy.d.mts.map +1 -0
  1000. package/dist/lib/vendor/cli-owm/parser/strategies/UrlExtractionStrategy.mjs +22 -0
  1001. package/dist/lib/vendor/cli-owm/parser/strategies/UrlExtractionStrategy.mjs.map +1 -0
  1002. package/dist/lib/vendor/cli-owm/parser/strategies/XAxisLabelsExtractionStrategy.d.mts +17 -0
  1003. package/dist/lib/vendor/cli-owm/parser/strategies/XAxisLabelsExtractionStrategy.d.mts.map +1 -0
  1004. package/dist/lib/vendor/cli-owm/parser/strategies/XAxisLabelsExtractionStrategy.mjs +40 -0
  1005. package/dist/lib/vendor/cli-owm/parser/strategies/XAxisLabelsExtractionStrategy.mjs.map +1 -0
  1006. package/dist/lib/vendor/cli-owm/parser/types/base.d.mts +191 -0
  1007. package/dist/lib/vendor/cli-owm/parser/types/base.d.mts.map +1 -0
  1008. package/dist/lib/vendor/cli-owm/parser/types/base.mjs +2 -0
  1009. package/dist/lib/vendor/cli-owm/parser/types/base.mjs.map +1 -0
  1010. package/dist/lib/vendor/cli-owm/parser/types/unified/components.d.mts +88 -0
  1011. package/dist/lib/vendor/cli-owm/parser/types/unified/components.d.mts.map +1 -0
  1012. package/dist/lib/vendor/cli-owm/parser/types/unified/components.mjs +60 -0
  1013. package/dist/lib/vendor/cli-owm/parser/types/unified/components.mjs.map +1 -0
  1014. package/dist/lib/vendor/cli-owm/parser/types/unified/index.d.mts +7 -0
  1015. package/dist/lib/vendor/cli-owm/parser/types/unified/index.d.mts.map +1 -0
  1016. package/dist/lib/vendor/cli-owm/parser/types/unified/index.mjs +4 -0
  1017. package/dist/lib/vendor/cli-owm/parser/types/unified/index.mjs.map +1 -0
  1018. package/dist/lib/vendor/cli-owm/parser/types/unified/links.d.mts +33 -0
  1019. package/dist/lib/vendor/cli-owm/parser/types/unified/links.d.mts.map +1 -0
  1020. package/dist/lib/vendor/cli-owm/parser/types/unified/links.mjs +24 -0
  1021. package/dist/lib/vendor/cli-owm/parser/types/unified/links.mjs.map +1 -0
  1022. package/dist/lib/vendor/cli-owm/parser/types/unified/map.d.mts +34 -0
  1023. package/dist/lib/vendor/cli-owm/parser/types/unified/map.d.mts.map +1 -0
  1024. package/dist/lib/vendor/cli-owm/parser/types/unified/map.mjs +35 -0
  1025. package/dist/lib/vendor/cli-owm/parser/types/unified/map.mjs.map +1 -0
  1026. package/dist/lib/vendor/cli-owm/render.d.mts +24 -0
  1027. package/dist/lib/vendor/cli-owm/render.d.mts.map +1 -0
  1028. package/dist/lib/vendor/cli-owm/render.mjs +453 -0
  1029. package/dist/lib/vendor/cli-owm/render.mjs.map +1 -0
  1030. package/dist/lib/vendor/cli-owm/themes.d.mts +113 -0
  1031. package/dist/lib/vendor/cli-owm/themes.d.mts.map +1 -0
  1032. package/dist/lib/vendor/cli-owm/themes.mjs +226 -0
  1033. package/dist/lib/vendor/cli-owm/themes.mjs.map +1 -0
  1034. package/dist/lib/vendor/cli-owm/version.d.mts +2 -0
  1035. package/dist/lib/vendor/cli-owm/version.d.mts.map +1 -0
  1036. package/dist/lib/vendor/cli-owm/version.mjs +2 -0
  1037. package/dist/lib/vendor/cli-owm/version.mjs.map +1 -0
  1038. package/dist/lib/zod/validate-or-throw.d.mts +15 -0
  1039. package/dist/lib/zod/validate-or-throw.d.mts.map +1 -0
  1040. package/dist/lib/zod/validate-or-throw.mjs +30 -0
  1041. package/dist/lib/zod/validate-or-throw.mjs.map +1 -0
  1042. package/dist/mcp/boot-health-checks.d.mts +7 -0
  1043. package/dist/mcp/boot-health-checks.d.mts.map +1 -0
  1044. package/dist/mcp/boot-health-checks.mjs +114 -0
  1045. package/dist/mcp/boot-health-checks.mjs.map +1 -0
  1046. package/dist/mcp/estimate-anchor-evolution.tool.d.mts +4 -0
  1047. package/dist/mcp/estimate-anchor-evolution.tool.d.mts.map +1 -0
  1048. package/dist/mcp/estimate-anchor-evolution.tool.mjs +22 -0
  1049. package/dist/mcp/estimate-anchor-evolution.tool.mjs.map +1 -0
  1050. package/dist/mcp/estimate-evolution-via-recipe.d.mts +14 -0
  1051. package/dist/mcp/estimate-evolution-via-recipe.d.mts.map +1 -0
  1052. package/dist/mcp/estimate-evolution-via-recipe.mjs +67 -0
  1053. package/dist/mcp/estimate-evolution-via-recipe.mjs.map +1 -0
  1054. package/dist/mcp/estimate-evolution.tool.d.mts +3 -0
  1055. package/dist/mcp/estimate-evolution.tool.d.mts.map +1 -0
  1056. package/dist/mcp/estimate-evolution.tool.mjs +27 -0
  1057. package/dist/mcp/estimate-evolution.tool.mjs.map +1 -0
  1058. package/dist/mcp/evaluate-map.tool.d.mts +4 -0
  1059. package/dist/mcp/evaluate-map.tool.d.mts.map +1 -0
  1060. package/dist/mcp/evaluate-map.tool.mjs +22 -0
  1061. package/dist/mcp/evaluate-map.tool.mjs.map +1 -0
  1062. package/dist/mcp/generate-value-chain.tool.d.mts +10 -0
  1063. package/dist/mcp/generate-value-chain.tool.d.mts.map +1 -0
  1064. package/dist/mcp/generate-value-chain.tool.mjs +33 -0
  1065. package/dist/mcp/generate-value-chain.tool.mjs.map +1 -0
  1066. package/dist/mcp/identify-capability.tool.d.mts +4 -0
  1067. package/dist/mcp/identify-capability.tool.d.mts.map +1 -0
  1068. package/dist/mcp/identify-capability.tool.mjs +31 -0
  1069. package/dist/mcp/identify-capability.tool.mjs.map +1 -0
  1070. package/dist/mcp/mcp-server.d.mts +29 -0
  1071. package/dist/mcp/mcp-server.d.mts.map +1 -0
  1072. package/dist/mcp/mcp-server.mjs +282 -0
  1073. package/dist/mcp/mcp-server.mjs.map +1 -0
  1074. package/dist/mcp/mcp-tool.d.mts +36 -0
  1075. package/dist/mcp/mcp-tool.d.mts.map +1 -0
  1076. package/dist/mcp/mcp-tool.mjs +144 -0
  1077. package/dist/mcp/mcp-tool.mjs.map +1 -0
  1078. package/dist/mcp/resolve-context.d.mts +3 -0
  1079. package/dist/mcp/resolve-context.d.mts.map +1 -0
  1080. package/dist/mcp/resolve-context.mjs +28 -0
  1081. package/dist/mcp/resolve-context.mjs.map +1 -0
  1082. package/dist/mcp/run-command.tool.d.mts +3 -0
  1083. package/dist/mcp/run-command.tool.d.mts.map +1 -0
  1084. package/dist/mcp/run-command.tool.mjs +70 -0
  1085. package/dist/mcp/run-command.tool.mjs.map +1 -0
  1086. package/dist/mcp/run-recipe.tool.d.mts +13 -0
  1087. package/dist/mcp/run-recipe.tool.d.mts.map +1 -0
  1088. package/dist/mcp/run-recipe.tool.mjs +79 -0
  1089. package/dist/mcp/run-recipe.tool.mjs.map +1 -0
  1090. package/dist/mcp/shipped-root.d.mts +2 -0
  1091. package/dist/mcp/shipped-root.d.mts.map +1 -0
  1092. package/dist/mcp/shipped-root.mjs +16 -0
  1093. package/dist/mcp/shipped-root.mjs.map +1 -0
  1094. package/dist/schemas/command.schema.d.mts +95 -0
  1095. package/dist/schemas/command.schema.d.mts.map +1 -0
  1096. package/dist/schemas/command.schema.mjs +84 -0
  1097. package/dist/schemas/command.schema.mjs.map +1 -0
  1098. package/dist/schemas/domain.schema.d.mts +63 -0
  1099. package/dist/schemas/domain.schema.d.mts.map +1 -0
  1100. package/dist/schemas/domain.schema.mjs +53 -0
  1101. package/dist/schemas/domain.schema.mjs.map +1 -0
  1102. package/dist/schemas/estimate-anchor-evolution.schema.d.mts +8 -0
  1103. package/dist/schemas/estimate-anchor-evolution.schema.d.mts.map +1 -0
  1104. package/dist/schemas/estimate-anchor-evolution.schema.mjs +9 -0
  1105. package/dist/schemas/estimate-anchor-evolution.schema.mjs.map +1 -0
  1106. package/dist/schemas/estimate-evolution.schema.d.mts +30 -0
  1107. package/dist/schemas/estimate-evolution.schema.d.mts.map +1 -0
  1108. package/dist/schemas/estimate-evolution.schema.mjs +41 -0
  1109. package/dist/schemas/estimate-evolution.schema.mjs.map +1 -0
  1110. package/dist/schemas/evaluate-map.schema.d.mts +8 -0
  1111. package/dist/schemas/evaluate-map.schema.d.mts.map +1 -0
  1112. package/dist/schemas/evaluate-map.schema.mjs +10 -0
  1113. package/dist/schemas/evaluate-map.schema.mjs.map +1 -0
  1114. package/dist/schemas/generate-value-chain.schema.d.mts +30 -0
  1115. package/dist/schemas/generate-value-chain.schema.d.mts.map +1 -0
  1116. package/dist/schemas/generate-value-chain.schema.mjs +19 -0
  1117. package/dist/schemas/generate-value-chain.schema.mjs.map +1 -0
  1118. package/dist/schemas/identify-capability.schema.d.mts +15 -0
  1119. package/dist/schemas/identify-capability.schema.d.mts.map +1 -0
  1120. package/dist/schemas/identify-capability.schema.mjs +9 -0
  1121. package/dist/schemas/identify-capability.schema.mjs.map +1 -0
  1122. package/dist/schemas/inputs.schema.d.mts +150 -0
  1123. package/dist/schemas/inputs.schema.d.mts.map +1 -0
  1124. package/dist/schemas/inputs.schema.mjs +107 -0
  1125. package/dist/schemas/inputs.schema.mjs.map +1 -0
  1126. package/dist/schemas/json-labre.schema.d.mts +3591 -0
  1127. package/dist/schemas/json-labre.schema.d.mts.map +1 -0
  1128. package/dist/schemas/json-labre.schema.mjs +30 -0
  1129. package/dist/schemas/json-labre.schema.mjs.map +1 -0
  1130. package/dist/schemas/parsed-llm.schema.d.mts +33 -0
  1131. package/dist/schemas/parsed-llm.schema.d.mts.map +1 -0
  1132. package/dist/schemas/parsed-llm.schema.mjs +29 -0
  1133. package/dist/schemas/parsed-llm.schema.mjs.map +1 -0
  1134. package/dist/schemas/patent.schema.d.mts +79 -0
  1135. package/dist/schemas/patent.schema.d.mts.map +1 -0
  1136. package/dist/schemas/patent.schema.mjs +50 -0
  1137. package/dist/schemas/patent.schema.mjs.map +1 -0
  1138. package/dist/schemas/render-config-passthrough.d.mts +5 -0
  1139. package/dist/schemas/render-config-passthrough.d.mts.map +1 -0
  1140. package/dist/schemas/render-config-passthrough.mjs +25 -0
  1141. package/dist/schemas/render-config-passthrough.mjs.map +1 -0
  1142. package/dist/schemas/results.schema.d.mts +57 -0
  1143. package/dist/schemas/results.schema.d.mts.map +1 -0
  1144. package/dist/schemas/results.schema.mjs +36 -0
  1145. package/dist/schemas/results.schema.mjs.map +1 -0
  1146. package/dist/schemas/run-recipe.schema.d.mts +7 -0
  1147. package/dist/schemas/run-recipe.schema.d.mts.map +1 -0
  1148. package/dist/schemas/run-recipe.schema.mjs +19 -0
  1149. package/dist/schemas/run-recipe.schema.mjs.map +1 -0
  1150. package/dist/schemas/value-chain.schema.d.mts +112 -0
  1151. package/dist/schemas/value-chain.schema.d.mts.map +1 -0
  1152. package/dist/schemas/value-chain.schema.mjs +50 -0
  1153. package/dist/schemas/value-chain.schema.mjs.map +1 -0
  1154. package/dist/schemas/wardley-map.schema.d.mts +2 -0
  1155. package/dist/schemas/wardley-map.schema.d.mts.map +1 -0
  1156. package/dist/schemas/wardley-map.schema.mjs +11 -0
  1157. package/dist/schemas/wardley-map.schema.mjs.map +1 -0
  1158. package/dist/session/conversation-session.d.mts +147 -0
  1159. package/dist/session/conversation-session.d.mts.map +1 -0
  1160. package/dist/session/conversation-session.mjs +685 -0
  1161. package/dist/session/conversation-session.mjs.map +1 -0
  1162. package/dist/types/classification.d.mts +14 -0
  1163. package/dist/types/classification.d.mts.map +1 -0
  1164. package/dist/types/classification.mjs +6 -0
  1165. package/dist/types/classification.mjs.map +1 -0
  1166. package/dist/types/evolution.d.mts +3 -0
  1167. package/dist/types/evolution.d.mts.map +1 -0
  1168. package/dist/types/evolution.mjs +7 -0
  1169. package/dist/types/evolution.mjs.map +1 -0
  1170. package/dist/types/index.d.mts +7 -0
  1171. package/dist/types/index.d.mts.map +1 -0
  1172. package/dist/types/index.mjs +10 -0
  1173. package/dist/types/index.mjs.map +1 -0
  1174. package/dist/types/llm.d.mts +58 -0
  1175. package/dist/types/llm.d.mts.map +1 -0
  1176. package/dist/types/llm.mjs +9 -0
  1177. package/dist/types/llm.mjs.map +1 -0
  1178. package/dist/types/mcp.d.mts +70 -0
  1179. package/dist/types/mcp.d.mts.map +1 -0
  1180. package/dist/types/mcp.mjs +6 -0
  1181. package/dist/types/mcp.mjs.map +1 -0
  1182. package/dist/types/patent.d.mts +55 -0
  1183. package/dist/types/patent.d.mts.map +1 -0
  1184. package/dist/types/patent.mjs +7 -0
  1185. package/dist/types/patent.mjs.map +1 -0
  1186. package/dist/types/pipeline.d.mts +65 -0
  1187. package/dist/types/pipeline.d.mts.map +1 -0
  1188. package/dist/types/pipeline.mjs +6 -0
  1189. package/dist/types/pipeline.mjs.map +1 -0
  1190. package/dist/types/routing.d.mts +113 -0
  1191. package/dist/types/routing.d.mts.map +1 -0
  1192. package/dist/types/routing.mjs +7 -0
  1193. package/dist/types/routing.mjs.map +1 -0
  1194. package/dist/types/session.d.mts +41 -0
  1195. package/dist/types/session.d.mts.map +1 -0
  1196. package/dist/types/session.mjs +6 -0
  1197. package/dist/types/session.mjs.map +1 -0
  1198. package/dist/types/solution.d.mts +3 -0
  1199. package/dist/types/solution.d.mts.map +1 -0
  1200. package/dist/types/solution.mjs +6 -0
  1201. package/dist/types/solution.mjs.map +1 -0
  1202. package/dist/types/value-chain.d.mts +53 -0
  1203. package/dist/types/value-chain.d.mts.map +1 -0
  1204. package/dist/types/value-chain.mjs +12 -0
  1205. package/dist/types/value-chain.mjs.map +1 -0
  1206. package/dist/types/wm-map.d.mts +83 -0
  1207. package/dist/types/wm-map.d.mts.map +1 -0
  1208. package/dist/types/wm-map.mjs +5 -0
  1209. package/dist/types/wm-map.mjs.map +1 -0
  1210. package/dist/work-on-evolution/estimate-evolution.d.mts +58 -0
  1211. package/dist/work-on-evolution/estimate-evolution.d.mts.map +1 -0
  1212. package/dist/work-on-evolution/estimate-evolution.mjs +621 -0
  1213. package/dist/work-on-evolution/estimate-evolution.mjs.map +1 -0
  1214. package/dist/work-on-evolution/evaluate-map/evaluate-map.d.mts +56 -0
  1215. package/dist/work-on-evolution/evaluate-map/evaluate-map.d.mts.map +1 -0
  1216. package/dist/work-on-evolution/evaluate-map/evaluate-map.mjs +391 -0
  1217. package/dist/work-on-evolution/evaluate-map/evaluate-map.mjs.map +1 -0
  1218. package/dist/work-on-evolution/lib/evolution-input-validation.d.mts +37 -0
  1219. package/dist/work-on-evolution/lib/evolution-input-validation.d.mts.map +1 -0
  1220. package/dist/work-on-evolution/lib/evolution-input-validation.mjs +51 -0
  1221. package/dist/work-on-evolution/lib/evolution-input-validation.mjs.map +1 -0
  1222. package/dist/work-on-evolution/patent/cpc-mapper.d.mts +128 -0
  1223. package/dist/work-on-evolution/patent/cpc-mapper.d.mts.map +1 -0
  1224. package/dist/work-on-evolution/patent/cpc-mapper.mjs +285 -0
  1225. package/dist/work-on-evolution/patent/cpc-mapper.mjs.map +1 -0
  1226. package/dist/work-on-evolution/patent/cpc-taxonomy-cache.d.mts +91 -0
  1227. package/dist/work-on-evolution/patent/cpc-taxonomy-cache.d.mts.map +1 -0
  1228. package/dist/work-on-evolution/patent/cpc-taxonomy-cache.mjs +319 -0
  1229. package/dist/work-on-evolution/patent/cpc-taxonomy-cache.mjs.map +1 -0
  1230. package/dist/work-on-evolution/pipeline/concurrent-verification.d.mts +81 -0
  1231. package/dist/work-on-evolution/pipeline/concurrent-verification.d.mts.map +1 -0
  1232. package/dist/work-on-evolution/pipeline/concurrent-verification.mjs +317 -0
  1233. package/dist/work-on-evolution/pipeline/concurrent-verification.mjs.map +1 -0
  1234. package/dist/work-on-evolution/pipeline/dual-verification-orchestrator.d.mts +99 -0
  1235. package/dist/work-on-evolution/pipeline/dual-verification-orchestrator.d.mts.map +1 -0
  1236. package/dist/work-on-evolution/pipeline/dual-verification-orchestrator.mjs +288 -0
  1237. package/dist/work-on-evolution/pipeline/dual-verification-orchestrator.mjs.map +1 -0
  1238. package/dist/work-on-evolution/pipeline/pipeline-capability-inference.d.mts +45 -0
  1239. package/dist/work-on-evolution/pipeline/pipeline-capability-inference.d.mts.map +1 -0
  1240. package/dist/work-on-evolution/pipeline/pipeline-capability-inference.mjs +206 -0
  1241. package/dist/work-on-evolution/pipeline/pipeline-capability-inference.mjs.map +1 -0
  1242. package/dist/work-on-evolution/pipeline/pipeline-enriched.d.mts +175 -0
  1243. package/dist/work-on-evolution/pipeline/pipeline-enriched.d.mts.map +1 -0
  1244. package/dist/work-on-evolution/pipeline/pipeline-enriched.mjs +549 -0
  1245. package/dist/work-on-evolution/pipeline/pipeline-enriched.mjs.map +1 -0
  1246. package/dist/work-on-evolution/pipeline/signal-combiner.d.mts +131 -0
  1247. package/dist/work-on-evolution/pipeline/signal-combiner.d.mts.map +1 -0
  1248. package/dist/work-on-evolution/pipeline/signal-combiner.mjs +435 -0
  1249. package/dist/work-on-evolution/pipeline/signal-combiner.mjs.map +1 -0
  1250. package/dist/work-on-evolution/pipeline/verification-reconciliation.d.mts +60 -0
  1251. package/dist/work-on-evolution/pipeline/verification-reconciliation.d.mts.map +1 -0
  1252. package/dist/work-on-evolution/pipeline/verification-reconciliation.mjs +182 -0
  1253. package/dist/work-on-evolution/pipeline/verification-reconciliation.mjs.map +1 -0
  1254. package/dist/work-on-evolution/pipeline/verification-signals.d.mts +62 -0
  1255. package/dist/work-on-evolution/pipeline/verification-signals.d.mts.map +1 -0
  1256. package/dist/work-on-evolution/pipeline/verification-signals.mjs +123 -0
  1257. package/dist/work-on-evolution/pipeline/verification-signals.mjs.map +1 -0
  1258. package/dist/work-on-evolution/read/base-strategy.d.mts +22 -0
  1259. package/dist/work-on-evolution/read/base-strategy.d.mts.map +1 -0
  1260. package/dist/work-on-evolution/read/base-strategy.mjs +36 -0
  1261. package/dist/work-on-evolution/read/base-strategy.mjs.map +1 -0
  1262. package/dist/work-on-evolution/read/registry.d.mts +17 -0
  1263. package/dist/work-on-evolution/read/registry.d.mts.map +1 -0
  1264. package/dist/work-on-evolution/read/registry.mjs +83 -0
  1265. package/dist/work-on-evolution/read/registry.mjs.map +1 -0
  1266. package/dist/work-on-evolution/routing/classification-gate.d.mts +19 -0
  1267. package/dist/work-on-evolution/routing/classification-gate.d.mts.map +1 -0
  1268. package/dist/work-on-evolution/routing/classification-gate.mjs +192 -0
  1269. package/dist/work-on-evolution/routing/classification-gate.mjs.map +1 -0
  1270. package/dist/work-on-evolution/routing/detect-solution.d.mts +104 -0
  1271. package/dist/work-on-evolution/routing/detect-solution.d.mts.map +1 -0
  1272. package/dist/work-on-evolution/routing/detect-solution.mjs +452 -0
  1273. package/dist/work-on-evolution/routing/detect-solution.mjs.map +1 -0
  1274. package/dist/work-on-evolution/routing/eval-mode-dispatcher.d.mts +105 -0
  1275. package/dist/work-on-evolution/routing/eval-mode-dispatcher.d.mts.map +1 -0
  1276. package/dist/work-on-evolution/routing/eval-mode-dispatcher.mjs +287 -0
  1277. package/dist/work-on-evolution/routing/eval-mode-dispatcher.mjs.map +1 -0
  1278. package/dist/work-on-evolution/routing/mode-router.d.mts +49 -0
  1279. package/dist/work-on-evolution/routing/mode-router.d.mts.map +1 -0
  1280. package/dist/work-on-evolution/routing/mode-router.mjs +351 -0
  1281. package/dist/work-on-evolution/routing/mode-router.mjs.map +1 -0
  1282. package/dist/work-on-evolution/routing/solution-capability-router.d.mts +4 -0
  1283. package/dist/work-on-evolution/routing/solution-capability-router.d.mts.map +1 -0
  1284. package/dist/work-on-evolution/routing/solution-capability-router.mjs +36 -0
  1285. package/dist/work-on-evolution/routing/solution-capability-router.mjs.map +1 -0
  1286. package/dist/work-on-evolution/routing/solution-dispatch.d.mts +91 -0
  1287. package/dist/work-on-evolution/routing/solution-dispatch.d.mts.map +1 -0
  1288. package/dist/work-on-evolution/routing/solution-dispatch.mjs +230 -0
  1289. package/dist/work-on-evolution/routing/solution-dispatch.mjs.map +1 -0
  1290. package/dist/work-on-evolution/routing/wardley-type-classification.d.mts +37 -0
  1291. package/dist/work-on-evolution/routing/wardley-type-classification.d.mts.map +1 -0
  1292. package/dist/work-on-evolution/routing/wardley-type-classification.mjs +154 -0
  1293. package/dist/work-on-evolution/routing/wardley-type-classification.mjs.map +1 -0
  1294. package/dist/work-on-evolution/routing/web-search-verification.d.mts +94 -0
  1295. package/dist/work-on-evolution/routing/web-search-verification.d.mts.map +1 -0
  1296. package/dist/work-on-evolution/routing/web-search-verification.mjs +457 -0
  1297. package/dist/work-on-evolution/routing/web-search-verification.mjs.map +1 -0
  1298. package/dist/work-on-evolution/s-curve/s-curve-transform.d.ts +3 -0
  1299. package/dist/work-on-evolution/s-curve/s-curve-transform.d.ts.map +1 -0
  1300. package/dist/work-on-evolution/s-curve/s-curve-transform.js +96 -0
  1301. package/dist/work-on-evolution/s-curve/s-curve-transform.js.map +1 -0
  1302. package/dist/work-on-evolution/s-curve/s-curve.d.mts +37 -0
  1303. package/dist/work-on-evolution/s-curve/s-curve.d.mts.map +1 -0
  1304. package/dist/work-on-evolution/s-curve/s-curve.mjs +93 -0
  1305. package/dist/work-on-evolution/s-curve/s-curve.mjs.map +1 -0
  1306. package/dist/work-on-evolution/skill-handler.d.mts +99 -0
  1307. package/dist/work-on-evolution/skill-handler.d.mts.map +1 -0
  1308. package/dist/work-on-evolution/skill-handler.mjs +608 -0
  1309. package/dist/work-on-evolution/skill-handler.mjs.map +1 -0
  1310. package/dist/work-on-evolution/strategies/anchor/estimate-anchor-evolution.d.mts +10 -0
  1311. package/dist/work-on-evolution/strategies/anchor/estimate-anchor-evolution.d.mts.map +1 -0
  1312. package/dist/work-on-evolution/strategies/anchor/estimate-anchor-evolution.mjs +101 -0
  1313. package/dist/work-on-evolution/strategies/anchor/estimate-anchor-evolution.mjs.map +1 -0
  1314. package/dist/work-on-evolution/strategies/capacity/base-strategy.d.mts +72 -0
  1315. package/dist/work-on-evolution/strategies/capacity/base-strategy.d.mts.map +1 -0
  1316. package/dist/work-on-evolution/strategies/capacity/base-strategy.mjs +98 -0
  1317. package/dist/work-on-evolution/strategies/capacity/base-strategy.mjs.map +1 -0
  1318. package/dist/work-on-evolution/strategies/capacity/cpc-evolution-strategy.d.mts +313 -0
  1319. package/dist/work-on-evolution/strategies/capacity/cpc-evolution-strategy.d.mts.map +1 -0
  1320. package/dist/work-on-evolution/strategies/capacity/cpc-evolution-strategy.mjs +721 -0
  1321. package/dist/work-on-evolution/strategies/capacity/cpc-evolution-strategy.mjs.map +1 -0
  1322. package/dist/work-on-evolution/strategies/capacity/llm-direct-strategy.d.mts +25 -0
  1323. package/dist/work-on-evolution/strategies/capacity/llm-direct-strategy.d.mts.map +1 -0
  1324. package/dist/work-on-evolution/strategies/capacity/llm-direct-strategy.mjs +87 -0
  1325. package/dist/work-on-evolution/strategies/capacity/llm-direct-strategy.mjs.map +1 -0
  1326. package/dist/work-on-evolution/strategies/capacity/logprob-distribution-strategy.d.mts +31 -0
  1327. package/dist/work-on-evolution/strategies/capacity/logprob-distribution-strategy.d.mts.map +1 -0
  1328. package/dist/work-on-evolution/strategies/capacity/logprob-distribution-strategy.mjs +125 -0
  1329. package/dist/work-on-evolution/strategies/capacity/logprob-distribution-strategy.mjs.map +1 -0
  1330. package/dist/work-on-evolution/strategies/capacity/publication-analysis-strategy.d.mts +20 -0
  1331. package/dist/work-on-evolution/strategies/capacity/publication-analysis-strategy.d.mts.map +1 -0
  1332. package/dist/work-on-evolution/strategies/capacity/publication-analysis-strategy.mjs +91 -0
  1333. package/dist/work-on-evolution/strategies/capacity/publication-analysis-strategy.mjs.map +1 -0
  1334. package/dist/work-on-evolution/strategies/capacity/registry.d.mts +28 -0
  1335. package/dist/work-on-evolution/strategies/capacity/registry.d.mts.map +1 -0
  1336. package/dist/work-on-evolution/strategies/capacity/registry.mjs +102 -0
  1337. package/dist/work-on-evolution/strategies/capacity/registry.mjs.map +1 -0
  1338. package/dist/work-on-evolution/strategies/capacity/s-curve-strategy.d.mts +11 -0
  1339. package/dist/work-on-evolution/strategies/capacity/s-curve-strategy.d.mts.map +1 -0
  1340. package/dist/work-on-evolution/strategies/capacity/s-curve-strategy.mjs +44 -0
  1341. package/dist/work-on-evolution/strategies/capacity/s-curve-strategy.mjs.map +1 -0
  1342. package/dist/work-on-evolution/strategies/capacity/timeline-benchmark-strategy.d.mts +52 -0
  1343. package/dist/work-on-evolution/strategies/capacity/timeline-benchmark-strategy.d.mts.map +1 -0
  1344. package/dist/work-on-evolution/strategies/capacity/timeline-benchmark-strategy.mjs +226 -0
  1345. package/dist/work-on-evolution/strategies/capacity/timeline-benchmark-strategy.mjs.map +1 -0
  1346. package/dist/work-on-evolution/strategies/solution/aggregate-properties.d.mts +197 -0
  1347. package/dist/work-on-evolution/strategies/solution/aggregate-properties.d.mts.map +1 -0
  1348. package/dist/work-on-evolution/strategies/solution/aggregate-properties.mjs +416 -0
  1349. package/dist/work-on-evolution/strategies/solution/aggregate-properties.mjs.map +1 -0
  1350. package/dist/work-on-evolution/strategies/solution/assemble-result.d.mts +91 -0
  1351. package/dist/work-on-evolution/strategies/solution/assemble-result.d.mts.map +1 -0
  1352. package/dist/work-on-evolution/strategies/solution/assemble-result.mjs +236 -0
  1353. package/dist/work-on-evolution/strategies/solution/assemble-result.mjs.map +1 -0
  1354. package/dist/work-on-evolution/strategies/solution/phase-classifier.d.mts +211 -0
  1355. package/dist/work-on-evolution/strategies/solution/phase-classifier.d.mts.map +1 -0
  1356. package/dist/work-on-evolution/strategies/solution/phase-classifier.mjs +453 -0
  1357. package/dist/work-on-evolution/strategies/solution/phase-classifier.mjs.map +1 -0
  1358. package/dist/work-on-evolution/strategies/solution/properties-strategy.d.mts +100 -0
  1359. package/dist/work-on-evolution/strategies/solution/properties-strategy.d.mts.map +1 -0
  1360. package/dist/work-on-evolution/strategies/solution/properties-strategy.mjs +496 -0
  1361. package/dist/work-on-evolution/strategies/solution/properties-strategy.mjs.map +1 -0
  1362. package/dist/work-on-evolution/strategies/solution/registry.d.mts +18 -0
  1363. package/dist/work-on-evolution/strategies/solution/registry.d.mts.map +1 -0
  1364. package/dist/work-on-evolution/strategies/solution/registry.mjs +73 -0
  1365. package/dist/work-on-evolution/strategies/solution/registry.mjs.map +1 -0
  1366. package/dist/work-on-evolution/strategies/solution/solution-base-strategy.d.mts +163 -0
  1367. package/dist/work-on-evolution/strategies/solution/solution-base-strategy.d.mts.map +1 -0
  1368. package/dist/work-on-evolution/strategies/solution/solution-base-strategy.mjs +228 -0
  1369. package/dist/work-on-evolution/strategies/solution/solution-base-strategy.mjs.map +1 -0
  1370. package/dist/work-on-evolution/strategies/solution/solution-evolution-result.d.mts +361 -0
  1371. package/dist/work-on-evolution/strategies/solution/solution-evolution-result.d.mts.map +1 -0
  1372. package/dist/work-on-evolution/strategies/solution/solution-evolution-result.mjs +604 -0
  1373. package/dist/work-on-evolution/strategies/solution/solution-evolution-result.mjs.map +1 -0
  1374. package/dist/work-on-evolution/write/estimate-evolution.d.mts +78 -0
  1375. package/dist/work-on-evolution/write/estimate-evolution.d.mts.map +1 -0
  1376. package/dist/work-on-evolution/write/estimate-evolution.mjs +654 -0
  1377. package/dist/work-on-evolution/write/estimate-evolution.mjs.map +1 -0
  1378. package/dist/work-on-evolution/write/evaluate-map/evaluate-map.d.mts +56 -0
  1379. package/dist/work-on-evolution/write/evaluate-map/evaluate-map.d.mts.map +1 -0
  1380. package/dist/work-on-evolution/write/evaluate-map/evaluate-map.mjs +449 -0
  1381. package/dist/work-on-evolution/write/evaluate-map/evaluate-map.mjs.map +1 -0
  1382. package/dist/work-on-evolution/write/lib/evolution-input-validation.d.mts +37 -0
  1383. package/dist/work-on-evolution/write/lib/evolution-input-validation.d.mts.map +1 -0
  1384. package/dist/work-on-evolution/write/lib/evolution-input-validation.mjs +51 -0
  1385. package/dist/work-on-evolution/write/lib/evolution-input-validation.mjs.map +1 -0
  1386. package/dist/work-on-evolution/write/patent/cpc-mapper.d.mts +128 -0
  1387. package/dist/work-on-evolution/write/patent/cpc-mapper.d.mts.map +1 -0
  1388. package/dist/work-on-evolution/write/patent/cpc-mapper.mjs +298 -0
  1389. package/dist/work-on-evolution/write/patent/cpc-mapper.mjs.map +1 -0
  1390. package/dist/work-on-evolution/write/patent/cpc-taxonomy-cache.d.mts +91 -0
  1391. package/dist/work-on-evolution/write/patent/cpc-taxonomy-cache.d.mts.map +1 -0
  1392. package/dist/work-on-evolution/write/patent/cpc-taxonomy-cache.mjs +319 -0
  1393. package/dist/work-on-evolution/write/patent/cpc-taxonomy-cache.mjs.map +1 -0
  1394. package/dist/work-on-evolution/write/pipeline/pipeline-enriched.d.mts +175 -0
  1395. package/dist/work-on-evolution/write/pipeline/pipeline-enriched.d.mts.map +1 -0
  1396. package/dist/work-on-evolution/write/pipeline/pipeline-enriched.mjs +549 -0
  1397. package/dist/work-on-evolution/write/pipeline/pipeline-enriched.mjs.map +1 -0
  1398. package/dist/work-on-evolution/write/routing/classification-gate.d.mts +19 -0
  1399. package/dist/work-on-evolution/write/routing/classification-gate.d.mts.map +1 -0
  1400. package/dist/work-on-evolution/write/routing/classification-gate.mjs +192 -0
  1401. package/dist/work-on-evolution/write/routing/classification-gate.mjs.map +1 -0
  1402. package/dist/work-on-evolution/write/routing/detect-solution.d.mts +104 -0
  1403. package/dist/work-on-evolution/write/routing/detect-solution.d.mts.map +1 -0
  1404. package/dist/work-on-evolution/write/routing/detect-solution.mjs +452 -0
  1405. package/dist/work-on-evolution/write/routing/detect-solution.mjs.map +1 -0
  1406. package/dist/work-on-evolution/write/routing/mode-router.d.mts +49 -0
  1407. package/dist/work-on-evolution/write/routing/mode-router.d.mts.map +1 -0
  1408. package/dist/work-on-evolution/write/routing/mode-router.mjs +351 -0
  1409. package/dist/work-on-evolution/write/routing/mode-router.mjs.map +1 -0
  1410. package/dist/work-on-evolution/write/routing/solution-capability-router.d.mts +4 -0
  1411. package/dist/work-on-evolution/write/routing/solution-capability-router.d.mts.map +1 -0
  1412. package/dist/work-on-evolution/write/routing/solution-capability-router.mjs +36 -0
  1413. package/dist/work-on-evolution/write/routing/solution-capability-router.mjs.map +1 -0
  1414. package/dist/work-on-evolution/write/routing/solution-dispatch.d.mts +91 -0
  1415. package/dist/work-on-evolution/write/routing/solution-dispatch.d.mts.map +1 -0
  1416. package/dist/work-on-evolution/write/routing/solution-dispatch.mjs +242 -0
  1417. package/dist/work-on-evolution/write/routing/solution-dispatch.mjs.map +1 -0
  1418. package/dist/work-on-evolution/write/s-curve/s-curve-transform.d.ts +3 -0
  1419. package/dist/work-on-evolution/write/s-curve/s-curve-transform.d.ts.map +1 -0
  1420. package/dist/work-on-evolution/write/s-curve/s-curve-transform.js +96 -0
  1421. package/dist/work-on-evolution/write/s-curve/s-curve-transform.js.map +1 -0
  1422. package/dist/work-on-evolution/write/s-curve/s-curve.d.mts +37 -0
  1423. package/dist/work-on-evolution/write/s-curve/s-curve.d.mts.map +1 -0
  1424. package/dist/work-on-evolution/write/s-curve/s-curve.mjs +93 -0
  1425. package/dist/work-on-evolution/write/s-curve/s-curve.mjs.map +1 -0
  1426. package/dist/work-on-evolution/write/skill-handler.d.mts +99 -0
  1427. package/dist/work-on-evolution/write/skill-handler.d.mts.map +1 -0
  1428. package/dist/work-on-evolution/write/skill-handler.mjs +608 -0
  1429. package/dist/work-on-evolution/write/skill-handler.mjs.map +1 -0
  1430. package/dist/work-on-evolution/write/strategies/anchor/estimate-anchor-evolution.d.mts +10 -0
  1431. package/dist/work-on-evolution/write/strategies/anchor/estimate-anchor-evolution.d.mts.map +1 -0
  1432. package/dist/work-on-evolution/write/strategies/anchor/estimate-anchor-evolution.mjs +125 -0
  1433. package/dist/work-on-evolution/write/strategies/anchor/estimate-anchor-evolution.mjs.map +1 -0
  1434. package/dist/work-on-evolution/write/strategies/capacity/base-strategy.d.mts +72 -0
  1435. package/dist/work-on-evolution/write/strategies/capacity/base-strategy.d.mts.map +1 -0
  1436. package/dist/work-on-evolution/write/strategies/capacity/base-strategy.mjs +98 -0
  1437. package/dist/work-on-evolution/write/strategies/capacity/base-strategy.mjs.map +1 -0
  1438. package/dist/work-on-evolution/write/strategies/capacity/cpc-evolution-strategy.d.mts +313 -0
  1439. package/dist/work-on-evolution/write/strategies/capacity/cpc-evolution-strategy.d.mts.map +1 -0
  1440. package/dist/work-on-evolution/write/strategies/capacity/cpc-evolution-strategy.mjs +731 -0
  1441. package/dist/work-on-evolution/write/strategies/capacity/cpc-evolution-strategy.mjs.map +1 -0
  1442. package/dist/work-on-evolution/write/strategies/capacity/llm-direct-strategy.d.mts +25 -0
  1443. package/dist/work-on-evolution/write/strategies/capacity/llm-direct-strategy.d.mts.map +1 -0
  1444. package/dist/work-on-evolution/write/strategies/capacity/llm-direct-strategy.mjs +87 -0
  1445. package/dist/work-on-evolution/write/strategies/capacity/llm-direct-strategy.mjs.map +1 -0
  1446. package/dist/work-on-evolution/write/strategies/capacity/logprob-distribution-strategy.d.mts +28 -0
  1447. package/dist/work-on-evolution/write/strategies/capacity/logprob-distribution-strategy.d.mts.map +1 -0
  1448. package/dist/work-on-evolution/write/strategies/capacity/logprob-distribution-strategy.mjs +125 -0
  1449. package/dist/work-on-evolution/write/strategies/capacity/logprob-distribution-strategy.mjs.map +1 -0
  1450. package/dist/work-on-evolution/write/strategies/capacity/publication-analysis-strategy.d.mts +21 -0
  1451. package/dist/work-on-evolution/write/strategies/capacity/publication-analysis-strategy.d.mts.map +1 -0
  1452. package/dist/work-on-evolution/write/strategies/capacity/publication-analysis-strategy.mjs +91 -0
  1453. package/dist/work-on-evolution/write/strategies/capacity/publication-analysis-strategy.mjs.map +1 -0
  1454. package/dist/work-on-evolution/write/strategies/capacity/registry.d.mts +28 -0
  1455. package/dist/work-on-evolution/write/strategies/capacity/registry.d.mts.map +1 -0
  1456. package/dist/work-on-evolution/write/strategies/capacity/registry.mjs +102 -0
  1457. package/dist/work-on-evolution/write/strategies/capacity/registry.mjs.map +1 -0
  1458. package/dist/work-on-evolution/write/strategies/capacity/s-curve-strategy.d.mts +11 -0
  1459. package/dist/work-on-evolution/write/strategies/capacity/s-curve-strategy.d.mts.map +1 -0
  1460. package/dist/work-on-evolution/write/strategies/capacity/s-curve-strategy.mjs +44 -0
  1461. package/dist/work-on-evolution/write/strategies/capacity/s-curve-strategy.mjs.map +1 -0
  1462. package/dist/work-on-evolution/write/strategies/capacity/timeline-benchmark-strategy.d.mts +52 -0
  1463. package/dist/work-on-evolution/write/strategies/capacity/timeline-benchmark-strategy.d.mts.map +1 -0
  1464. package/dist/work-on-evolution/write/strategies/capacity/timeline-benchmark-strategy.mjs +226 -0
  1465. package/dist/work-on-evolution/write/strategies/capacity/timeline-benchmark-strategy.mjs.map +1 -0
  1466. package/dist/work-on-evolution/write/strategies/solution/aggregate-properties.d.mts +197 -0
  1467. package/dist/work-on-evolution/write/strategies/solution/aggregate-properties.d.mts.map +1 -0
  1468. package/dist/work-on-evolution/write/strategies/solution/aggregate-properties.mjs +416 -0
  1469. package/dist/work-on-evolution/write/strategies/solution/aggregate-properties.mjs.map +1 -0
  1470. package/dist/work-on-evolution/write/strategies/solution/assemble-result.d.mts +91 -0
  1471. package/dist/work-on-evolution/write/strategies/solution/assemble-result.d.mts.map +1 -0
  1472. package/dist/work-on-evolution/write/strategies/solution/assemble-result.mjs +236 -0
  1473. package/dist/work-on-evolution/write/strategies/solution/assemble-result.mjs.map +1 -0
  1474. package/dist/work-on-evolution/write/strategies/solution/phase-classifier.d.mts +211 -0
  1475. package/dist/work-on-evolution/write/strategies/solution/phase-classifier.d.mts.map +1 -0
  1476. package/dist/work-on-evolution/write/strategies/solution/phase-classifier.mjs +453 -0
  1477. package/dist/work-on-evolution/write/strategies/solution/phase-classifier.mjs.map +1 -0
  1478. package/dist/work-on-evolution/write/strategies/solution/properties-strategy.d.mts +100 -0
  1479. package/dist/work-on-evolution/write/strategies/solution/properties-strategy.d.mts.map +1 -0
  1480. package/dist/work-on-evolution/write/strategies/solution/properties-strategy.mjs +496 -0
  1481. package/dist/work-on-evolution/write/strategies/solution/properties-strategy.mjs.map +1 -0
  1482. package/dist/work-on-evolution/write/strategies/solution/registry.d.mts +18 -0
  1483. package/dist/work-on-evolution/write/strategies/solution/registry.d.mts.map +1 -0
  1484. package/dist/work-on-evolution/write/strategies/solution/registry.mjs +73 -0
  1485. package/dist/work-on-evolution/write/strategies/solution/registry.mjs.map +1 -0
  1486. package/dist/work-on-evolution/write/strategies/solution/solution-base-strategy.d.mts +163 -0
  1487. package/dist/work-on-evolution/write/strategies/solution/solution-base-strategy.d.mts.map +1 -0
  1488. package/dist/work-on-evolution/write/strategies/solution/solution-base-strategy.mjs +228 -0
  1489. package/dist/work-on-evolution/write/strategies/solution/solution-base-strategy.mjs.map +1 -0
  1490. package/dist/work-on-evolution/write/strategies/solution/solution-evolution-result.d.mts +361 -0
  1491. package/dist/work-on-evolution/write/strategies/solution/solution-evolution-result.d.mts.map +1 -0
  1492. package/dist/work-on-evolution/write/strategies/solution/solution-evolution-result.mjs +604 -0
  1493. package/dist/work-on-evolution/write/strategies/solution/solution-evolution-result.mjs.map +1 -0
  1494. package/dist/work-on-value-chain/generate-value-chain.d.mts +24 -0
  1495. package/dist/work-on-value-chain/generate-value-chain.d.mts.map +1 -0
  1496. package/dist/work-on-value-chain/generate-value-chain.mjs +257 -0
  1497. package/dist/work-on-value-chain/generate-value-chain.mjs.map +1 -0
  1498. package/dist/work-on-value-chain/identify-capability.d.mts +28 -0
  1499. package/dist/work-on-value-chain/identify-capability.d.mts.map +1 -0
  1500. package/dist/work-on-value-chain/identify-capability.mjs +118 -0
  1501. package/dist/work-on-value-chain/identify-capability.mjs.map +1 -0
  1502. package/dist/work-on-value-chain/read/anchor/base-strategy.d.mts +22 -0
  1503. package/dist/work-on-value-chain/read/anchor/base-strategy.d.mts.map +1 -0
  1504. package/dist/work-on-value-chain/read/anchor/base-strategy.mjs +34 -0
  1505. package/dist/work-on-value-chain/read/anchor/base-strategy.mjs.map +1 -0
  1506. package/dist/work-on-value-chain/read/anchor/registry.d.mts +17 -0
  1507. package/dist/work-on-value-chain/read/anchor/registry.d.mts.map +1 -0
  1508. package/dist/work-on-value-chain/read/anchor/registry.mjs +83 -0
  1509. package/dist/work-on-value-chain/read/anchor/registry.mjs.map +1 -0
  1510. package/dist/work-on-value-chain/read/chain/base-strategy.d.mts +22 -0
  1511. package/dist/work-on-value-chain/read/chain/base-strategy.d.mts.map +1 -0
  1512. package/dist/work-on-value-chain/read/chain/base-strategy.mjs +34 -0
  1513. package/dist/work-on-value-chain/read/chain/base-strategy.mjs.map +1 -0
  1514. package/dist/work-on-value-chain/read/chain/registry.d.mts +17 -0
  1515. package/dist/work-on-value-chain/read/chain/registry.d.mts.map +1 -0
  1516. package/dist/work-on-value-chain/read/chain/registry.mjs +83 -0
  1517. package/dist/work-on-value-chain/read/chain/registry.mjs.map +1 -0
  1518. package/dist/work-on-value-chain/read/component/base-strategy.d.mts +22 -0
  1519. package/dist/work-on-value-chain/read/component/base-strategy.d.mts.map +1 -0
  1520. package/dist/work-on-value-chain/read/component/base-strategy.mjs +34 -0
  1521. package/dist/work-on-value-chain/read/component/base-strategy.mjs.map +1 -0
  1522. package/dist/work-on-value-chain/read/component/registry.d.mts +17 -0
  1523. package/dist/work-on-value-chain/read/component/registry.d.mts.map +1 -0
  1524. package/dist/work-on-value-chain/read/component/registry.mjs +83 -0
  1525. package/dist/work-on-value-chain/read/component/registry.mjs.map +1 -0
  1526. package/dist/work-on-value-chain/write/anchor/base-strategy.d.mts +22 -0
  1527. package/dist/work-on-value-chain/write/anchor/base-strategy.d.mts.map +1 -0
  1528. package/dist/work-on-value-chain/write/anchor/base-strategy.mjs +33 -0
  1529. package/dist/work-on-value-chain/write/anchor/base-strategy.mjs.map +1 -0
  1530. package/dist/work-on-value-chain/write/anchor/registry.d.mts +17 -0
  1531. package/dist/work-on-value-chain/write/anchor/registry.d.mts.map +1 -0
  1532. package/dist/work-on-value-chain/write/anchor/registry.mjs +86 -0
  1533. package/dist/work-on-value-chain/write/anchor/registry.mjs.map +1 -0
  1534. package/dist/work-on-value-chain/write/chain/base-strategy.d.mts +22 -0
  1535. package/dist/work-on-value-chain/write/chain/base-strategy.d.mts.map +1 -0
  1536. package/dist/work-on-value-chain/write/chain/base-strategy.mjs +33 -0
  1537. package/dist/work-on-value-chain/write/chain/base-strategy.mjs.map +1 -0
  1538. package/dist/work-on-value-chain/write/chain/registry.d.mts +17 -0
  1539. package/dist/work-on-value-chain/write/chain/registry.d.mts.map +1 -0
  1540. package/dist/work-on-value-chain/write/chain/registry.mjs +83 -0
  1541. package/dist/work-on-value-chain/write/chain/registry.mjs.map +1 -0
  1542. package/dist/work-on-value-chain/write/component/base-strategy.d.mts +22 -0
  1543. package/dist/work-on-value-chain/write/component/base-strategy.d.mts.map +1 -0
  1544. package/dist/work-on-value-chain/write/component/base-strategy.mjs +33 -0
  1545. package/dist/work-on-value-chain/write/component/base-strategy.mjs.map +1 -0
  1546. package/dist/work-on-value-chain/write/component/concurrent-verification.d.mts +81 -0
  1547. package/dist/work-on-value-chain/write/component/concurrent-verification.d.mts.map +1 -0
  1548. package/dist/work-on-value-chain/write/component/concurrent-verification.mjs +317 -0
  1549. package/dist/work-on-value-chain/write/component/concurrent-verification.mjs.map +1 -0
  1550. package/dist/work-on-value-chain/write/component/dual-verification-orchestrator.d.mts +99 -0
  1551. package/dist/work-on-value-chain/write/component/dual-verification-orchestrator.d.mts.map +1 -0
  1552. package/dist/work-on-value-chain/write/component/dual-verification-orchestrator.mjs +288 -0
  1553. package/dist/work-on-value-chain/write/component/dual-verification-orchestrator.mjs.map +1 -0
  1554. package/dist/work-on-value-chain/write/component/identify-capability.d.mts +28 -0
  1555. package/dist/work-on-value-chain/write/component/identify-capability.d.mts.map +1 -0
  1556. package/dist/work-on-value-chain/write/component/identify-capability.mjs +123 -0
  1557. package/dist/work-on-value-chain/write/component/identify-capability.mjs.map +1 -0
  1558. package/dist/work-on-value-chain/write/component/infer-capability-from-solution.d.mts +45 -0
  1559. package/dist/work-on-value-chain/write/component/infer-capability-from-solution.d.mts.map +1 -0
  1560. package/dist/work-on-value-chain/write/component/infer-capability-from-solution.mjs +206 -0
  1561. package/dist/work-on-value-chain/write/component/infer-capability-from-solution.mjs.map +1 -0
  1562. package/dist/work-on-value-chain/write/component/registry.d.mts +17 -0
  1563. package/dist/work-on-value-chain/write/component/registry.d.mts.map +1 -0
  1564. package/dist/work-on-value-chain/write/component/registry.mjs +83 -0
  1565. package/dist/work-on-value-chain/write/component/registry.mjs.map +1 -0
  1566. package/dist/work-on-value-chain/write/component/signal-combiner.d.mts +131 -0
  1567. package/dist/work-on-value-chain/write/component/signal-combiner.d.mts.map +1 -0
  1568. package/dist/work-on-value-chain/write/component/signal-combiner.mjs +435 -0
  1569. package/dist/work-on-value-chain/write/component/signal-combiner.mjs.map +1 -0
  1570. package/dist/work-on-value-chain/write/component/verification-reconciliation.d.mts +60 -0
  1571. package/dist/work-on-value-chain/write/component/verification-reconciliation.d.mts.map +1 -0
  1572. package/dist/work-on-value-chain/write/component/verification-reconciliation.mjs +182 -0
  1573. package/dist/work-on-value-chain/write/component/verification-reconciliation.mjs.map +1 -0
  1574. package/dist/work-on-value-chain/write/component/verification-signals.d.mts +62 -0
  1575. package/dist/work-on-value-chain/write/component/verification-signals.d.mts.map +1 -0
  1576. package/dist/work-on-value-chain/write/component/verification-signals.mjs +123 -0
  1577. package/dist/work-on-value-chain/write/component/verification-signals.mjs.map +1 -0
  1578. package/dist/work-on-value-chain/write/component/wardley-type-classification.d.mts +37 -0
  1579. package/dist/work-on-value-chain/write/component/wardley-type-classification.d.mts.map +1 -0
  1580. package/dist/work-on-value-chain/write/component/wardley-type-classification.mjs +154 -0
  1581. package/dist/work-on-value-chain/write/component/wardley-type-classification.mjs.map +1 -0
  1582. package/dist/work-on-value-chain/write/component/web-search-verification.d.mts +93 -0
  1583. package/dist/work-on-value-chain/write/component/web-search-verification.d.mts.map +1 -0
  1584. package/dist/work-on-value-chain/write/component/web-search-verification.mjs +464 -0
  1585. package/dist/work-on-value-chain/write/component/web-search-verification.mjs.map +1 -0
  1586. package/llm.config.example.json +29 -0
  1587. package/package.json +90 -0
  1588. package/prompts/anchor-evolution.system.md +25 -0
  1589. package/prompts/anchor-evolution.user.md +2 -0
  1590. package/prompts/cpc-evolution.sot-extraction.system.md +7 -0
  1591. package/prompts/cpc-evolution.sot-extraction.user.md +5 -0
  1592. package/prompts/cpc-mapper.fallback.system.md +3 -0
  1593. package/prompts/cpc-mapper.fallback.user.md +1 -0
  1594. package/prompts/cpc-mapper.pick-class.system.md +21 -0
  1595. package/prompts/cpc-mapper.pick-class.user.md +1 -0
  1596. package/prompts/cpc-mapper.pick-from-list.system.md +3 -0
  1597. package/prompts/cpc-mapper.pick-from-list.user.md +4 -0
  1598. package/prompts/historical-evolution.with-capability.system.md +14 -0
  1599. package/prompts/historical-evolution.with-capability.user.md +4 -0
  1600. package/prompts/historical-evolution.without-capability.system.md +15 -0
  1601. package/prompts/historical-evolution.without-capability.user.md +4 -0
  1602. package/prompts/identify-capability.system.md +40 -0
  1603. package/prompts/identify-capability.user.md +3 -0
  1604. package/prompts/logprob-fallback.system.md +11 -0
  1605. package/prompts/logprob-fallback.user.md +3 -0
  1606. package/prompts/pipeline-enrichment.solution-discovery.system.md +22 -0
  1607. package/prompts/pipeline-enrichment.solution-discovery.user.md +3 -0
  1608. package/prompts/properties-strategy.auto.system.md +17 -0
  1609. package/prompts/properties-strategy.auto.user.md +8 -0
  1610. package/prompts/properties-strategy.single.system.md +14 -0
  1611. package/prompts/properties-strategy.single.user.md +9 -0
  1612. package/prompts/publication-analysis.system.md +24 -0
  1613. package/prompts/publication-analysis.user.md +3 -0
  1614. package/prompts/solution-classification.system.md +28 -0
  1615. package/prompts/solution-classification.user.md +2 -0
  1616. package/prompts/timeline-benchmark.system.md +14 -0
  1617. package/prompts/timeline-benchmark.user.md +9 -0
  1618. package/prompts/web-search-verification.system.md +32 -0
  1619. package/prompts/web-search-verification.user.md +2 -0
  1620. package/prompts/write-chain.extract-metadata.system.md +44 -0
  1621. package/prompts/write-chain.extract-metadata.user.md +1 -0
  1622. package/prompts/write-chain.top-down.system.md +70 -0
  1623. package/prompts/write-chain.top-down.user.md +2 -0
  1624. package/prompts.config.json +190 -0
  1625. package/recipes/wardley/map/draw-value-chain.recipe.json +43 -0
  1626. package/recipes/wardley/map/estimate-chain-components.recipe.json +22 -0
  1627. package/recipes/wardley/map/estimate-component-evolution.recipe.json +24 -0
  1628. package/recipes/wardley/map/evaluate-map.recipe.json +28 -0
  1629. package/recipes/wardley/map/generate.recipe.json +34 -0
@@ -0,0 +1,457 @@
1
+ // Web search verification for solution vs capability classification
2
+ //
3
+ // When naming convention heuristics don't reach the 90% confidence threshold,
4
+ // this module verifies whether a component is a known product/solution or an
5
+ // abstract capability by searching the web for evidence.
6
+ //
7
+ // Evidence markers for SOLUTIONS:
8
+ // - Official website or product page
9
+ // - Wikipedia article describing software/platform/product/service
10
+ // - Vendor/company association (e.g. "by Google", "developed by Microsoft")
11
+ // - Pricing, licensing, or subscription information
12
+ // - GitHub repository with releases/versions
13
+ // - Download/install instructions for a specific tool
14
+ //
15
+ // Evidence markers for CAPABILITIES:
16
+ // - Multiple different products/solutions implement it
17
+ // - Described as a concept, methodology, practice, or discipline
18
+ // - Wikipedia categorizes it as a computing concept or technique
19
+ // - No single vendor dominates search results
20
+ // - Generic "what is" results without pointing to a specific product
21
+ //
22
+ // Usage:
23
+ // import { verifyViaWebSearch, createWebSearchCall } from './web-search-verification.mjs';
24
+ //
25
+ // // With default Agent SDK web search backend
26
+ // const webSearch = createWebSearchCall();
27
+ // const result = await verifyViaWebSearch('Kubernetes', { webSearchCall: webSearch });
28
+ // // → { classification: 'solution', confidence: 0.94, evidence: [...], references: [...] }
29
+ //
30
+ // // With custom/mock web search function (for testing)
31
+ // const result = await verifyViaWebSearch('CRM', { webSearchCall: mockSearch });
32
+ // // → { classification: 'capability', confidence: 0.88, evidence: [...], references: [...] }
33
+ import { query } from '@anthropic-ai/claude-agent-sdk';
34
+ import { logDebug, logWarning } from '../../lib/mcp-notifications.mjs';
35
+ import { classifyAndLogLLMError } from '../../lib/llm/llm-error-handler.mjs';
36
+ import { toErrorMessage } from '../../lib/errors.mjs';
37
+ import { parseKeyValueBlock, parseDelimitedBlock } from '../../lib/prompts/parsers.mjs';
38
+ import { getPrompt } from '../../lib/prompts/registry.mjs';
39
+ // ─── Constants ────────────────────────────────────────────────────────────────
40
+ const TOOL = 'web-search-verification';
41
+ /** Max retries for web search backend */
42
+ const MAX_RETRIES = 3;
43
+ const INITIAL_BACKOFF_MS = 1500;
44
+ /** Retryable error patterns (network-level issues) */
45
+ const RETRYABLE_PATTERNS = [
46
+ 'timeout', 'rate', 'overloaded', 'temporarily', 'network',
47
+ 'concurrency', 'empty response', 'unknown error',
48
+ ];
49
+ function isRetryableError(err) {
50
+ const msg = String(toErrorMessage(err) || err).toLowerCase();
51
+ return RETRYABLE_PATTERNS.some((p) => msg.includes(p));
52
+ }
53
+ function sleep(ms) { return new Promise(r => setTimeout(r, ms)); }
54
+ // ─── Result Types ─────────────────────────────────────────────────────────────
55
+ /**
56
+ * @typedef {Object} WebSearchEvidence
57
+ * @property {string} type - Evidence type: 'product-page' | 'wikipedia' | 'vendor-association' | 'pricing' | 'repository' | 'concept-article' | 'multi-implementation' | 'generic'
58
+ * @property {string} description - Human-readable description of the evidence
59
+ * @property {string} [source] - Source URL or domain
60
+ * @property {'solution'|'capability'} supports - Which classification this evidence supports
61
+ */
62
+ /**
63
+ * @typedef {Object} WebSearchReference
64
+ * @property {string} title - Page/article title
65
+ * @property {string} [url] - Source URL
66
+ * @property {string} [snippet] - Relevant snippet or excerpt
67
+ */
68
+ /**
69
+ * @typedef {Object} WebSearchVerificationResult
70
+ * @property {'solution'|'capability'} classification - Component classification
71
+ * @property {number} confidence - Confidence score (0–1)
72
+ * @property {string} method - Always 'web-search'
73
+ * @property {string} reasoning - Human-readable explanation
74
+ * @property {boolean} isSolution - Convenience flag
75
+ * @property {WebSearchEvidence[]} evidence - Structured evidence items
76
+ * @property {WebSearchReference[]} references - Source references found
77
+ */
78
+ // ─── Web Search Prompt ───────────────────────────────────────────────────────
79
+ /**
80
+ * Prompt template for web search-based verification.
81
+ *
82
+ * The LLM is instructed to:
83
+ * 1. Search the web for information about the component
84
+ * 2. Analyze results for product/solution vs capability evidence
85
+ * 3. Return structured classification with references
86
+ */
87
+ // Prompt text lives in prompts/web-search-verification.md. Resolved via getPrompt('web-search-verification').
88
+ // ─── Response Parsing ─────────────────────────────────────────────────────────
89
+ /**
90
+ * Parse the web search verification response from the LLM.
91
+ *
92
+ * Extracts classification, confidence, reasoning, evidence, and references
93
+ * from the structured response format. Falls back to keyword-based extraction
94
+ * if the response doesn't match the expected format.
95
+ *
96
+ * @param {string} text - Raw LLM response text
97
+ * @param {string} name - Component name (for fallback messages)
98
+ * @returns {WebSearchVerificationResult}
99
+ */
100
+ export function parseWebSearchResponse(text, name) {
101
+ if (!text || typeof text !== 'string' || text.trim().length === 0) {
102
+ return createFallbackResult(name, 'Empty web search response');
103
+ }
104
+ // ── Parse classification line ────────────────────────────────────────
105
+ const raw = parseKeyValueBlock(text, ['classification', 'confidence', 'reasoning']);
106
+ const classValue = raw.classification?.toLowerCase().match(/^(solution|capability)\b/)?.[1];
107
+ // ── Parse evidence block ─────────────────────────────────────────────
108
+ const evidence = parseEvidenceBlock(text);
109
+ // ── Parse references block ───────────────────────────────────────────
110
+ const references = parseReferencesBlock(text);
111
+ // ── Build result ─────────────────────────────────────────────────────
112
+ if (classValue) {
113
+ const classification = classValue === 'solution' ? 'solution' : 'capability';
114
+ const rawConf = raw.confidence !== undefined ? parseFloat(raw.confidence) : 0.70;
115
+ const confidence = Math.round(Math.max(0, Math.min(1, rawConf)) * 100) / 100;
116
+ const reasoning = raw.reasoning ?? `Web search classified "${name}" as ${classification}`;
117
+ return {
118
+ classification,
119
+ confidence,
120
+ method: 'web-search',
121
+ reasoning,
122
+ isSolution: classification === 'solution',
123
+ evidence,
124
+ references,
125
+ };
126
+ }
127
+ // ── Fallback: keyword-based classification ───────────────────────────
128
+ return inferFromKeywords(text, name, evidence, references);
129
+ }
130
+ /**
131
+ * Parse the EVIDENCE_START...EVIDENCE_END block from LLM response.
132
+ *
133
+ * @param {string} text - Full LLM response
134
+ * @returns {WebSearchEvidence[]}
135
+ */
136
+ function parseEvidenceBlock(text) {
137
+ const evidence = [];
138
+ const block = parseDelimitedBlock(text, 'EVIDENCE_START', 'EVIDENCE_END');
139
+ if (!block)
140
+ return evidence;
141
+ const lines = block.split('\n').filter(l => l.trim().length > 0);
142
+ for (const line of lines) {
143
+ const fields = {};
144
+ // Parse pipe-separated key=value pairs
145
+ const parts = line.split('|');
146
+ for (const part of parts) {
147
+ const eqIdx = part.indexOf('=');
148
+ if (eqIdx > 0) {
149
+ const key = part.substring(0, eqIdx).trim().toLowerCase();
150
+ const value = part.substring(eqIdx + 1).trim();
151
+ fields[key] = value;
152
+ }
153
+ }
154
+ if (fields.type && fields.description) {
155
+ evidence.push({
156
+ type: normalizeEvidenceType(fields.type),
157
+ description: fields.description,
158
+ source: fields.source || undefined,
159
+ supports: (fields.supports || 'solution').toLowerCase() === 'capability'
160
+ ? 'capability'
161
+ : 'solution',
162
+ });
163
+ }
164
+ }
165
+ return evidence;
166
+ }
167
+ /**
168
+ * Parse the REFERENCES_START...REFERENCES_END block from LLM response.
169
+ *
170
+ * @param {string} text - Full LLM response
171
+ * @returns {WebSearchReference[]}
172
+ */
173
+ function parseReferencesBlock(text) {
174
+ const references = [];
175
+ const block = parseDelimitedBlock(text, 'REFERENCES_START', 'REFERENCES_END');
176
+ if (!block)
177
+ return references;
178
+ const lines = block.split('\n').filter(l => l.trim().length > 0);
179
+ for (const line of lines) {
180
+ const fields = {};
181
+ const parts = line.split('|');
182
+ for (const part of parts) {
183
+ const eqIdx = part.indexOf('=');
184
+ if (eqIdx > 0) {
185
+ const key = part.substring(0, eqIdx).trim().toLowerCase();
186
+ const value = part.substring(eqIdx + 1).trim();
187
+ fields[key] = value;
188
+ }
189
+ }
190
+ if (fields.title) {
191
+ references.push({
192
+ title: fields.title,
193
+ url: fields.url || '',
194
+ snippet: fields.snippet || undefined,
195
+ });
196
+ }
197
+ }
198
+ return references;
199
+ }
200
+ /**
201
+ * Normalize evidence type strings to a known set.
202
+ * @param {string} raw - Raw evidence type from LLM
203
+ * @returns {string} Normalized evidence type
204
+ */
205
+ function normalizeEvidenceType(raw) {
206
+ const normalized = (raw || '').toLowerCase().replace(/[\s_]+/g, '-').trim();
207
+ const validTypes = [
208
+ 'product-page', 'wikipedia', 'vendor-association', 'pricing',
209
+ 'repository', 'concept-article', 'multi-implementation', 'generic',
210
+ ];
211
+ return validTypes.includes(normalized) ? normalized : 'generic';
212
+ }
213
+ /**
214
+ * Infer classification from response keywords when structured parsing fails.
215
+ *
216
+ * @param {string} text - LLM response text
217
+ * @param {string} name - Component name
218
+ * @param {WebSearchEvidence[]} evidence - Any evidence parsed
219
+ * @param {WebSearchReference[]} references - Any references parsed
220
+ * @returns {WebSearchVerificationResult}
221
+ */
222
+ function inferFromKeywords(text, name, evidence, references) {
223
+ const lower = text.toLowerCase();
224
+ // Count solution vs capability evidence keywords
225
+ const solutionKeywords = [
226
+ 'official website', 'product page', 'developed by', 'created by',
227
+ 'maintained by', 'vendor', 'pricing', 'license', 'download',
228
+ 'install', 'version', 'release', 'commercial', 'open.?source project',
229
+ 'software', 'platform', 'tool', 'framework', 'service',
230
+ ];
231
+ const capabilityKeywords = [
232
+ 'concept', 'methodology', 'practice', 'discipline', 'technique',
233
+ 'abstract', 'general.?purpose', 'category', 'type of', 'class of',
234
+ 'multiple implementations', 'various products', 'umbrella term',
235
+ 'capability', 'activity', 'process',
236
+ ];
237
+ let solutionScore = 0;
238
+ let capabilityScore = 0;
239
+ for (const kw of solutionKeywords) {
240
+ if (new RegExp(kw, 'i').test(lower))
241
+ solutionScore++;
242
+ }
243
+ for (const kw of capabilityKeywords) {
244
+ if (new RegExp(kw, 'i').test(lower))
245
+ capabilityScore++;
246
+ }
247
+ // Also factor in evidence supports
248
+ for (const ev of evidence) {
249
+ if (ev.supports === 'solution')
250
+ solutionScore += 2;
251
+ if (ev.supports === 'capability')
252
+ capabilityScore += 2;
253
+ }
254
+ const total = solutionScore + capabilityScore;
255
+ if (total === 0) {
256
+ return createFallbackResult(name, 'No clear evidence from web search');
257
+ }
258
+ const isSolution = solutionScore > capabilityScore;
259
+ const dominance = Math.max(solutionScore, capabilityScore) / total;
260
+ const confidence = Math.round(Math.min(0.85, 0.50 + dominance * 0.35) * 100) / 100;
261
+ return {
262
+ classification: isSolution ? 'solution' : 'capability',
263
+ confidence,
264
+ method: 'web-search',
265
+ reasoning: `Web search keyword analysis: ${isSolution ? 'solution' : 'capability'} evidence dominates (${Math.max(solutionScore, capabilityScore)}/${total} keywords matched)`,
266
+ isSolution,
267
+ evidence,
268
+ references,
269
+ };
270
+ }
271
+ /**
272
+ * Create a fallback result when web search response is unparseable.
273
+ *
274
+ * @param {string} name - Component name
275
+ * @param {string} reason - Why the fallback was triggered
276
+ * @returns {WebSearchVerificationResult}
277
+ */
278
+ function createFallbackResult(name, reason) {
279
+ return {
280
+ classification: 'capability',
281
+ confidence: 0.40,
282
+ method: 'web-search',
283
+ reasoning: `Could not verify "${name}" via web search: ${reason} — defaulting to capability`,
284
+ isSolution: false,
285
+ evidence: [],
286
+ references: [],
287
+ };
288
+ }
289
+ // ─── Web Search Backend ───────────────────────────────────────────────────────
290
+ /**
291
+ * Create a web search call function backed by the Claude Agent SDK.
292
+ *
293
+ * Uses `query()` with WebSearch and WebFetch tools enabled so the LLM can
294
+ * perform real web searches to gather evidence about a component.
295
+ *
296
+ * @param {Object} [config={}]
297
+ * @param {string} [config.model='claude-sonnet-4-6'] - Model to use
298
+ * @param {number} [config.maxBudgetUsd=0.08] - Budget limit per call
299
+ * @param {number} [config.maxTurns=3] - Max tool-use turns (search + analyze)
300
+ * @returns {function(string, Object?): Promise<string>}
301
+ */
302
+ // any: config bag accepts diverse Claude Agent SDK options (model, effort, maxBudgetUsd, maxTurns, ...)
303
+ export function createWebSearchCall(config = {}) {
304
+ const { model = 'claude-sonnet-4-6', maxBudgetUsd = 0.08, maxTurns = 3, } = config;
305
+ return async function webSearchCall(prompt) {
306
+ // Prevent nested session detection
307
+ if (process.env.CLAUDECODE) {
308
+ delete process.env.CLAUDECODE;
309
+ }
310
+ // any: Claude Agent SDK options bag with diverse fields
311
+ const options = {
312
+ model,
313
+ maxTurns,
314
+ effort: 'high',
315
+ maxBudgetUsd,
316
+ persistSession: false,
317
+ // Allow WebSearch and WebFetch; disallow filesystem/code tools
318
+ disallowedTools: ['Write', 'Edit', 'Bash', 'Glob', 'Grep', 'Read', 'Agent', 'NotebookEdit'],
319
+ };
320
+ const errorContext = { logger: TOOL, model };
321
+ let lastError;
322
+ for (let attempt = 0; attempt < MAX_RETRIES; attempt++) {
323
+ try {
324
+ let resultText = '';
325
+ for await (const message of query({ prompt, options })) {
326
+ const msg = message; // any: Claude Agent SDK streaming message (untyped union)
327
+ if (msg.type === 'result') {
328
+ if (msg.subtype === 'success') {
329
+ resultText = msg.result || '';
330
+ }
331
+ else {
332
+ const errors = msg.errors || [];
333
+ throw new Error(`Web search call failed: ${errors.join(', ') || 'unknown error'}`);
334
+ }
335
+ }
336
+ }
337
+ if (!resultText) {
338
+ throw new Error('Web search call returned empty response');
339
+ }
340
+ return resultText;
341
+ }
342
+ catch (err) {
343
+ lastError = err;
344
+ if (isRetryableError(err) && attempt < MAX_RETRIES - 1) {
345
+ const backoff = INITIAL_BACKOFF_MS * (2 ** attempt);
346
+ logDebug(TOOL, `Retrying web search (attempt ${attempt + 2}/${MAX_RETRIES}) after ${backoff}ms...`);
347
+ await sleep(backoff);
348
+ continue;
349
+ }
350
+ classifyAndLogLLMError(err, errorContext);
351
+ throw err;
352
+ }
353
+ }
354
+ classifyAndLogLLMError(lastError, errorContext);
355
+ throw lastError;
356
+ };
357
+ }
358
+ // ─── Main Verification Function ──────────────────────────────────────────────
359
+ /**
360
+ * Verify whether a component is a known product/solution or an abstract
361
+ * capability using web search evidence.
362
+ *
363
+ * This function is designed as the fallback tier in the detection pipeline:
364
+ * Tier 1: Naming convention heuristics (fast, no cost)
365
+ * Tier 2: LLM semantic classification (moderate cost)
366
+ * Tier 3: Web search verification (higher cost, higher accuracy) ← this
367
+ *
368
+ * @param {string} name - Component name to verify
369
+ * @param {Object} [options={}]
370
+ * @param {function(string): Promise<string>} [options.webSearchCall]
371
+ * Custom web search function. If not provided, creates one via
372
+ * createWebSearchCall(). Accepts a prompt and returns raw text response.
373
+ * @param {string} [options.context] - Additional context about the component
374
+ * @returns {Promise<WebSearchVerificationResult>}
375
+ */
376
+ export async function verifyViaWebSearch(name, options = {}) {
377
+ const trimmed = (name || '').trim();
378
+ if (!trimmed) {
379
+ return createFallbackResult(name, 'Empty component name');
380
+ }
381
+ // Resolve web search backend
382
+ const webSearchCall = options.webSearchCall || createWebSearchCall();
383
+ if (typeof webSearchCall !== 'function') {
384
+ throw new Error('verifyViaWebSearch requires a webSearchCall function');
385
+ }
386
+ // Build the search prompt
387
+ const contextLine = options.context
388
+ ? `Additional context: ${options.context}`
389
+ : 'Additional context: (none provided)';
390
+ const p = getPrompt('web-search-verification');
391
+ const prompt = p.build({ name: trimmed, context_line: contextLine });
392
+ logDebug(TOOL, `Starting web search verification for "${trimmed}"...`);
393
+ try {
394
+ const response = await webSearchCall(prompt);
395
+ const result = p.parse(response, trimmed);
396
+ logDebug(TOOL, `Web search result for "${trimmed}": ${result.classification} ` +
397
+ `(confidence=${result.confidence}, evidence=${result.evidence?.length ?? 0}, ` +
398
+ `references=${result.references?.length ?? 0})`);
399
+ return result;
400
+ }
401
+ catch (err) {
402
+ logWarning(TOOL, `Web search verification failed for "${trimmed}": ${toErrorMessage(err)}`);
403
+ return {
404
+ classification: 'capability',
405
+ confidence: 0.35,
406
+ method: 'web-search',
407
+ reasoning: `Web search verification failed for "${trimmed}": ${toErrorMessage(err)} — defaulting to capability`,
408
+ isSolution: false,
409
+ evidence: [],
410
+ references: [],
411
+ error: toErrorMessage(err),
412
+ };
413
+ }
414
+ }
415
+ // ─── Integration Helper ──────────────────────────────────────────────────────
416
+ /**
417
+ * Combine web search verification with a prior naming/LLM classification.
418
+ *
419
+ * Used by the detection pipeline to merge evidence from multiple tiers.
420
+ * When web search agrees with the prior result, confidence is boosted.
421
+ * When they disagree, the web search result takes priority (it has
422
+ * stronger evidence) but confidence is reduced.
423
+ *
424
+ * @param {Object} priorResult - Result from naming or LLM tier
425
+ * @param {WebSearchVerificationResult} webResult - Web search result
426
+ * @returns {WebSearchVerificationResult} Combined result
427
+ */
428
+ // any: priorResult/webResult are heterogeneous; combination merges loose fields
429
+ export function combineWithPriorResult(priorResult, webResult) {
430
+ if (!priorResult || !webResult) {
431
+ return webResult || priorResult || createFallbackResult('unknown', 'No results to combine');
432
+ }
433
+ const priorClass = priorResult.classification || priorResult.type;
434
+ const webClass = webResult.classification;
435
+ if (priorClass === webClass) {
436
+ // Agreement: boost confidence (average + agreement bonus)
437
+ // Bonus of 0.10 matches the detect-solution.mjs agreement pattern
438
+ const boosted = Math.round(Math.min(0.98, (priorResult.confidence + webResult.confidence) / 2 + 0.10) * 100) / 100;
439
+ return {
440
+ ...webResult,
441
+ confidence: boosted,
442
+ method: `${priorResult.method || 'prior'}+web-search`,
443
+ reasoning: `${webResult.reasoning} (agrees with prior ${priorResult.method || 'detection'}: ${priorResult.reasoning || priorClass})`,
444
+ };
445
+ }
446
+ // Disagreement: trust web search (has real evidence), but lower confidence
447
+ // Penalty of 0.10 matches the detect-solution.mjs disagreement pattern
448
+ const reduced = Math.round(Math.max(0.45, webResult.confidence - 0.10) * 100) / 100;
449
+ return {
450
+ ...webResult,
451
+ confidence: reduced,
452
+ method: `${priorResult.method || 'prior'}+web-search`,
453
+ reasoning: `Web search overrides prior ${priorResult.method || 'detection'}: ${webResult.reasoning} (prior said: ${priorClass})`,
454
+ };
455
+ }
456
+ // ─── Exports for Testing ─────────────────────────────────────────────────────
457
+ //# sourceMappingURL=web-search-verification.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"web-search-verification.mjs","sourceRoot":"","sources":["../../../src/work-on-evolution/routing/web-search-verification.mts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ declare function _exports(output: any, context: any): any;
2
+ export = _exports;
3
+ //# sourceMappingURL=s-curve-transform.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"s-curve-transform.d.ts","sourceRoot":"","sources":["../../../src/work-on-evolution/s-curve/s-curve-transform.js"],"names":[],"mappings":"AAmEiB,0DAsChB"}
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+ // promptfoo transform: parse LLM output (certitude, ubiquity[, evolution]) → JSON
3
+ // Inlines the S-curve math because promptfoo's VM sandbox does not support dynamic import().
4
+ // Parameters must stay in sync with scripts/s-curve.mjs DEFAULT_PARAMS.
5
+ const P = {
6
+ kUpper: 8.5, x0Upper: 0.28, yMinUpper: 0, yMaxUpper: 1, nuUpper: 2.1,
7
+ kLower: 7, x0Lower: 0.54, yMinLower: 0, yMaxLower: 0.98, nuLower: 1.7,
8
+ };
9
+ function sigmoid(c, k, x0) {
10
+ return 1 / (1 + Math.exp(-k * (c - x0)));
11
+ }
12
+ function gsigmoid(c, k, x0, yMin, yMax, nu) {
13
+ return yMin + (yMax - yMin) * Math.pow(sigmoid(c, k, x0), nu);
14
+ }
15
+ function bandUpper(c) {
16
+ return gsigmoid(c, P.kUpper, P.x0Upper, P.yMinUpper, P.yMaxUpper, P.nuUpper);
17
+ }
18
+ function bandLower(c) {
19
+ return gsigmoid(c, P.kLower, P.x0Lower, P.yMinLower, P.yMaxLower, P.nuLower);
20
+ }
21
+ function centerCurve(c) {
22
+ return (bandUpper(c) + bandLower(c)) / 2;
23
+ }
24
+ function projectOnCurve(c, u) {
25
+ let bestT = 0, bestDist = Infinity;
26
+ for (let t = 0; t <= 1; t += 0.001) {
27
+ const pu = centerCurve(t);
28
+ const dist = (t - c) ** 2 + (pu - u) ** 2;
29
+ if (dist < bestDist) {
30
+ bestDist = dist;
31
+ bestT = t;
32
+ }
33
+ }
34
+ return Math.round(bestT * 1000) / 1000;
35
+ }
36
+ function classifyZone(c, u) {
37
+ const up = bandUpper(c), lo = bandLower(c);
38
+ return (u >= lo && u <= up) ? 'competitive' : 'extra-competitive-market';
39
+ }
40
+ function bandDistance(c, u) {
41
+ const up = bandUpper(c), lo = bandLower(c);
42
+ if (u > up)
43
+ return -(u - up);
44
+ if (u < lo)
45
+ return -(lo - u);
46
+ return Math.min(u - lo, up - u);
47
+ }
48
+ // Publication type centroids — must stay in sync with s-curve.mjs PUB_TYPE_CENTROIDS
49
+ const PUB_CENTROIDS = { wonder: 0.09, build: 0.22, operate: 0.48, usage: 0.85 };
50
+ function pubEvolution(wonder, build, operate, usage) {
51
+ const C = PUB_CENTROIDS;
52
+ const sum = wonder + build + operate + usage;
53
+ if (sum === 0)
54
+ return null;
55
+ const w = wonder / sum, b = build / sum, o = operate / sum, u = usage / sum;
56
+ return Math.round((w * C.wonder + b * C.build + o * C.operate + u * C.usage) * 1000) / 1000;
57
+ }
58
+ function computeEvolution(certitude, ubiquity) {
59
+ // Always project geometrically — evolution is always in [0, 1]
60
+ return projectOnCurve(certitude, ubiquity);
61
+ }
62
+ module.exports = function (output, context) {
63
+ const cMatch = output.match(/certitude[:\s=]*([\d.]+)/i);
64
+ const uMatch = output.match(/ubiquit[éy][:\s=]*([\d.]+)/i);
65
+ if (!cMatch || !uMatch)
66
+ return output;
67
+ const c = parseFloat(cMatch[1]);
68
+ const u = parseFloat(uMatch[1]);
69
+ // Optional: parse LLM's direct evolution estimate (prompt E)
70
+ const evoMatch = output.match(/evolution[:\s=]*([\d.]+)/i);
71
+ const llmEvolution = evoMatch ? parseFloat(evoMatch[1]) : null;
72
+ // Optional: parse publication type proportions
73
+ const pwMatch = output.match(/pub_wonder[:\s=]*([\d.]+)/i);
74
+ const pbMatch = output.match(/pub_build[:\s=]*([\d.]+)/i);
75
+ const poMatch = output.match(/pub_operate[:\s=]*([\d.]+)/i);
76
+ const puMatch = output.match(/pub_usage[:\s=]*([\d.]+)/i);
77
+ let pub_evolution = null;
78
+ let pub_proportions = null;
79
+ if (pwMatch && pbMatch && poMatch && puMatch) {
80
+ const pw = parseFloat(pwMatch[1]);
81
+ const pb = parseFloat(pbMatch[1]);
82
+ const po = parseFloat(poMatch[1]);
83
+ const pu = parseFloat(puMatch[1]);
84
+ pub_proportions = { wonder: pw, build: pb, operate: po, usage: pu };
85
+ pub_evolution = pubEvolution(pw, pb, po, pu);
86
+ }
87
+ return JSON.stringify({
88
+ scurve_evolution: computeEvolution(c, u),
89
+ llm_evolution: llmEvolution,
90
+ pub_evolution,
91
+ pub_proportions,
92
+ zone: classifyZone(c, u),
93
+ band_distance: Math.round(bandDistance(c, u) * 1000) / 1000,
94
+ });
95
+ };
96
+ //# sourceMappingURL=s-curve-transform.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"s-curve-transform.js","sourceRoot":"","sources":["../../../src/work-on-evolution/s-curve/s-curve-transform.js"],"names":[],"mappings":"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"}
@@ -0,0 +1,37 @@
1
+ export declare const DEFAULT_PARAMS: {
2
+ kUpper: number;
3
+ x0Upper: number;
4
+ yMinUpper: number;
5
+ yMaxUpper: number;
6
+ nuUpper: number;
7
+ kLower: number;
8
+ x0Lower: number;
9
+ yMinLower: number;
10
+ yMaxLower: number;
11
+ nuLower: number;
12
+ };
13
+ export declare function sigmoid(c: number, k: number, x0: number): number;
14
+ export interface BandParams {
15
+ kUpper: number;
16
+ x0Upper: number;
17
+ yMinUpper: number;
18
+ yMaxUpper: number;
19
+ nuUpper: number;
20
+ kLower: number;
21
+ x0Lower: number;
22
+ yMinLower: number;
23
+ yMaxLower: number;
24
+ nuLower: number;
25
+ }
26
+ export declare function bandUpper(c: number, params?: BandParams): number;
27
+ export declare function bandLower(c: number, params?: BandParams): number;
28
+ export declare function centerCurve(c: number, params?: BandParams): number;
29
+ export declare function isInBand(c: number, u: number, params?: BandParams): boolean;
30
+ export declare function classifyZone(c: number, u: number, params?: BandParams): string;
31
+ export declare function bandDistance(c: number, u: number, params?: BandParams): number;
32
+ export declare function projectOnCurve(c: number, u: number, params?: BandParams): {
33
+ evolution: number;
34
+ distToCenter: number;
35
+ };
36
+ export declare function computeEvolution(certitude: number, ubiquity: number, params?: BandParams): any;
37
+ //# sourceMappingURL=s-curve.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"s-curve.d.mts","sourceRoot":"","sources":["../../../src/work-on-evolution/s-curve/s-curve.mts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,cAAc;;;;;;;;;;;CAG1B,CAAC;AAGF,wBAAgB,OAAO,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,MAAM,CAEhE;AAQD,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IACvF,MAAM,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;CACxF;AAED,wBAAgB,SAAS,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,GAAE,UAA2B,GAAG,MAAM,CAEhF;AAED,wBAAgB,SAAS,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,GAAE,UAA2B,GAAG,MAAM,CAEhF;AAGD,wBAAgB,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,GAAE,UAA2B,GAAG,MAAM,CAElF;AAGD,wBAAgB,QAAQ,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,GAAE,UAA2B,GAAG,OAAO,CAE3F;AAGD,wBAAgB,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,GAAE,UAA2B,GAAG,MAAM,CAE9F;AAGD,wBAAgB,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,GAAE,UAA2B,GAAG,MAAM,CAM9F;AAGD,wBAAgB,cAAc,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,GAAE,UAA2B,GAAG;IAAE,SAAS,EAAE,MAAM,CAAC;IAAC,YAAY,EAAE,MAAM,CAAA;CAAE,CAerI;AAID,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,GAAE,UAA2B,GAAG,GAAG,CAqB9G"}