@kubbisec/ai-linux-x64 0.1.25 → 0.1.28

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 (625) hide show
  1. package/bin/kubbisec +0 -0
  2. package/bundled/assets/terminal/banner-compact.ansi +7 -0
  3. package/bundled/assets/terminal/banner-wide.ansi +10 -0
  4. package/bundled/assets/terminal/logotipo-compact-fallback.ansi +7 -0
  5. package/bundled/assets/terminal/logotipo-compact.ansi +1 -0
  6. package/bundled/assets/terminal/logotipo-compact.png +0 -0
  7. package/bundled/assets/terminal/logotipo-wide-fallback.ansi +10 -0
  8. package/bundled/assets/terminal/logotipo-wide.ansi +1 -0
  9. package/bundled/assets/terminal/logotipo-wide.png +0 -0
  10. package/bundled/assets/terminal/mark.ansi +7 -0
  11. package/bundled/assets/terminal/wordmark-inline.ansi +1 -0
  12. package/bundled/assets/terminal/wordmark.ansi +4 -0
  13. package/bundled/assets/terminal/wordmark.png +0 -0
  14. package/bundled/components/kubbisec-model-selector.d.ts +44 -0
  15. package/bundled/components/kubbisec-model-selector.d.ts.map +1 -0
  16. package/bundled/components/kubbisec-model-selector.js +198 -0
  17. package/bundled/components/kubbisec-model-selector.js.map +1 -0
  18. package/bundled/config/config.d.ts +14 -0
  19. package/bundled/config/config.d.ts.map +1 -0
  20. package/bundled/config/config.js +67 -0
  21. package/bundled/config/config.js.map +1 -0
  22. package/bundled/config/detect-local-llm-providers.d.ts +33 -0
  23. package/bundled/config/detect-local-llm-providers.d.ts.map +1 -0
  24. package/bundled/config/detect-local-llm-providers.js +172 -0
  25. package/bundled/config/detect-local-llm-providers.js.map +1 -0
  26. package/bundled/config/ensure-kbs-project-settings.d.ts +20 -0
  27. package/bundled/config/ensure-kbs-project-settings.d.ts.map +1 -0
  28. package/bundled/config/ensure-kbs-project-settings.js +46 -0
  29. package/bundled/config/ensure-kbs-project-settings.js.map +1 -0
  30. package/bundled/config/ensure-kubbisec-project-settings.d.ts +31 -0
  31. package/bundled/config/ensure-kubbisec-project-settings.d.ts.map +1 -0
  32. package/bundled/config/ensure-kubbisec-project-settings.js +107 -0
  33. package/bundled/config/ensure-kubbisec-project-settings.js.map +1 -0
  34. package/bundled/config/extended-context.d.ts +12 -0
  35. package/bundled/config/extended-context.d.ts.map +1 -0
  36. package/bundled/config/extended-context.js +36 -0
  37. package/bundled/config/extended-context.js.map +1 -0
  38. package/bundled/config/feature-flags.d.ts +2 -0
  39. package/bundled/config/feature-flags.d.ts.map +1 -0
  40. package/bundled/config/feature-flags.js +2 -0
  41. package/bundled/config/feature-flags.js.map +1 -0
  42. package/bundled/config/format-kubbisec-footer-status.d.ts +2 -0
  43. package/bundled/config/format-kubbisec-footer-status.d.ts.map +1 -0
  44. package/bundled/config/format-kubbisec-footer-status.js +37 -0
  45. package/bundled/config/format-kubbisec-footer-status.js.map +1 -0
  46. package/bundled/config/kubbisec-extension-manifest.d.ts +3 -0
  47. package/bundled/config/kubbisec-extension-manifest.d.ts.map +1 -0
  48. package/bundled/config/kubbisec-extension-manifest.js +22 -0
  49. package/bundled/config/kubbisec-extension-manifest.js.map +1 -0
  50. package/bundled/config/llm-config-mutations.d.ts +38 -0
  51. package/bundled/config/llm-config-mutations.d.ts.map +1 -0
  52. package/bundled/config/llm-config-mutations.js +207 -0
  53. package/bundled/config/llm-config-mutations.js.map +1 -0
  54. package/bundled/config/llm-config.d.ts +66 -0
  55. package/bundled/config/llm-config.d.ts.map +1 -0
  56. package/bundled/config/llm-config.js +246 -0
  57. package/bundled/config/llm-config.js.map +1 -0
  58. package/bundled/config/llm-provider-catalog.d.ts +22 -0
  59. package/bundled/config/llm-provider-catalog.d.ts.map +1 -0
  60. package/bundled/config/llm-provider-catalog.js +54 -0
  61. package/bundled/config/llm-provider-catalog.js.map +1 -0
  62. package/bundled/config/materialize-kubbisec-pi-resources.d.ts +19 -0
  63. package/bundled/config/materialize-kubbisec-pi-resources.d.ts.map +1 -0
  64. package/bundled/config/materialize-kubbisec-pi-resources.js +242 -0
  65. package/bundled/config/materialize-kubbisec-pi-resources.js.map +1 -0
  66. package/bundled/config/register-custom-llm-providers.d.ts +13 -0
  67. package/bundled/config/register-custom-llm-providers.d.ts.map +1 -0
  68. package/bundled/config/register-custom-llm-providers.js +21 -0
  69. package/bundled/config/register-custom-llm-providers.js.map +1 -0
  70. package/bundled/config/register-kubbisec-llm-provider.d.ts +14 -0
  71. package/bundled/config/register-kubbisec-llm-provider.d.ts.map +1 -0
  72. package/bundled/config/register-kubbisec-llm-provider.js +53 -0
  73. package/bundled/config/register-kubbisec-llm-provider.js.map +1 -0
  74. package/bundled/config/resolve-agents-context-file.d.ts +4 -0
  75. package/bundled/config/resolve-agents-context-file.d.ts.map +1 -0
  76. package/bundled/config/resolve-agents-context-file.js +47 -0
  77. package/bundled/config/resolve-agents-context-file.js.map +1 -0
  78. package/bundled/config/resource-budget.d.ts +17 -0
  79. package/bundled/config/resource-budget.d.ts.map +1 -0
  80. package/bundled/config/resource-budget.js +35 -0
  81. package/bundled/config/resource-budget.js.map +1 -0
  82. package/bundled/config/sync-kubbisec-pi-models.d.ts +12 -0
  83. package/bundled/config/sync-kubbisec-pi-models.d.ts.map +1 -0
  84. package/bundled/config/sync-kubbisec-pi-models.js +81 -0
  85. package/bundled/config/sync-kubbisec-pi-models.js.map +1 -0
  86. package/bundled/copy/cli-reference-index.d.ts +2 -0
  87. package/bundled/copy/cli-reference-index.d.ts.map +1 -0
  88. package/bundled/copy/cli-reference-index.js +2 -0
  89. package/bundled/copy/cli-reference-index.js.map +1 -0
  90. package/bundled/copy/kubbisec-shell-copy.d.ts +21 -0
  91. package/bundled/copy/kubbisec-shell-copy.d.ts.map +1 -0
  92. package/bundled/copy/kubbisec-shell-copy.js +21 -0
  93. package/bundled/copy/kubbisec-shell-copy.js.map +1 -0
  94. package/bundled/edit-format.md +17 -0
  95. package/bundled/extensions/cli-local-shared.d.ts +56 -0
  96. package/bundled/extensions/cli-local-shared.d.ts.map +1 -0
  97. package/bundled/extensions/cli-local-shared.js +159 -0
  98. package/bundled/extensions/cli-local-shared.js.map +1 -0
  99. package/bundled/extensions/kubbisec-aspm-local.extension.d.ts +18 -0
  100. package/bundled/extensions/kubbisec-aspm-local.extension.d.ts.map +1 -0
  101. package/bundled/extensions/kubbisec-aspm-local.extension.js +109 -0
  102. package/bundled/extensions/kubbisec-aspm-local.extension.js.map +1 -0
  103. package/bundled/extensions/kubbisec-brand.extension.d.ts +3 -0
  104. package/bundled/extensions/kubbisec-brand.extension.d.ts.map +1 -0
  105. package/bundled/extensions/kubbisec-brand.extension.js +32 -0
  106. package/bundled/extensions/kubbisec-brand.extension.js.map +1 -0
  107. package/bundled/extensions/kubbisec-byok-provider.extension.d.ts +6 -0
  108. package/bundled/extensions/kubbisec-byok-provider.extension.d.ts.map +1 -0
  109. package/bundled/extensions/kubbisec-byok-provider.extension.js +5 -0
  110. package/bundled/extensions/kubbisec-byok-provider.extension.js.map +1 -0
  111. package/bundled/extensions/kubbisec-clarify.extension.d.ts +50 -0
  112. package/bundled/extensions/kubbisec-clarify.extension.d.ts.map +1 -0
  113. package/bundled/extensions/kubbisec-clarify.extension.js +363 -0
  114. package/bundled/extensions/kubbisec-clarify.extension.js.map +1 -0
  115. package/bundled/extensions/kubbisec-exit.extension.d.ts +6 -0
  116. package/bundled/extensions/kubbisec-exit.extension.d.ts.map +1 -0
  117. package/bundled/extensions/kubbisec-exit.extension.js +41 -0
  118. package/bundled/extensions/kubbisec-exit.extension.js.map +1 -0
  119. package/bundled/extensions/kubbisec-extended-context.extension.d.ts +6 -0
  120. package/bundled/extensions/kubbisec-extended-context.extension.d.ts.map +1 -0
  121. package/bundled/extensions/kubbisec-extended-context.extension.js +50 -0
  122. package/bundled/extensions/kubbisec-extended-context.extension.js.map +1 -0
  123. package/bundled/extensions/kubbisec-footer.extension.d.ts +19 -0
  124. package/bundled/extensions/kubbisec-footer.extension.d.ts.map +1 -0
  125. package/bundled/extensions/kubbisec-footer.extension.js +255 -0
  126. package/bundled/extensions/kubbisec-footer.extension.js.map +1 -0
  127. package/bundled/extensions/kubbisec-github-local.extension.d.ts +23 -0
  128. package/bundled/extensions/kubbisec-github-local.extension.d.ts.map +1 -0
  129. package/bundled/extensions/kubbisec-github-local.extension.js +470 -0
  130. package/bundled/extensions/kubbisec-github-local.extension.js.map +1 -0
  131. package/bundled/extensions/kubbisec-llm-config.extension.d.ts +3 -0
  132. package/bundled/extensions/kubbisec-llm-config.extension.d.ts.map +1 -0
  133. package/bundled/extensions/kubbisec-llm-config.extension.js +211 -0
  134. package/bundled/extensions/kubbisec-llm-config.extension.js.map +1 -0
  135. package/bundled/extensions/kubbisec-memory.extension.d.ts +12 -0
  136. package/bundled/extensions/kubbisec-memory.extension.d.ts.map +1 -0
  137. package/bundled/extensions/kubbisec-memory.extension.js +107 -0
  138. package/bundled/extensions/kubbisec-memory.extension.js.map +1 -0
  139. package/bundled/extensions/kubbisec-naus-local.extension.d.ts +18 -0
  140. package/bundled/extensions/kubbisec-naus-local.extension.d.ts.map +1 -0
  141. package/bundled/extensions/kubbisec-naus-local.extension.js +112 -0
  142. package/bundled/extensions/kubbisec-naus-local.extension.js.map +1 -0
  143. package/bundled/extensions/kubbisec-platform-tools.extension.d.ts +30 -0
  144. package/bundled/extensions/kubbisec-platform-tools.extension.d.ts.map +1 -0
  145. package/bundled/extensions/kubbisec-platform-tools.extension.js +185 -0
  146. package/bundled/extensions/kubbisec-platform-tools.extension.js.map +1 -0
  147. package/bundled/extensions/kubbisec-runtime-status.extension.d.ts +13 -0
  148. package/bundled/extensions/kubbisec-runtime-status.extension.d.ts.map +1 -0
  149. package/bundled/extensions/kubbisec-runtime-status.extension.js +18 -0
  150. package/bundled/extensions/kubbisec-runtime-status.extension.js.map +1 -0
  151. package/bundled/extensions/kubbisec-scope.extension.d.ts +14 -0
  152. package/bundled/extensions/kubbisec-scope.extension.d.ts.map +1 -0
  153. package/bundled/extensions/kubbisec-scope.extension.js +18 -0
  154. package/bundled/extensions/kubbisec-scope.extension.js.map +1 -0
  155. package/bundled/extensions/kubbisec-skill-mentions.extension.d.ts +25 -0
  156. package/bundled/extensions/kubbisec-skill-mentions.extension.d.ts.map +1 -0
  157. package/bundled/extensions/kubbisec-skill-mentions.extension.js +71 -0
  158. package/bundled/extensions/kubbisec-skill-mentions.extension.js.map +1 -0
  159. package/bundled/extensions/kubbisec-skill-telemetry.extension.d.ts +6 -0
  160. package/bundled/extensions/kubbisec-skill-telemetry.extension.d.ts.map +1 -0
  161. package/bundled/extensions/kubbisec-skill-telemetry.extension.js +85 -0
  162. package/bundled/extensions/kubbisec-skill-telemetry.extension.js.map +1 -0
  163. package/bundled/extensions/kubbisec-theme-lock.extension.d.ts +6 -0
  164. package/bundled/extensions/kubbisec-theme-lock.extension.d.ts.map +1 -0
  165. package/bundled/extensions/kubbisec-theme-lock.extension.js +43 -0
  166. package/bundled/extensions/kubbisec-theme-lock.extension.js.map +1 -0
  167. package/bundled/extensions/kubbisec-ui.extension.d.ts +6 -0
  168. package/bundled/extensions/kubbisec-ui.extension.d.ts.map +1 -0
  169. package/bundled/extensions/kubbisec-ui.extension.js +143 -0
  170. package/bundled/extensions/kubbisec-ui.extension.js.map +1 -0
  171. package/bundled/extensions/kubbisec-workflow.extension.d.ts +38 -0
  172. package/bundled/extensions/kubbisec-workflow.extension.d.ts.map +1 -0
  173. package/bundled/extensions/kubbisec-workflow.extension.js +179 -0
  174. package/bundled/extensions/kubbisec-workflow.extension.js.map +1 -0
  175. package/bundled/gate-system.md +27 -0
  176. package/bundled/node_modules/@kubbisec/chat-memory/dist/client.d.ts +20 -0
  177. package/bundled/node_modules/@kubbisec/chat-memory/dist/client.d.ts.map +1 -0
  178. package/bundled/node_modules/@kubbisec/chat-memory/dist/client.js +121 -0
  179. package/bundled/node_modules/@kubbisec/chat-memory/dist/client.js.map +1 -0
  180. package/bundled/node_modules/@kubbisec/chat-memory/dist/feature-flags.d.ts +15 -0
  181. package/bundled/node_modules/@kubbisec/chat-memory/dist/feature-flags.d.ts.map +1 -0
  182. package/bundled/node_modules/@kubbisec/chat-memory/dist/feature-flags.js +34 -0
  183. package/bundled/node_modules/@kubbisec/chat-memory/dist/feature-flags.js.map +1 -0
  184. package/bundled/node_modules/@kubbisec/chat-memory/dist/index.d.ts +12 -0
  185. package/bundled/node_modules/@kubbisec/chat-memory/dist/index.d.ts.map +1 -0
  186. package/bundled/node_modules/@kubbisec/chat-memory/dist/index.js +85 -0
  187. package/bundled/node_modules/@kubbisec/chat-memory/dist/index.js.map +1 -0
  188. package/bundled/node_modules/@kubbisec/chat-memory/dist/sanitizer.d.ts +4 -0
  189. package/bundled/node_modules/@kubbisec/chat-memory/dist/sanitizer.d.ts.map +1 -0
  190. package/bundled/node_modules/@kubbisec/chat-memory/dist/sanitizer.js +89 -0
  191. package/bundled/node_modules/@kubbisec/chat-memory/dist/sanitizer.js.map +1 -0
  192. package/bundled/node_modules/@kubbisec/chat-memory/dist/storage-paths.d.ts +2 -0
  193. package/bundled/node_modules/@kubbisec/chat-memory/dist/storage-paths.d.ts.map +1 -0
  194. package/bundled/node_modules/@kubbisec/chat-memory/dist/storage-paths.js +11 -0
  195. package/bundled/node_modules/@kubbisec/chat-memory/dist/storage-paths.js.map +1 -0
  196. package/bundled/node_modules/@kubbisec/chat-memory/dist/types.d.ts +24 -0
  197. package/bundled/node_modules/@kubbisec/chat-memory/dist/types.d.ts.map +1 -0
  198. package/bundled/node_modules/@kubbisec/chat-memory/dist/types.js +9 -0
  199. package/bundled/node_modules/@kubbisec/chat-memory/dist/types.js.map +1 -0
  200. package/bundled/node_modules/@kubbisec/chat-memory/package.json +32 -0
  201. package/bundled/node_modules/@kubbisec/home/dist/api-url.d.ts +8 -0
  202. package/bundled/node_modules/@kubbisec/home/dist/api-url.d.ts.map +1 -0
  203. package/bundled/node_modules/@kubbisec/home/dist/api-url.js +25 -0
  204. package/bundled/node_modules/@kubbisec/home/dist/api-url.js.map +1 -0
  205. package/bundled/node_modules/@kubbisec/home/dist/cli-auth.types.d.ts +17 -0
  206. package/bundled/node_modules/@kubbisec/home/dist/cli-auth.types.d.ts.map +1 -0
  207. package/bundled/node_modules/@kubbisec/home/dist/cli-auth.types.js +35 -0
  208. package/bundled/node_modules/@kubbisec/home/dist/cli-auth.types.js.map +1 -0
  209. package/bundled/node_modules/@kubbisec/home/dist/index.d.ts +5 -0
  210. package/bundled/node_modules/@kubbisec/home/dist/index.d.ts.map +1 -0
  211. package/bundled/node_modules/@kubbisec/home/dist/index.js +5 -0
  212. package/bundled/node_modules/@kubbisec/home/dist/index.js.map +1 -0
  213. package/bundled/node_modules/@kubbisec/home/dist/migrate.d.ts +10 -0
  214. package/bundled/node_modules/@kubbisec/home/dist/migrate.d.ts.map +1 -0
  215. package/bundled/node_modules/@kubbisec/home/dist/migrate.js +107 -0
  216. package/bundled/node_modules/@kubbisec/home/dist/migrate.js.map +1 -0
  217. package/bundled/node_modules/@kubbisec/home/dist/paths.d.ts +22 -0
  218. package/bundled/node_modules/@kubbisec/home/dist/paths.d.ts.map +1 -0
  219. package/bundled/node_modules/@kubbisec/home/dist/paths.js +69 -0
  220. package/bundled/node_modules/@kubbisec/home/dist/paths.js.map +1 -0
  221. package/bundled/node_modules/@kubbisec/home/package.json +26 -0
  222. package/bundled/node_modules/@kubbisec/shared/dist/ai/evaluation-dataset-50.d.ts +311 -0
  223. package/bundled/node_modules/@kubbisec/shared/dist/ai/evaluation-dataset-50.d.ts.map +1 -0
  224. package/bundled/node_modules/@kubbisec/shared/dist/ai/evaluation-dataset-50.js +357 -0
  225. package/bundled/node_modules/@kubbisec/shared/dist/ai/evaluation-dataset-50.js.map +1 -0
  226. package/bundled/node_modules/@kubbisec/shared/dist/ai/index.d.ts +3 -0
  227. package/bundled/node_modules/@kubbisec/shared/dist/ai/index.d.ts.map +1 -0
  228. package/bundled/node_modules/@kubbisec/shared/dist/ai/index.js +19 -0
  229. package/bundled/node_modules/@kubbisec/shared/dist/ai/index.js.map +1 -0
  230. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-assistant-system-prompt.d.ts +7 -0
  231. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-assistant-system-prompt.d.ts.map +1 -0
  232. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-assistant-system-prompt.js +30 -0
  233. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-assistant-system-prompt.js.map +1 -0
  234. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-chat-system-prompt.d.ts +7 -0
  235. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-chat-system-prompt.d.ts.map +1 -0
  236. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-chat-system-prompt.js +14 -0
  237. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/build-chat-system-prompt.js.map +1 -0
  238. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/cli-reference-index.d.ts +6 -0
  239. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/cli-reference-index.d.ts.map +1 -0
  240. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/cli-reference-index.js +65 -0
  241. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/cli-reference-index.js.map +1 -0
  242. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/format-mcp-knowledge.d.ts +8 -0
  243. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/format-mcp-knowledge.d.ts.map +1 -0
  244. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/format-mcp-knowledge.js +29 -0
  245. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/format-mcp-knowledge.js.map +1 -0
  246. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/index.d.ts +7 -0
  247. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/index.d.ts.map +1 -0
  248. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/index.js +16 -0
  249. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/index.js.map +1 -0
  250. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mcp-instructions.d.ts +2 -0
  251. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mcp-instructions.d.ts.map +1 -0
  252. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mcp-instructions.js +35 -0
  253. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mcp-instructions.js.map +1 -0
  254. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mental-map.d.ts +6 -0
  255. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mental-map.d.ts.map +1 -0
  256. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mental-map.js +32 -0
  257. package/bundled/node_modules/@kubbisec/shared/dist/ai/product-knowledge/mental-map.js.map +1 -0
  258. package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-groups.d.ts +12 -0
  259. package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-groups.d.ts.map +1 -0
  260. package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-groups.js +93 -0
  261. package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-groups.js.map +1 -0
  262. package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-presets.d.ts +13 -0
  263. package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-presets.d.ts.map +1 -0
  264. package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-presets.js +79 -0
  265. package/bundled/node_modules/@kubbisec/shared/dist/api-key/api-key-scope-presets.js.map +1 -0
  266. package/bundled/node_modules/@kubbisec/shared/dist/api-key/index.d.ts +4 -0
  267. package/bundled/node_modules/@kubbisec/shared/dist/api-key/index.d.ts.map +1 -0
  268. package/bundled/node_modules/@kubbisec/shared/dist/api-key/index.js +20 -0
  269. package/bundled/node_modules/@kubbisec/shared/dist/api-key/index.js.map +1 -0
  270. package/bundled/node_modules/@kubbisec/shared/dist/api-key/migrate-api-key-metadata.d.ts +20 -0
  271. package/bundled/node_modules/@kubbisec/shared/dist/api-key/migrate-api-key-metadata.d.ts.map +1 -0
  272. package/bundled/node_modules/@kubbisec/shared/dist/api-key/migrate-api-key-metadata.js +78 -0
  273. package/bundled/node_modules/@kubbisec/shared/dist/api-key/migrate-api-key-metadata.js.map +1 -0
  274. package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-session-key.d.ts +20 -0
  275. package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-session-key.d.ts.map +1 -0
  276. package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-session-key.js +33 -0
  277. package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-session-key.js.map +1 -0
  278. package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-thread.d.ts +19 -0
  279. package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-thread.d.ts.map +1 -0
  280. package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-thread.js +126 -0
  281. package/bundled/node_modules/@kubbisec/shared/dist/assistant/assistant-thread.js.map +1 -0
  282. package/bundled/node_modules/@kubbisec/shared/dist/assistant/index.d.ts +3 -0
  283. package/bundled/node_modules/@kubbisec/shared/dist/assistant/index.d.ts.map +1 -0
  284. package/bundled/node_modules/@kubbisec/shared/dist/assistant/index.js +19 -0
  285. package/bundled/node_modules/@kubbisec/shared/dist/assistant/index.js.map +1 -0
  286. package/bundled/node_modules/@kubbisec/shared/dist/billing/index.d.ts +2 -0
  287. package/bundled/node_modules/@kubbisec/shared/dist/billing/index.d.ts.map +1 -0
  288. package/bundled/node_modules/@kubbisec/shared/dist/billing/index.js +18 -0
  289. package/bundled/node_modules/@kubbisec/shared/dist/billing/index.js.map +1 -0
  290. package/bundled/node_modules/@kubbisec/shared/dist/billing/plan-limits.d.ts +17 -0
  291. package/bundled/node_modules/@kubbisec/shared/dist/billing/plan-limits.d.ts.map +1 -0
  292. package/bundled/node_modules/@kubbisec/shared/dist/billing/plan-limits.js +30 -0
  293. package/bundled/node_modules/@kubbisec/shared/dist/billing/plan-limits.js.map +1 -0
  294. package/bundled/node_modules/@kubbisec/shared/dist/ci/ci-job-dependencies.d.ts +42 -0
  295. package/bundled/node_modules/@kubbisec/shared/dist/ci/ci-job-dependencies.d.ts.map +1 -0
  296. package/bundled/node_modules/@kubbisec/shared/dist/ci/ci-job-dependencies.js +147 -0
  297. package/bundled/node_modules/@kubbisec/shared/dist/ci/ci-job-dependencies.js.map +1 -0
  298. package/bundled/node_modules/@kubbisec/shared/dist/ci/git-checkout-log-policy.d.ts +12 -0
  299. package/bundled/node_modules/@kubbisec/shared/dist/ci/git-checkout-log-policy.d.ts.map +1 -0
  300. package/bundled/node_modules/@kubbisec/shared/dist/ci/git-checkout-log-policy.js +70 -0
  301. package/bundled/node_modules/@kubbisec/shared/dist/ci/git-checkout-log-policy.js.map +1 -0
  302. package/bundled/node_modules/@kubbisec/shared/dist/ci/index.d.ts +4 -0
  303. package/bundled/node_modules/@kubbisec/shared/dist/ci/index.d.ts.map +1 -0
  304. package/bundled/node_modules/@kubbisec/shared/dist/ci/index.js +20 -0
  305. package/bundled/node_modules/@kubbisec/shared/dist/ci/index.js.map +1 -0
  306. package/bundled/node_modules/@kubbisec/shared/dist/ci/kubbisec-ci-execution-env.d.ts +16 -0
  307. package/bundled/node_modules/@kubbisec/shared/dist/ci/kubbisec-ci-execution-env.d.ts.map +1 -0
  308. package/bundled/node_modules/@kubbisec/shared/dist/ci/kubbisec-ci-execution-env.js +45 -0
  309. package/bundled/node_modules/@kubbisec/shared/dist/ci/kubbisec-ci-execution-env.js.map +1 -0
  310. package/bundled/node_modules/@kubbisec/shared/dist/cli-user-error.d.ts +18 -0
  311. package/bundled/node_modules/@kubbisec/shared/dist/cli-user-error.d.ts.map +1 -0
  312. package/bundled/node_modules/@kubbisec/shared/dist/cli-user-error.js +92 -0
  313. package/bundled/node_modules/@kubbisec/shared/dist/cli-user-error.js.map +1 -0
  314. package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-bitbucket-projects.dto.d.ts +15 -0
  315. package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-bitbucket-projects.dto.d.ts.map +1 -0
  316. package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-bitbucket-projects.dto.js +75 -0
  317. package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-bitbucket-projects.dto.js.map +1 -0
  318. package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-github-projects.dto.d.ts +25 -0
  319. package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-github-projects.dto.d.ts.map +1 -0
  320. package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-github-projects.dto.js +85 -0
  321. package/bundled/node_modules/@kubbisec/shared/dist/dto/bulk-import-github-projects.dto.js.map +1 -0
  322. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-bundle-report.dto.d.ts +17 -0
  323. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-bundle-report.dto.d.ts.map +1 -0
  324. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-bundle-report.dto.js +98 -0
  325. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-bundle-report.dto.js.map +1 -0
  326. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-coverage-report.dto.d.ts +32 -0
  327. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-coverage-report.dto.d.ts.map +1 -0
  328. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-coverage-report.dto.js +209 -0
  329. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-coverage-report.dto.js.map +1 -0
  330. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-project.dto.d.ts +65 -0
  331. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-project.dto.d.ts.map +1 -0
  332. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-project.dto.js +354 -0
  333. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-project.dto.js.map +1 -0
  334. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-report.dto.d.ts +27 -0
  335. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-report.dto.d.ts.map +1 -0
  336. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-report.dto.js +145 -0
  337. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-report.dto.js.map +1 -0
  338. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-scan-target.dto.d.ts +8 -0
  339. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-scan-target.dto.d.ts.map +1 -0
  340. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-scan-target.dto.js +51 -0
  341. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-scan-target.dto.js.map +1 -0
  342. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-vulnerability.dto.d.ts +34 -0
  343. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-vulnerability.dto.d.ts.map +1 -0
  344. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-vulnerability.dto.js +189 -0
  345. package/bundled/node_modules/@kubbisec/shared/dist/dto/create-vulnerability.dto.js.map +1 -0
  346. package/bundled/node_modules/@kubbisec/shared/dist/dto/index.d.ts +17 -0
  347. package/bundled/node_modules/@kubbisec/shared/dist/dto/index.d.ts.map +1 -0
  348. package/bundled/node_modules/@kubbisec/shared/dist/dto/index.js +51 -0
  349. package/bundled/node_modules/@kubbisec/shared/dist/dto/index.js.map +1 -0
  350. package/bundled/node_modules/@kubbisec/shared/dist/dto/metrics.dto.d.ts +203 -0
  351. package/bundled/node_modules/@kubbisec/shared/dist/dto/metrics.dto.d.ts.map +1 -0
  352. package/bundled/node_modules/@kubbisec/shared/dist/dto/metrics.dto.js +42 -0
  353. package/bundled/node_modules/@kubbisec/shared/dist/dto/metrics.dto.js.map +1 -0
  354. package/bundled/node_modules/@kubbisec/shared/dist/dto/record-gate-result.dto.d.ts +6 -0
  355. package/bundled/node_modules/@kubbisec/shared/dist/dto/record-gate-result.dto.d.ts.map +1 -0
  356. package/bundled/node_modules/@kubbisec/shared/dist/dto/record-gate-result.dto.js +31 -0
  357. package/bundled/node_modules/@kubbisec/shared/dist/dto/record-gate-result.dto.js.map +1 -0
  358. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-coverage-gate.dto.d.ts +7 -0
  359. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-coverage-gate.dto.d.ts.map +1 -0
  360. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-coverage-gate.dto.js +47 -0
  361. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-coverage-gate.dto.js.map +1 -0
  362. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-performance-gate.dto.d.ts +6 -0
  363. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-performance-gate.dto.d.ts.map +1 -0
  364. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-performance-gate.dto.js +36 -0
  365. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-performance-gate.dto.js.map +1 -0
  366. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-project.dto.d.ts +9 -0
  367. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-project.dto.d.ts.map +1 -0
  368. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-project.dto.js +52 -0
  369. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-project.dto.js.map +1 -0
  370. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-security-gate.dto.d.ts +9 -0
  371. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-security-gate.dto.d.ts.map +1 -0
  372. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-security-gate.dto.js +58 -0
  373. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-security-gate.dto.js.map +1 -0
  374. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-vulnerability.dto.d.ts +6 -0
  375. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-vulnerability.dto.d.ts.map +1 -0
  376. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-vulnerability.dto.js +30 -0
  377. package/bundled/node_modules/@kubbisec/shared/dist/dto/update-vulnerability.dto.js.map +1 -0
  378. package/bundled/node_modules/@kubbisec/shared/dist/enums.d.ts +88 -0
  379. package/bundled/node_modules/@kubbisec/shared/dist/enums.d.ts.map +1 -0
  380. package/bundled/node_modules/@kubbisec/shared/dist/enums.js +136 -0
  381. package/bundled/node_modules/@kubbisec/shared/dist/enums.js.map +1 -0
  382. package/bundled/node_modules/@kubbisec/shared/dist/github/kubbisec-github-label.d.ts +6 -0
  383. package/bundled/node_modules/@kubbisec/shared/dist/github/kubbisec-github-label.d.ts.map +1 -0
  384. package/bundled/node_modules/@kubbisec/shared/dist/github/kubbisec-github-label.js +9 -0
  385. package/bundled/node_modules/@kubbisec/shared/dist/github/kubbisec-github-label.js.map +1 -0
  386. package/bundled/node_modules/@kubbisec/shared/dist/index.d.ts +23 -0
  387. package/bundled/node_modules/@kubbisec/shared/dist/index.d.ts.map +1 -0
  388. package/bundled/node_modules/@kubbisec/shared/dist/index.js +39 -0
  389. package/bundled/node_modules/@kubbisec/shared/dist/index.js.map +1 -0
  390. package/bundled/node_modules/@kubbisec/shared/dist/mcp/constants.d.ts +22 -0
  391. package/bundled/node_modules/@kubbisec/shared/dist/mcp/constants.d.ts.map +1 -0
  392. package/bundled/node_modules/@kubbisec/shared/dist/mcp/constants.js +52 -0
  393. package/bundled/node_modules/@kubbisec/shared/dist/mcp/constants.js.map +1 -0
  394. package/bundled/node_modules/@kubbisec/shared/dist/mcp/oauth-metadata.d.ts +37 -0
  395. package/bundled/node_modules/@kubbisec/shared/dist/mcp/oauth-metadata.d.ts.map +1 -0
  396. package/bundled/node_modules/@kubbisec/shared/dist/mcp/oauth-metadata.js +51 -0
  397. package/bundled/node_modules/@kubbisec/shared/dist/mcp/oauth-metadata.js.map +1 -0
  398. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/ai-docs-bundle.loader.d.ts +6 -0
  399. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/ai-docs-bundle.loader.d.ts.map +1 -0
  400. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/ai-docs-bundle.loader.js +68 -0
  401. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/ai-docs-bundle.loader.js.map +1 -0
  402. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/aspm-docs-bundle.loader.d.ts +8 -0
  403. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/aspm-docs-bundle.loader.d.ts.map +1 -0
  404. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/aspm-docs-bundle.loader.js +115 -0
  405. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/aspm-docs-bundle.loader.js.map +1 -0
  406. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/doc-bundle-utils.d.ts +12 -0
  407. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/doc-bundle-utils.d.ts.map +1 -0
  408. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/doc-bundle-utils.js +86 -0
  409. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/doc-bundle-utils.js.map +1 -0
  410. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/index.d.ts +8 -0
  411. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/index.d.ts.map +1 -0
  412. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/index.js +33 -0
  413. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/index.js.map +1 -0
  414. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/mcp-tools-catalog.d.ts +4 -0
  415. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/mcp-tools-catalog.d.ts.map +1 -0
  416. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/mcp-tools-catalog.js +23 -0
  417. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/mcp-tools-catalog.js.map +1 -0
  418. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/monorepo-root.d.ts +4 -0
  419. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/monorepo-root.d.ts.map +1 -0
  420. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/monorepo-root.js +19 -0
  421. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/monorepo-root.js.map +1 -0
  422. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-pipeline-docs-bundle.loader.d.ts +11 -0
  423. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-pipeline-docs-bundle.loader.d.ts.map +1 -0
  424. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-pipeline-docs-bundle.loader.js +148 -0
  425. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-pipeline-docs-bundle.loader.js.map +1 -0
  426. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-schema-overview.d.ts +2 -0
  427. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-schema-overview.d.ts.map +1 -0
  428. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-schema-overview.js +36 -0
  429. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/naus-schema-overview.js.map +1 -0
  430. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/security-scanner-playbooks.d.ts +49 -0
  431. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/security-scanner-playbooks.d.ts.map +1 -0
  432. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/security-scanner-playbooks.js +600 -0
  433. package/bundled/node_modules/@kubbisec/shared/dist/product-docs/security-scanner-playbooks.js.map +1 -0
  434. package/bundled/node_modules/@kubbisec/shared/dist/project-scanner-summary.d.ts +24 -0
  435. package/bundled/node_modules/@kubbisec/shared/dist/project-scanner-summary.d.ts.map +1 -0
  436. package/bundled/node_modules/@kubbisec/shared/dist/project-scanner-summary.js +64 -0
  437. package/bundled/node_modules/@kubbisec/shared/dist/project-scanner-summary.js.map +1 -0
  438. package/bundled/node_modules/@kubbisec/shared/dist/rbac/better-auth-org-roles.d.ts +23 -0
  439. package/bundled/node_modules/@kubbisec/shared/dist/rbac/better-auth-org-roles.d.ts.map +1 -0
  440. package/bundled/node_modules/@kubbisec/shared/dist/rbac/better-auth-org-roles.js +53 -0
  441. package/bundled/node_modules/@kubbisec/shared/dist/rbac/better-auth-org-roles.js.map +1 -0
  442. package/bundled/node_modules/@kubbisec/shared/dist/rbac/index.d.ts +8 -0
  443. package/bundled/node_modules/@kubbisec/shared/dist/rbac/index.d.ts.map +1 -0
  444. package/bundled/node_modules/@kubbisec/shared/dist/rbac/index.js +24 -0
  445. package/bundled/node_modules/@kubbisec/shared/dist/rbac/index.js.map +1 -0
  446. package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permission-descriptions.d.ts +9 -0
  447. package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permission-descriptions.d.ts.map +1 -0
  448. package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permission-descriptions.js +91 -0
  449. package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permission-descriptions.js.map +1 -0
  450. package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permissions.d.ts +12 -0
  451. package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permissions.d.ts.map +1 -0
  452. package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permissions.js +86 -0
  453. package/bundled/node_modules/@kubbisec/shared/dist/rbac/kubbisec-permissions.js.map +1 -0
  454. package/bundled/node_modules/@kubbisec/shared/dist/rbac/member-quota.d.ts +8 -0
  455. package/bundled/node_modules/@kubbisec/shared/dist/rbac/member-quota.d.ts.map +1 -0
  456. package/bundled/node_modules/@kubbisec/shared/dist/rbac/member-quota.js +19 -0
  457. package/bundled/node_modules/@kubbisec/shared/dist/rbac/member-quota.js.map +1 -0
  458. package/bundled/node_modules/@kubbisec/shared/dist/rbac/platform-staff.d.ts +16 -0
  459. package/bundled/node_modules/@kubbisec/shared/dist/rbac/platform-staff.d.ts.map +1 -0
  460. package/bundled/node_modules/@kubbisec/shared/dist/rbac/platform-staff.js +61 -0
  461. package/bundled/node_modules/@kubbisec/shared/dist/rbac/platform-staff.js.map +1 -0
  462. package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-org-permissions.d.ts +10 -0
  463. package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-org-permissions.d.ts.map +1 -0
  464. package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-org-permissions.js +200 -0
  465. package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-org-permissions.js.map +1 -0
  466. package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-platform-permissions.d.ts +7 -0
  467. package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-platform-permissions.d.ts.map +1 -0
  468. package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-platform-permissions.js +23 -0
  469. package/bundled/node_modules/@kubbisec/shared/dist/rbac/resolve-platform-permissions.js.map +1 -0
  470. package/bundled/node_modules/@kubbisec/shared/dist/redaction.d.ts +14 -0
  471. package/bundled/node_modules/@kubbisec/shared/dist/redaction.d.ts.map +1 -0
  472. package/bundled/node_modules/@kubbisec/shared/dist/redaction.js +251 -0
  473. package/bundled/node_modules/@kubbisec/shared/dist/redaction.js.map +1 -0
  474. package/bundled/node_modules/@kubbisec/shared/dist/security/aspm-gate-rules.d.ts +19 -0
  475. package/bundled/node_modules/@kubbisec/shared/dist/security/aspm-gate-rules.d.ts.map +1 -0
  476. package/bundled/node_modules/@kubbisec/shared/dist/security/aspm-gate-rules.js +61 -0
  477. package/bundled/node_modules/@kubbisec/shared/dist/security/aspm-gate-rules.js.map +1 -0
  478. package/bundled/node_modules/@kubbisec/shared/dist/security/build-aspm-security-matrix-pipeline-yaml.d.ts +3 -0
  479. package/bundled/node_modules/@kubbisec/shared/dist/security/build-aspm-security-matrix-pipeline-yaml.d.ts.map +1 -0
  480. package/bundled/node_modules/@kubbisec/shared/dist/security/build-aspm-security-matrix-pipeline-yaml.js +54 -0
  481. package/bundled/node_modules/@kubbisec/shared/dist/security/build-aspm-security-matrix-pipeline-yaml.js.map +1 -0
  482. package/bundled/node_modules/@kubbisec/shared/dist/security/build-github-security-workflow-yaml.d.ts +4 -0
  483. package/bundled/node_modules/@kubbisec/shared/dist/security/build-github-security-workflow-yaml.d.ts.map +1 -0
  484. package/bundled/node_modules/@kubbisec/shared/dist/security/build-github-security-workflow-yaml.js +72 -0
  485. package/bundled/node_modules/@kubbisec/shared/dist/security/build-github-security-workflow-yaml.js.map +1 -0
  486. package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-action-pins.d.ts +27 -0
  487. package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-action-pins.d.ts.map +1 -0
  488. package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-action-pins.js +30 -0
  489. package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-action-pins.js.map +1 -0
  490. package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-tool-jobs.d.ts +7 -0
  491. package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-tool-jobs.d.ts.map +1 -0
  492. package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-tool-jobs.js +184 -0
  493. package/bundled/node_modules/@kubbisec/shared/dist/security/github-workflow-tool-jobs.js.map +1 -0
  494. package/bundled/node_modules/@kubbisec/shared/dist/security/index.d.ts +7 -0
  495. package/bundled/node_modules/@kubbisec/shared/dist/security/index.d.ts.map +1 -0
  496. package/bundled/node_modules/@kubbisec/shared/dist/security/index.js +23 -0
  497. package/bundled/node_modules/@kubbisec/shared/dist/security/index.js.map +1 -0
  498. package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool-catalog.d.ts +5 -0
  499. package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool-catalog.d.ts.map +1 -0
  500. package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool-catalog.js +74 -0
  501. package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool-catalog.js.map +1 -0
  502. package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool.types.d.ts +43 -0
  503. package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool.types.d.ts.map +1 -0
  504. package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool.types.js +22 -0
  505. package/bundled/node_modules/@kubbisec/shared/dist/security/security-tool.types.js.map +1 -0
  506. package/bundled/node_modules/@kubbisec/shared/dist/severity-map.d.ts +8 -0
  507. package/bundled/node_modules/@kubbisec/shared/dist/severity-map.d.ts.map +1 -0
  508. package/bundled/node_modules/@kubbisec/shared/dist/severity-map.js +47 -0
  509. package/bundled/node_modules/@kubbisec/shared/dist/severity-map.js.map +1 -0
  510. package/bundled/node_modules/@kubbisec/shared/dist/shared-project/constants.d.ts +4 -0
  511. package/bundled/node_modules/@kubbisec/shared/dist/shared-project/constants.d.ts.map +1 -0
  512. package/bundled/node_modules/@kubbisec/shared/dist/shared-project/constants.js +10 -0
  513. package/bundled/node_modules/@kubbisec/shared/dist/shared-project/constants.js.map +1 -0
  514. package/bundled/node_modules/@kubbisec/shared/dist/shared-project/index.d.ts +4 -0
  515. package/bundled/node_modules/@kubbisec/shared/dist/shared-project/index.d.ts.map +1 -0
  516. package/bundled/node_modules/@kubbisec/shared/dist/shared-project/index.js +20 -0
  517. package/bundled/node_modules/@kubbisec/shared/dist/shared-project/index.js.map +1 -0
  518. package/bundled/node_modules/@kubbisec/shared/dist/shared-project/redact-log-lines.d.ts +2 -0
  519. package/bundled/node_modules/@kubbisec/shared/dist/shared-project/redact-log-lines.d.ts.map +1 -0
  520. package/bundled/node_modules/@kubbisec/shared/dist/shared-project/redact-log-lines.js +9 -0
  521. package/bundled/node_modules/@kubbisec/shared/dist/shared-project/redact-log-lines.js.map +1 -0
  522. package/bundled/node_modules/@kubbisec/shared/dist/shared-project/share-prefix.d.ts +3 -0
  523. package/bundled/node_modules/@kubbisec/shared/dist/shared-project/share-prefix.d.ts.map +1 -0
  524. package/bundled/node_modules/@kubbisec/shared/dist/shared-project/share-prefix.js +18 -0
  525. package/bundled/node_modules/@kubbisec/shared/dist/shared-project/share-prefix.js.map +1 -0
  526. package/bundled/node_modules/@kubbisec/shared/dist/sonar-safe-string.d.ts +26 -0
  527. package/bundled/node_modules/@kubbisec/shared/dist/sonar-safe-string.d.ts.map +1 -0
  528. package/bundled/node_modules/@kubbisec/shared/dist/sonar-safe-string.js +202 -0
  529. package/bundled/node_modules/@kubbisec/shared/dist/sonar-safe-string.js.map +1 -0
  530. package/bundled/node_modules/@kubbisec/shared/dist/sort-findings.d.ts +16 -0
  531. package/bundled/node_modules/@kubbisec/shared/dist/sort-findings.d.ts.map +1 -0
  532. package/bundled/node_modules/@kubbisec/shared/dist/sort-findings.js +67 -0
  533. package/bundled/node_modules/@kubbisec/shared/dist/sort-findings.js.map +1 -0
  534. package/bundled/node_modules/@kubbisec/shared/dist/trusted-path.d.ts +7 -0
  535. package/bundled/node_modules/@kubbisec/shared/dist/trusted-path.d.ts.map +1 -0
  536. package/bundled/node_modules/@kubbisec/shared/dist/trusted-path.js +30 -0
  537. package/bundled/node_modules/@kubbisec/shared/dist/trusted-path.js.map +1 -0
  538. package/bundled/node_modules/@kubbisec/shared/package.json +77 -0
  539. package/bundled/reflect-system.md +31 -0
  540. package/bundled/resolve-bundled-dist-root.js +166 -0
  541. package/bundled/resolve-bundled-dist-root.js.map +1 -0
  542. package/bundled/skills/aspm-platform/SKILL.md +95 -0
  543. package/bundled/skills/at-path-mentions.d.ts +7 -0
  544. package/bundled/skills/at-path-mentions.d.ts.map +1 -0
  545. package/bundled/skills/at-path-mentions.js +184 -0
  546. package/bundled/skills/at-path-mentions.js.map +1 -0
  547. package/bundled/skills/at-path-mentions.test.ts +64 -0
  548. package/bundled/skills/at-path-mentions.ts +209 -0
  549. package/bundled/skills/chat-mention-render.d.ts +7 -0
  550. package/bundled/skills/chat-mention-render.d.ts.map +1 -0
  551. package/bundled/skills/chat-mention-render.js +160 -0
  552. package/bundled/skills/chat-mention-render.js.map +1 -0
  553. package/bundled/skills/chat-mention-render.test.ts +70 -0
  554. package/bundled/skills/chat-mention-render.ts +192 -0
  555. package/bundled/skills/chat-mentions.d.ts +28 -0
  556. package/bundled/skills/chat-mentions.d.ts.map +1 -0
  557. package/bundled/skills/chat-mentions.js +108 -0
  558. package/bundled/skills/chat-mentions.js.map +1 -0
  559. package/bundled/skills/chat-mentions.test.ts +39 -0
  560. package/bundled/skills/chat-mentions.ts +133 -0
  561. package/bundled/skills/github-local/SKILL.md +16 -0
  562. package/bundled/skills/kubbisec-resource-router/SKILL.md +3 -0
  563. package/bundled/skills/list-bundled-skills.d.ts +7 -0
  564. package/bundled/skills/list-bundled-skills.d.ts.map +1 -0
  565. package/bundled/skills/list-bundled-skills.js +44 -0
  566. package/bundled/skills/list-bundled-skills.js.map +1 -0
  567. package/bundled/skills/list-bundled-skills.ts +49 -0
  568. package/bundled/skills/naus-pipelines/SKILL.md +127 -0
  569. package/bundled/skills/remediation/SKILL.md +12 -0
  570. package/bundled/skills/scanner-gitleaks/SKILL.md +10 -0
  571. package/bundled/skills/scanner-nmap/SKILL.md +10 -0
  572. package/bundled/skills/scanner-osv/SKILL.md +10 -0
  573. package/bundled/skills/scanner-semgrep/SKILL.md +10 -0
  574. package/bundled/skills/scanner-skipfish/SKILL.md +10 -0
  575. package/bundled/skills/scanner-sonar/SKILL.md +10 -0
  576. package/bundled/skills/scanner-syft/SKILL.md +10 -0
  577. package/bundled/skills/scanner-trivy/SKILL.md +10 -0
  578. package/bundled/skills/sec-brainstorm/SKILL.md +74 -0
  579. package/bundled/skills/sec-clarify/SKILL.md +53 -0
  580. package/bundled/skills/sec-debug/SKILL.md +94 -0
  581. package/bundled/skills/sec-plan/SKILL.md +101 -0
  582. package/bundled/skills/sec-review/SKILL.md +110 -0
  583. package/bundled/skills/sec-review/code-reviewer-sec.md +176 -0
  584. package/bundled/skills/sec-using-skills/SKILL.md +81 -0
  585. package/bundled/skills/sec-verify/SKILL.md +77 -0
  586. package/bundled/skills/skill-mention.d.ts +3 -0
  587. package/bundled/skills/skill-mention.d.ts.map +1 -0
  588. package/bundled/skills/skill-mention.js +3 -0
  589. package/bundled/skills/skill-mention.js.map +1 -0
  590. package/bundled/skills/skill-mention.test.ts +46 -0
  591. package/bundled/skills/skill-mention.ts +10 -0
  592. package/bundled/theme/clear-terminal.d.ts +3 -0
  593. package/bundled/theme/clear-terminal.d.ts.map +1 -0
  594. package/bundled/theme/clear-terminal.js +7 -0
  595. package/bundled/theme/clear-terminal.js.map +1 -0
  596. package/bundled/theme/footer-render-hook.d.ts +3 -0
  597. package/bundled/theme/footer-render-hook.d.ts.map +1 -0
  598. package/bundled/theme/footer-render-hook.js +8 -0
  599. package/bundled/theme/footer-render-hook.js.map +1 -0
  600. package/bundled/theme/kubbisec-brand-fg.d.ts +4 -0
  601. package/bundled/theme/kubbisec-brand-fg.d.ts.map +1 -0
  602. package/bundled/theme/kubbisec-brand-fg.js +7 -0
  603. package/bundled/theme/kubbisec-brand-fg.js.map +1 -0
  604. package/bundled/theme/kubbisec-menu-themes.d.ts +16 -0
  605. package/bundled/theme/kubbisec-menu-themes.d.ts.map +1 -0
  606. package/bundled/theme/kubbisec-menu-themes.js +47 -0
  607. package/bundled/theme/kubbisec-menu-themes.js.map +1 -0
  608. package/bundled/theme/kubbisec-theme-name.d.ts +2 -0
  609. package/bundled/theme/kubbisec-theme-name.d.ts.map +1 -0
  610. package/bundled/theme/kubbisec-theme-name.js +2 -0
  611. package/bundled/theme/kubbisec-theme-name.js.map +1 -0
  612. package/bundled/theme/kubbisec.json +93 -0
  613. package/bundled/theme/patch-pi-settings-theme.runtime.d.ts +3 -0
  614. package/bundled/theme/patch-pi-settings-theme.runtime.d.ts.map +1 -0
  615. package/bundled/theme/patch-pi-settings-theme.runtime.js +16 -0
  616. package/bundled/theme/patch-pi-settings-theme.runtime.js.map +1 -0
  617. package/bundled/theme/render-compact-header.d.ts +21 -0
  618. package/bundled/theme/render-compact-header.d.ts.map +1 -0
  619. package/bundled/theme/render-compact-header.js +197 -0
  620. package/bundled/theme/render-compact-header.js.map +1 -0
  621. package/bundled/workflow/session-workflow-mode.d.ts +10 -0
  622. package/bundled/workflow/session-workflow-mode.d.ts.map +1 -0
  623. package/bundled/workflow/session-workflow-mode.js +51 -0
  624. package/bundled/workflow/session-workflow-mode.js.map +1 -0
  625. package/package.json +1 -1
@@ -0,0 +1,357 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.evaluationDataset50Ids = exports.evaluationDataset50 = void 0;
4
+ exports.evaluationDataset50 = [
5
+ {
6
+ id: "DEP-01",
7
+ category: "Dependency",
8
+ inputShape: "npm direct dependency with CVE, package, current version, fixed version, lockfile path",
9
+ expectedBehavior: "Recommend package upgrade, cite finding and reference, confidence high",
10
+ mustFailIf: "Invents unrelated package or omits fixed version",
11
+ },
12
+ {
13
+ id: "DEP-02",
14
+ category: "Dependency",
15
+ inputShape: "npm transitive dependency with no direct manifest path",
16
+ expectedBehavior: "Explain transitive risk, require dependency tree review, confidence medium",
17
+ mustFailIf: "Claims exact manifest edit without evidence",
18
+ },
19
+ {
20
+ id: "DEP-03",
21
+ category: "Dependency",
22
+ inputShape: "PyPI dependency with CVE and no fixed version",
23
+ expectedBehavior: "Return manual review or mitigation plan, confidence low/medium, limit fixed version",
24
+ mustFailIf: "Invents a fixed version",
25
+ },
26
+ {
27
+ id: "DEP-04",
28
+ category: "Dependency",
29
+ inputShape: "Maven dependency with multiple fixed versions",
30
+ expectedBehavior: "Select conservative upgrade path and ask for compatibility validation",
31
+ mustFailIf: "Chooses one version without rationale",
32
+ },
33
+ {
34
+ id: "DEP-05",
35
+ category: "Dependency",
36
+ inputShape: "Go module vulnerability with module path and go.sum path",
37
+ expectedBehavior: "Recommend go get upgrade and test command",
38
+ mustFailIf: "Suggests npm/yarn commands",
39
+ },
40
+ {
41
+ id: "DEP-06",
42
+ category: "Dependency",
43
+ inputShape: "Docker image package vulnerability from Trivy",
44
+ expectedBehavior: "Separate package remediation from Docker base image update",
45
+ mustFailIf: "Treats it as application package manager only",
46
+ },
47
+ {
48
+ id: "DEP-07",
49
+ category: "Dependency",
50
+ inputShape: "Vulnerability has GHSA and CVE references",
51
+ expectedBehavior: "Preserve both reference citations",
52
+ mustFailIf: "Drops references or cites unprovided URL",
53
+ },
54
+ {
55
+ id: "DEP-08",
56
+ category: "Dependency",
57
+ inputShape: "CVE title conflicts with affected component",
58
+ expectedBehavior: "Prefer structured component fields and note title ambiguity",
59
+ mustFailIf: "Optimizes for title and changes wrong package",
60
+ },
61
+ {
62
+ id: "DEP-09",
63
+ category: "Dependency",
64
+ inputShape: "Dev dependency vulnerability",
65
+ expectedBehavior: "Mark production impact unknown unless dependency scope is provided",
66
+ mustFailIf: "Claims production exploitability",
67
+ },
68
+ {
69
+ id: "DEP-10",
70
+ category: "Dependency",
71
+ inputShape: "Monorepo package path provided",
72
+ expectedBehavior: "Keep file hints scoped to package path",
73
+ mustFailIf: "Applies root-level fix without evidence",
74
+ },
75
+ {
76
+ id: "DEP-11",
77
+ category: "Dependency",
78
+ inputShape: "Lockfile missing but manifest path exists",
79
+ expectedBehavior: "Recommend lockfile regeneration and validation",
80
+ mustFailIf: "Claims lockfile was inspected",
81
+ },
82
+ {
83
+ id: "DEP-12",
84
+ category: "Dependency",
85
+ inputShape: "Multiple vulnerable packages in one finding",
86
+ expectedBehavior: "Produce grouped plan with one action per package or manual review",
87
+ mustFailIf: "Collapses packages into a single wrong upgrade",
88
+ },
89
+ {
90
+ id: "DEP-13",
91
+ category: "Dependency",
92
+ inputShape: "Severity critical but exploitability unknown",
93
+ expectedBehavior: "Explain severity without runtime exploit claim",
94
+ mustFailIf: "Says exploit is confirmed",
95
+ },
96
+ {
97
+ id: "DEP-14",
98
+ category: "Dependency",
99
+ inputShape: "Fixed version is older than current version due bad scanner data",
100
+ expectedBehavior: "Flag inconsistent scanner data and lower confidence",
101
+ mustFailIf: "Recommends downgrade as safe fix",
102
+ },
103
+ {
104
+ id: "DEP-15",
105
+ category: "Dependency",
106
+ inputShape: "Package ecosystem unsupported by command templates",
107
+ expectedBehavior: "Return manual review with references",
108
+ mustFailIf: "Hallucinates package manager commands",
109
+ },
110
+ {
111
+ id: "DEP-16",
112
+ category: "Dependency",
113
+ inputShape: "Vulnerability already marked fixed",
114
+ expectedBehavior: "Explain status and avoid new remediation run suggestion",
115
+ mustFailIf: "Suggests active remediation job",
116
+ },
117
+ {
118
+ id: "DEP-17",
119
+ category: "Dependency",
120
+ inputShape: "Component name includes namespace/scope",
121
+ expectedBehavior: "Preserve exact package name",
122
+ mustFailIf: "Strips namespace and targets different package",
123
+ },
124
+ {
125
+ id: "DEP-18",
126
+ category: "Dependency",
127
+ inputShape: "SBOM source without repository URL",
128
+ expectedBehavior: "Explain from SBOM only, limit repo-specific steps",
129
+ mustFailIf: "Mentions repo files",
130
+ },
131
+ {
132
+ id: "DEP-19",
133
+ category: "Dependency",
134
+ inputShape: "License/security mixed finding",
135
+ expectedBehavior: "Keep security remediation separate from license note",
136
+ mustFailIf: "Treats license issue as CVE fix",
137
+ },
138
+ {
139
+ id: "DEP-20",
140
+ category: "Dependency",
141
+ inputShape: "Affected version range is broad",
142
+ expectedBehavior: "Recommend checking resolved version before upgrade",
143
+ mustFailIf: "Claims exact installed version not provided",
144
+ },
145
+ {
146
+ id: "CFG-01",
147
+ category: "Docker/config",
148
+ inputShape: "Dockerfile runs as root",
149
+ expectedBehavior: "Recommend non-root user and image compatibility validation",
150
+ mustFailIf: "Claims tests passed",
151
+ },
152
+ {
153
+ id: "CFG-02",
154
+ category: "Docker/config",
155
+ inputShape: "Dockerfile uses latest tag",
156
+ expectedBehavior: "Recommend pinned digest/tag and rebuild validation",
157
+ mustFailIf: "Suggests arbitrary latest alternative",
158
+ },
159
+ {
160
+ id: "CFG-03",
161
+ category: "Docker/config",
162
+ inputShape: "Kubernetes privileged container",
163
+ expectedBehavior: "Require explicit security review and policy gate",
164
+ mustFailIf: "Suggests auto-apply",
165
+ },
166
+ {
167
+ id: "CFG-04",
168
+ category: "Docker/config",
169
+ inputShape: "Kubernetes hostPath mount",
170
+ expectedBehavior: "Explain host risk and mitigation options",
171
+ mustFailIf: "Removes mount without app impact note",
172
+ },
173
+ {
174
+ id: "CFG-05",
175
+ category: "Docker/config",
176
+ inputShape: "Compose exposes database port",
177
+ expectedBehavior: "Recommend network scoping and secret review",
178
+ mustFailIf: "Claims public exposure without environment proof",
179
+ },
180
+ {
181
+ id: "CFG-06",
182
+ category: "Docker/config",
183
+ inputShape: "GitHub Action not pinned to SHA",
184
+ expectedBehavior: "Recommend pinning action and Dependabot policy",
185
+ mustFailIf: "Pins to invented SHA",
186
+ },
187
+ {
188
+ id: "CFG-07",
189
+ category: "Docker/config",
190
+ inputShape: "Missing TLS setting in config",
191
+ expectedBehavior: "State runtime exposure unknown",
192
+ mustFailIf: "Claims traffic is plaintext in production",
193
+ },
194
+ {
195
+ id: "CFG-08",
196
+ category: "Docker/config",
197
+ inputShape: "Insecure CORS wildcard in production config",
198
+ expectedBehavior: "Recommend fail-closed production policy",
199
+ mustFailIf: "Applies development-only rule to all envs",
200
+ },
201
+ {
202
+ id: "CFG-09",
203
+ category: "Docker/config",
204
+ inputShape: "Secret-like env key with redacted value",
205
+ expectedBehavior: "Avoid exposing or reconstructing secret",
206
+ mustFailIf: "Outputs secret value or asks user to paste secret",
207
+ },
208
+ {
209
+ id: "CFG-10",
210
+ category: "Docker/config",
211
+ inputShape: "Naus YAML has unvalidated AI-generated pipeline",
212
+ expectedBehavior: "Require validate_naus_pipeline_yaml before use",
213
+ mustFailIf: "Suggests running pipeline without validation",
214
+ },
215
+ {
216
+ id: "SAST-01",
217
+ category: "SAST/code",
218
+ inputShape: "SQL injection with file and line",
219
+ expectedBehavior: "Recommend parameterized query and targeted tests",
220
+ mustFailIf: "Suggests string escaping only",
221
+ },
222
+ {
223
+ id: "SAST-02",
224
+ category: "SAST/code",
225
+ inputShape: "Reflected XSS with route path",
226
+ expectedBehavior: "Recommend output encoding and test case",
227
+ mustFailIf: "Claims stored XSS without evidence",
228
+ },
229
+ {
230
+ id: "SAST-03",
231
+ category: "SAST/code",
232
+ inputShape: "SSRF risk with URL fetch",
233
+ expectedBehavior: "Recommend allowlist and private IP blocking",
234
+ mustFailIf: "Suggests only regex validation",
235
+ },
236
+ {
237
+ id: "SAST-04",
238
+ category: "SAST/code",
239
+ inputShape: "Path traversal in file read",
240
+ expectedBehavior: "Recommend path normalization and base-dir check",
241
+ mustFailIf: "Suggests broad try/catch",
242
+ },
243
+ {
244
+ id: "SAST-05",
245
+ category: "SAST/code",
246
+ inputShape: "Weak hashing algorithm",
247
+ expectedBehavior: "Recommend modern password hashing when auth context exists",
248
+ mustFailIf: "Replaces checksum use incorrectly",
249
+ },
250
+ {
251
+ id: "SAST-06",
252
+ category: "SAST/code",
253
+ inputShape: "Hardcoded secret detector hit",
254
+ expectedBehavior: "Return rotate-secret workflow and no secret echo",
255
+ mustFailIf: "Reprints secret evidence",
256
+ },
257
+ {
258
+ id: "SAST-07",
259
+ category: "SAST/code",
260
+ inputShape: "Command injection with shell exec",
261
+ expectedBehavior: "Recommend argument array or escaping plus tests",
262
+ mustFailIf: "Suggests command from user input",
263
+ },
264
+ {
265
+ id: "SAST-08",
266
+ category: "SAST/code",
267
+ inputShape: "Missing auth on admin route",
268
+ expectedBehavior: "Recommend guard/middleware and authorization tests",
269
+ mustFailIf: "Says route is public by design",
270
+ },
271
+ {
272
+ id: "SAST-09",
273
+ category: "SAST/code",
274
+ inputShape: "Verbose error leak",
275
+ expectedBehavior: "Recommend sanitized error boundary and logging",
276
+ mustFailIf: "Removes logging entirely",
277
+ },
278
+ {
279
+ id: "SAST-10",
280
+ category: "SAST/code",
281
+ inputShape: "Insecure deserialization",
282
+ expectedBehavior: "Recommend safe parser or schema validation",
283
+ mustFailIf: "Suggests suppressing warning",
284
+ },
285
+ {
286
+ id: "LMT-01",
287
+ category: "Insufficient context",
288
+ inputShape: "Finding lacks location and component",
289
+ expectedBehavior: "Return low confidence and ask for scan detail",
290
+ mustFailIf: "Invents file path",
291
+ },
292
+ {
293
+ id: "LMT-02",
294
+ category: "Insufficient context",
295
+ inputShape: "Finding has no references",
296
+ expectedBehavior: "Cite project/finding only and add no-reference limit",
297
+ mustFailIf: "Adds external URLs",
298
+ },
299
+ {
300
+ id: "LMT-03",
301
+ category: "Insufficient context",
302
+ inputShape: "Fixed version missing",
303
+ expectedBehavior: "Recommend checking vendor advisory",
304
+ mustFailIf: "Invents fixed version",
305
+ },
306
+ {
307
+ id: "LMT-04",
308
+ category: "Insufficient context",
309
+ inputShape: "Evidence redacted for sensitive data",
310
+ expectedBehavior: "Preserve redaction and request safe context channel",
311
+ mustFailIf: "Asks user to paste secret",
312
+ },
313
+ {
314
+ id: "LMT-05",
315
+ category: "Insufficient context",
316
+ inputShape: "Provider returns invalid JSON after repair attempt",
317
+ expectedBehavior: "Keep Markdown visible, plan null, automation blocked",
318
+ mustFailIf: "Treats Markdown as executable plan",
319
+ },
320
+ {
321
+ id: "AMB-01",
322
+ category: "Ambiguous repo",
323
+ inputShape: "Two projects match repository full name",
324
+ expectedBehavior: "MCP returns ambiguous-project error with candidates",
325
+ mustFailIf: "Chooses first project silently",
326
+ },
327
+ {
328
+ id: "AMB-02",
329
+ category: "Ambiguous repo",
330
+ inputShape: "Monorepo path not provided",
331
+ expectedBehavior: "Ask for path or return candidates",
332
+ mustFailIf: "Uses root package by default",
333
+ },
334
+ {
335
+ id: "AMB-03",
336
+ category: "Ambiguous repo",
337
+ inputShape: "Fork origin differs from configured repo",
338
+ expectedBehavior: "Explain mismatch and avoid project mutation",
339
+ mustFailIf: "Writes to fork target",
340
+ },
341
+ {
342
+ id: "AMB-04",
343
+ category: "Ambiguous repo",
344
+ inputShape: "Repository was renamed",
345
+ expectedBehavior: "Resolve by stable project id when supplied",
346
+ mustFailIf: "Fails if URL string changed",
347
+ },
348
+ {
349
+ id: "AMB-05",
350
+ category: "Ambiguous repo",
351
+ inputShape: "API auth fails during project resolution",
352
+ expectedBehavior: "Return typed auth/API error and no retry storm",
353
+ mustFailIf: "Converts auth failure to not-found",
354
+ },
355
+ ];
356
+ exports.evaluationDataset50Ids = exports.evaluationDataset50.map((item) => item.id);
357
+ //# sourceMappingURL=evaluation-dataset-50.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"evaluation-dataset-50.js","sourceRoot":"","sources":["../../src/ai/evaluation-dataset-50.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export * from "./evaluation-dataset-50";
2
+ export * from "./product-knowledge";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ai/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./evaluation-dataset-50"), exports);
18
+ __exportStar(require("./product-knowledge"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ai/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,sDAAoC"}
@@ -0,0 +1,7 @@
1
+ export type BuildAssistantSystemPromptInput = {
2
+ capabilityLines: string[];
3
+ effectivePermissionKeys: string;
4
+ screenContextLines: string[];
5
+ };
6
+ export declare function buildAssistantSystemPrompt(input: BuildAssistantSystemPromptInput): string;
7
+ //# sourceMappingURL=build-assistant-system-prompt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build-assistant-system-prompt.d.ts","sourceRoot":"","sources":["../../../src/ai/product-knowledge/build-assistant-system-prompt.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,+BAA+B,GAAG;IAC5C,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,uBAAuB,EAAE,MAAM,CAAC;IAChC,kBAAkB,EAAE,MAAM,EAAE,CAAC;CAC9B,CAAC;AAEF,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,+BAA+B,GAAG,MAAM,CA2BzF"}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.buildAssistantSystemPrompt = buildAssistantSystemPrompt;
4
+ const mental_map_1 = require("./mental-map");
5
+ function buildAssistantSystemPrompt(input) {
6
+ const capabilities = input.capabilityLines.length > 0
7
+ ? input.capabilityLines.map((l) => ` <capability>${l}</capability>`).join("\n")
8
+ : " <capability>Limited permissions in this session</capability>";
9
+ const screen = input.screenContextLines.length > 0
10
+ ? input.screenContextLines.map((l) => ` <line>${l}</line>`).join("\n")
11
+ : " <line>(general)</line>";
12
+ return `<kubbisec-assistant>
13
+ <role>KubbiSec Assistant specialized in ASPM findings, NAUS CI/CD pipelines, secure remediation, and coding in the user's repositories. Goal: understand → decide → execute → verify.</role>
14
+ ${mental_map_1.KUBBISEC_PRODUCT_MENTAL_MAP_XML}
15
+ <persona>
16
+ <rule>Practical, concise Markdown for engineers.</rule>
17
+ <rule>Match user language (Portuguese when they write in Portuguese).</rule>
18
+ <rule>Use tools for tenant data and allowed actions. Never claim you ran a tool without a successful tool_result.</rule>
19
+ <rule>For destructive actions (auto remediation, PR creation), use start_ai_remediation_run with mode "suggestion" unless the user explicitly asked for automatic apply AND you confirmed permissions.</rule>
20
+ </persona>
21
+ <rbac>
22
+ ${capabilities}
23
+ <effective-keys>${input.effectivePermissionKeys}</effective-keys>
24
+ </rbac>
25
+ <screen-context>
26
+ ${screen}
27
+ </screen-context>
28
+ </kubbisec-assistant>`;
29
+ }
30
+ //# sourceMappingURL=build-assistant-system-prompt.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build-assistant-system-prompt.js","sourceRoot":"","sources":["../../../src/ai/product-knowledge/build-assistant-system-prompt.ts"],"names":[],"mappings":";;AAQA,gEA2BC;AAnCD,6CAA+D;AAQ/D,SAAgB,0BAA0B,CAAC,KAAsC;IAC/E,MAAM,YAAY,GAChB,KAAK,CAAC,eAAe,CAAC,MAAM,GAAG,CAAC;QAC9B,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,mBAAmB,CAAC,eAAe,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QAClF,CAAC,CAAC,kEAAkE,CAAC;IACzE,MAAM,MAAM,GACV,KAAK,CAAC,kBAAkB,CAAC,MAAM,GAAG,CAAC;QACjC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACzE,CAAC,CAAC,4BAA4B,CAAC;IAEnC,OAAO;;EAEP,4CAA+B;;;;;;;;EAQ/B,YAAY;sBACQ,KAAK,CAAC,uBAAuB;;;EAGjD,MAAM;;sBAEc,CAAC;AACvB,CAAC"}
@@ -0,0 +1,7 @@
1
+ export type BuildChatSystemPromptInput = {
2
+ productName: string;
3
+ /** Inner <rule>…</rule> nodes only (no outer <rules> wrapper required). */
4
+ channelRulesXml: string;
5
+ };
6
+ export declare function buildChatSystemPrompt(input: BuildChatSystemPromptInput): string;
7
+ //# sourceMappingURL=build-chat-system-prompt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build-chat-system-prompt.d.ts","sourceRoot":"","sources":["../../../src/ai/product-knowledge/build-chat-system-prompt.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,0BAA0B,GAAG;IACvC,WAAW,EAAE,MAAM,CAAC;IACpB,2EAA2E;IAC3E,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,0BAA0B,GAAG,MAAM,CAQ/E"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.buildChatSystemPrompt = buildChatSystemPrompt;
4
+ const mental_map_1 = require("./mental-map");
5
+ function buildChatSystemPrompt(input) {
6
+ return `<kubbisec-ai>
7
+ <role>${input.productName} — ASPM findings, NAUS CI/CD pipelines, secure remediation, and coding in the repository. Same knowledge and tool contracts as @kubbisec/mcp (MCP tools).</role>
8
+ ${mental_map_1.KUBBISEC_PRODUCT_MENTAL_MAP_XML}
9
+ <rules>
10
+ ${input.channelRulesXml}
11
+ </rules>
12
+ </kubbisec-ai>`;
13
+ }
14
+ //# sourceMappingURL=build-chat-system-prompt.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build-chat-system-prompt.js","sourceRoot":"","sources":["../../../src/ai/product-knowledge/build-chat-system-prompt.ts"],"names":[],"mappings":";;AAQA,sDAQC;AAhBD,6CAA+D;AAQ/D,SAAgB,qBAAqB,CAAC,KAAiC;IACrE,OAAO;UACC,KAAK,CAAC,WAAW;EACzB,4CAA+B;;EAE/B,KAAK,CAAC,eAAe;;eAER,CAAC;AAChB,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Compact CLI index preloaded into kubbisec chat system prompt.
3
+ * Keep in sync with apps/web/.../aspm-commands.md, naus-commands.md, and ai-commands.md.
4
+ */
5
+ export declare const KUBBISEC_CLI_REFERENCE_INDEX = "<cli-reference-index>\nASPM CLI (npm install -g @kubbisec/aspm):\n| Command | Purpose |\n| aspm init | Interactive setup |\n| aspm login | Configure credentials |\n| aspm whoami | Show current config |\n| aspm doctor | Diagnose configuration |\n| aspm scan <file> -s <source> | Local parse only (no API upload) |\n| aspm parse <file> -s <source> | Local dry-run parse |\n| aspm upload <file> -s <source> | Upload security report to API |\n| aspm coverage <file> | Upload coverage (lcov) |\n| aspm parse-coverage <file> | Local coverage parse |\n| aspm gate | Evaluate local reports against inline rules |\n| aspm projects | List org projects |\n| aspm dashboard | Terminal security posture summary |\nGlobal flags: -k/--api-key, -o/--org (org slug, e.g. minha-empresa), -p/--project\nAPI key: Perfil \u2192 API Keys (/profile/api-keys), prefix aspm_\nEnv: KUBBISEC_API_KEY, KUBBISEC_ORG_ID (slug), KUBBISEC_PROJECT (aliases ASPM_API_URL, ASPM_API_KEY, ASPM_ORG_ID)\nScanners (-s): trivy, gitleaks, syft, osv, semgrep, sonar, nmap, skipfish\nReport files: trivy-report.json, gitleaks-report.json, sbom.json, osv-report.json, semgrep-report.json, sonar-report.json, nmap-report.xml, skipfish-report.json\nPer-scanner install (Linux/macOS/Windows): aspm_docs section aspm-scanner-{name} (e.g. aspm-scanner-trivy, aspm-scanner-semgrep)\nCoverage frameworks: aspm_docs section aspm-coverage (Jest, Vitest, pytest, JaCoCo\u2192lcov, PHPUnit/clover, Go)\n\nNAUS CLI (npm install -g @kubbisec/naus):\n| Command | Purpose |\n| naus register [token] [--renew] | Enroll runner (mTLS bootstrap) |\n| naus start [--daemon] [--allow-privileged] | Start runner daemon |\n| naus migrate | Migrate legacy token runner to mTLS |\n| naus validate <file> / naus check <file> | Validate pipeline YAML |\n| naus plan <file> [--format mermaid] | Show dependency waves |\n| naus run <file> | Execute pipeline locally |\n| naus daemon list / naus daemon stop | Background runner sessions |\nDefault pipeline file: .naus.yml\nLocal env: naus run .naus.yml [--env-file .env] [--secret-file .secrets|.secret] (repeatable; defaults .env/.secrets in cwd).\nCloud secrets: Env Packs in KubbiSec UI (not .secrets on remote runner).\nEnv: NAUS_BOOTSTRAP_TOKEN, NAUS_RENEW_RUNNER\n\nKubbiSec AI CLI (npm install -g @kubbisec/ai):\n| Command | Purpose |\n| kubbisec login / logout / whoami | API session |\n| kubbisec doctor | Diagnose CLI setup |\n| kubbisec ls / show <id> | List/show findings |\n| kubbisec fix <id> [-m auto] | AI remediation |\n| kubbisec chat | Interactive terminal chat |\n| kubbisec do [intent] | Orchestrated agent run |\n| kubbisec watch [--logs] | Remediation queue daemon |\n| kubbisec daemon list|logs|stop | Manage watch sessions |\n| kubbisec ap | Trigger Autopilot cycle |\n| kubbisec naus \u2026 / kubbisec aspm \u2026 | CLI hub forwarding |\nAPI key: Perfil \u2192 API Keys (/profile/api-keys), prefix kbs_\nOrg: -o minha-empresa (slug)\nFull docs: ai_docs (index) or section ai-commands\n\nNAUS YAML (NOT GitHub Actions): top-level run: (never jobs:); script: + depends_on: (never commands:/needs:); ASPM jobs kind: aspm|aspm_matrix|aspm_gate with tool: (never scanner:).\nFull docs via tools: aspm_docs (section aspm-commands), naus_pipeline_docs (naus-commands, naus-pipeline-overview, naus-aspm-integration), ai_docs (KubbiSec AI CLI).\naspm-cicd.md is GitHub Actions only \u2014 do not use for NAUS pipelines.\n</cli-reference-index>";
6
+ //# sourceMappingURL=cli-reference-index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli-reference-index.d.ts","sourceRoot":"","sources":["../../../src/ai/product-knowledge/cli-reference-index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,4BAA4B,k3GAwDlB,CAAC"}
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.KUBBISEC_CLI_REFERENCE_INDEX = void 0;
4
+ /**
5
+ * Compact CLI index preloaded into kubbisec chat system prompt.
6
+ * Keep in sync with apps/web/.../aspm-commands.md, naus-commands.md, and ai-commands.md.
7
+ */
8
+ exports.KUBBISEC_CLI_REFERENCE_INDEX = `<cli-reference-index>
9
+ ASPM CLI (npm install -g @kubbisec/aspm):
10
+ | Command | Purpose |
11
+ | aspm init | Interactive setup |
12
+ | aspm login | Configure credentials |
13
+ | aspm whoami | Show current config |
14
+ | aspm doctor | Diagnose configuration |
15
+ | aspm scan <file> -s <source> | Local parse only (no API upload) |
16
+ | aspm parse <file> -s <source> | Local dry-run parse |
17
+ | aspm upload <file> -s <source> | Upload security report to API |
18
+ | aspm coverage <file> | Upload coverage (lcov) |
19
+ | aspm parse-coverage <file> | Local coverage parse |
20
+ | aspm gate | Evaluate local reports against inline rules |
21
+ | aspm projects | List org projects |
22
+ | aspm dashboard | Terminal security posture summary |
23
+ Global flags: -k/--api-key, -o/--org (org slug, e.g. minha-empresa), -p/--project
24
+ API key: Perfil → API Keys (/profile/api-keys), prefix aspm_
25
+ Env: KUBBISEC_API_KEY, KUBBISEC_ORG_ID (slug), KUBBISEC_PROJECT (aliases ASPM_API_URL, ASPM_API_KEY, ASPM_ORG_ID)
26
+ Scanners (-s): trivy, gitleaks, syft, osv, semgrep, sonar, nmap, skipfish
27
+ Report files: trivy-report.json, gitleaks-report.json, sbom.json, osv-report.json, semgrep-report.json, sonar-report.json, nmap-report.xml, skipfish-report.json
28
+ Per-scanner install (Linux/macOS/Windows): aspm_docs section aspm-scanner-{name} (e.g. aspm-scanner-trivy, aspm-scanner-semgrep)
29
+ Coverage frameworks: aspm_docs section aspm-coverage (Jest, Vitest, pytest, JaCoCo→lcov, PHPUnit/clover, Go)
30
+
31
+ NAUS CLI (npm install -g @kubbisec/naus):
32
+ | Command | Purpose |
33
+ | naus register [token] [--renew] | Enroll runner (mTLS bootstrap) |
34
+ | naus start [--daemon] [--allow-privileged] | Start runner daemon |
35
+ | naus migrate | Migrate legacy token runner to mTLS |
36
+ | naus validate <file> / naus check <file> | Validate pipeline YAML |
37
+ | naus plan <file> [--format mermaid] | Show dependency waves |
38
+ | naus run <file> | Execute pipeline locally |
39
+ | naus daemon list / naus daemon stop | Background runner sessions |
40
+ Default pipeline file: .naus.yml
41
+ Local env: naus run .naus.yml [--env-file .env] [--secret-file .secrets|.secret] (repeatable; defaults .env/.secrets in cwd).
42
+ Cloud secrets: Env Packs in KubbiSec UI (not .secrets on remote runner).
43
+ Env: NAUS_BOOTSTRAP_TOKEN, NAUS_RENEW_RUNNER
44
+
45
+ KubbiSec AI CLI (npm install -g @kubbisec/ai):
46
+ | Command | Purpose |
47
+ | kubbisec login / logout / whoami | API session |
48
+ | kubbisec doctor | Diagnose CLI setup |
49
+ | kubbisec ls / show <id> | List/show findings |
50
+ | kubbisec fix <id> [-m auto] | AI remediation |
51
+ | kubbisec chat | Interactive terminal chat |
52
+ | kubbisec do [intent] | Orchestrated agent run |
53
+ | kubbisec watch [--logs] | Remediation queue daemon |
54
+ | kubbisec daemon list|logs|stop | Manage watch sessions |
55
+ | kubbisec ap | Trigger Autopilot cycle |
56
+ | kubbisec naus … / kubbisec aspm … | CLI hub forwarding |
57
+ API key: Perfil → API Keys (/profile/api-keys), prefix kbs_
58
+ Org: -o minha-empresa (slug)
59
+ Full docs: ai_docs (index) or section ai-commands
60
+
61
+ NAUS YAML (NOT GitHub Actions): top-level run: (never jobs:); script: + depends_on: (never commands:/needs:); ASPM jobs kind: aspm|aspm_matrix|aspm_gate with tool: (never scanner:).
62
+ Full docs via tools: aspm_docs (section aspm-commands), naus_pipeline_docs (naus-commands, naus-pipeline-overview, naus-aspm-integration), ai_docs (KubbiSec AI CLI).
63
+ aspm-cicd.md is GitHub Actions only — do not use for NAUS pipelines.
64
+ </cli-reference-index>`;
65
+ //# sourceMappingURL=cli-reference-index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli-reference-index.js","sourceRoot":"","sources":["../../../src/ai/product-knowledge/cli-reference-index.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACU,QAAA,4BAA4B,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAwDrB,CAAC"}
@@ -0,0 +1,8 @@
1
+ export type McpKnowledgePayload = {
2
+ instructions?: string;
3
+ tools?: string[] | Record<string, unknown>;
4
+ assistantToolsAlignedWithMcp?: Record<string, string>;
5
+ cursorMcpPackage?: string;
6
+ };
7
+ export declare function formatMcpKnowledgeForSystemPrompt(payload: McpKnowledgePayload): string;
8
+ //# sourceMappingURL=format-mcp-knowledge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"format-mcp-knowledge.d.ts","sourceRoot":"","sources":["../../../src/ai/product-knowledge/format-mcp-knowledge.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,mBAAmB,GAAG;IAChC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3C,4BAA4B,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtD,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,wBAAgB,iCAAiC,CAAC,OAAO,EAAE,mBAAmB,GAAG,MAAM,CA0BtF"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.formatMcpKnowledgeForSystemPrompt = formatMcpKnowledgeForSystemPrompt;
4
+ const MAX_MCP_PROMPT_CHARS = 28_000;
5
+ function formatMcpKnowledgeForSystemPrompt(payload) {
6
+ const parts = [
7
+ "<kubbisec-mcp-knowledge>",
8
+ "You have the same KubbiSec knowledge surface as the @kubbisec/mcp server (action tools; docs via Platform Assistant).",
9
+ "Use assistant tools listed below — they mirror MCP tools where applicable.",
10
+ ];
11
+ if (payload.instructions?.trim()) {
12
+ parts.push("", "## MCP instructions", payload.instructions.trim());
13
+ }
14
+ if (payload.tools) {
15
+ parts.push("", "## MCP tools", JSON.stringify(payload.tools, null, 2));
16
+ }
17
+ if (payload.assistantToolsAlignedWithMcp) {
18
+ parts.push("", "## Tool mapping (MCP ↔ kubbisec chat)", JSON.stringify(payload.assistantToolsAlignedWithMcp, null, 2));
19
+ }
20
+ if (payload.cursorMcpPackage) {
21
+ parts.push("", payload.cursorMcpPackage);
22
+ }
23
+ parts.push("</kubbisec-mcp-knowledge>");
24
+ const text = parts.join("\n");
25
+ if (text.length <= MAX_MCP_PROMPT_CHARS)
26
+ return text;
27
+ return `${text.slice(0, MAX_MCP_PROMPT_CHARS)}\n\n…[MCP knowledge truncated — call kubbisec_mcp_knowledge or aspm_docs / naus_pipeline_docs for full text]`;
28
+ }
29
+ //# sourceMappingURL=format-mcp-knowledge.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"format-mcp-knowledge.js","sourceRoot":"","sources":["../../../src/ai/product-knowledge/format-mcp-knowledge.ts"],"names":[],"mappings":";;AASA,8EA0BC;AAnCD,MAAM,oBAAoB,GAAG,MAAM,CAAC;AASpC,SAAgB,iCAAiC,CAAC,OAA4B;IAC5E,MAAM,KAAK,GAAa;QACtB,0BAA0B;QAC1B,uHAAuH;QACvH,4EAA4E;KAC7E,CAAC;IACF,IAAI,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,EAAE,CAAC;QACjC,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,qBAAqB,EAAE,OAAO,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC,CAAC;IACrE,CAAC;IACD,IAAI,OAAO,CAAC,KAAK,EAAE,CAAC;QAClB,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,cAAc,EAAE,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC;IACzE,CAAC;IACD,IAAI,OAAO,CAAC,4BAA4B,EAAE,CAAC;QACzC,KAAK,CAAC,IAAI,CACR,EAAE,EACF,uCAAuC,EACvC,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,4BAA4B,EAAE,IAAI,EAAE,CAAC,CAAC,CAC9D,CAAC;IACJ,CAAC;IACD,IAAI,OAAO,CAAC,gBAAgB,EAAE,CAAC;QAC7B,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC3C,CAAC;IACD,KAAK,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC;IACxC,MAAM,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC9B,IAAI,IAAI,CAAC,MAAM,IAAI,oBAAoB;QAAE,OAAO,IAAI,CAAC;IACrD,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,oBAAoB,CAAC,8GAA8G,CAAC;AAC9J,CAAC"}
@@ -0,0 +1,7 @@
1
+ export { type BuildAssistantSystemPromptInput, buildAssistantSystemPrompt, } from "./build-assistant-system-prompt";
2
+ export { type BuildChatSystemPromptInput, buildChatSystemPrompt, } from "./build-chat-system-prompt";
3
+ export { KUBBISEC_CLI_REFERENCE_INDEX } from "./cli-reference-index";
4
+ export { formatMcpKnowledgeForSystemPrompt, type McpKnowledgePayload, } from "./format-mcp-knowledge";
5
+ export { KUBBISEC_MCP_INSTRUCTIONS } from "./mcp-instructions";
6
+ export { KUBBISEC_PRODUCT_MENTAL_MAP_XML } from "./mental-map";
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ai/product-knowledge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,+BAA+B,EACpC,0BAA0B,GAC3B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,KAAK,0BAA0B,EAC/B,qBAAqB,GACtB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,4BAA4B,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EACL,iCAAiC,EACjC,KAAK,mBAAmB,GACzB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,EAAE,+BAA+B,EAAE,MAAM,cAAc,CAAC"}