@stigmer/protos 0.0.69 → 0.0.71

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 (372) hide show
  1. package/ai/stigmer/agentic/agent/v1/api_pb.d.ts +7 -6
  2. package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -1
  3. package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +5 -1
  4. package/ai/stigmer/agentic/agent/v1/command_connect.js +5 -1
  5. package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -1
  6. package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +5 -1
  7. package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -1
  8. package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +4 -1
  9. package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -1
  10. package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +13 -8
  11. package/ai/stigmer/agentic/agent/v1/query_connect.js +13 -8
  12. package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -1
  13. package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +13 -8
  14. package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -1
  15. package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +57 -175
  16. package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -1
  17. package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +5 -5
  18. package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +20 -22
  19. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
  20. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +16 -28
  21. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -1
  22. package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +34 -16
  23. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +34 -16
  24. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -1
  25. package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +34 -16
  26. package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -1
  27. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +41 -25
  28. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +41 -25
  29. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
  30. package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +0 -52
  31. package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +1 -6
  32. package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -1
  33. package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +17 -3
  34. package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +17 -3
  35. package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -1
  36. package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +17 -3
  37. package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -1
  38. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +26 -71
  39. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
  40. package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.d.ts +2 -0
  41. package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js +2 -0
  42. package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js.map +1 -1
  43. package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +9 -4
  44. package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -1
  45. package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +17 -12
  46. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +17 -12
  47. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -1
  48. package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +17 -12
  49. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +0 -1
  50. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -1
  51. package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +13 -11
  52. package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -1
  53. package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +11 -4
  54. package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +11 -4
  55. package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -1
  56. package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +11 -4
  57. package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +1 -1
  58. package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -1
  59. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +10 -6
  60. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -1
  61. package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +9 -6
  62. package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -1
  63. package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +32 -9
  64. package/ai/stigmer/agentic/environment/v1/command_connect.js +32 -9
  65. package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -1
  66. package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +32 -9
  67. package/ai/stigmer/agentic/environment/v1/command_pb.js +1 -1
  68. package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -1
  69. package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +20 -12
  70. package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -1
  71. package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +19 -6
  72. package/ai/stigmer/agentic/environment/v1/query_connect.js +19 -6
  73. package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -1
  74. package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +19 -6
  75. package/ai/stigmer/agentic/environment/v1/query_pb.js +1 -1
  76. package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -1
  77. package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +19 -23
  78. package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -1
  79. package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +8 -7
  80. package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -1
  81. package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +13 -4
  82. package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +13 -4
  83. package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -1
  84. package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +13 -4
  85. package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +2 -1
  86. package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -1
  87. package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +8 -5
  88. package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -1
  89. package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +11 -5
  90. package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +11 -5
  91. package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -1
  92. package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +11 -5
  93. package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +2 -1
  94. package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -1
  95. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +20 -17
  96. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -1
  97. package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +3 -19
  98. package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -1
  99. package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +23 -43
  100. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +23 -43
  101. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -1
  102. package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +23 -43
  103. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +1 -1
  104. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -1
  105. package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +5 -11
  106. package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -1
  107. package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +5 -12
  108. package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +5 -12
  109. package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -1
  110. package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +5 -12
  111. package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +1 -1
  112. package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -1
  113. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +19 -68
  114. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -1
  115. package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +18 -44
  116. package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -1
  117. package/ai/stigmer/agentic/session/v1/command_connect.d.ts +25 -11
  118. package/ai/stigmer/agentic/session/v1/command_connect.js +25 -11
  119. package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -1
  120. package/ai/stigmer/agentic/session/v1/command_pb.d.ts +25 -11
  121. package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -1
  122. package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +13 -13
  123. package/ai/stigmer/agentic/session/v1/enum_pb.js +13 -13
  124. package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
  125. package/ai/stigmer/agentic/session/v1/io_pb.d.ts +7 -5
  126. package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -1
  127. package/ai/stigmer/agentic/session/v1/query_connect.d.ts +4 -0
  128. package/ai/stigmer/agentic/session/v1/query_connect.js +4 -0
  129. package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -1
  130. package/ai/stigmer/agentic/session/v1/query_pb.d.ts +4 -0
  131. package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -1
  132. package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +34 -23
  133. package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
  134. package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +47 -52
  135. package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -1
  136. package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +22 -22
  137. package/ai/stigmer/agentic/skill/v1/command_connect.js +22 -22
  138. package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -1
  139. package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +22 -22
  140. package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +31 -34
  141. package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -1
  142. package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +8 -7
  143. package/ai/stigmer/agentic/skill/v1/query_connect.js +8 -7
  144. package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -1
  145. package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +8 -7
  146. package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -1
  147. package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +5 -4
  148. package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -1
  149. package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +32 -21
  150. package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -1
  151. package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +7 -6
  152. package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -1
  153. package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +4 -1
  154. package/ai/stigmer/agentic/workflow/v1/command_connect.js +4 -1
  155. package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
  156. package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +4 -1
  157. package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
  158. package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +47 -15
  159. package/ai/stigmer/agentic/workflow/v1/enum_pb.js +47 -15
  160. package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -1
  161. package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +6 -1
  162. package/ai/stigmer/agentic/workflow/v1/query_connect.js +6 -1
  163. package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -1
  164. package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +6 -1
  165. package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -1
  166. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +27 -33
  167. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +9 -10
  168. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -1
  169. package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +21 -13
  170. package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -1
  171. package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +4 -4
  172. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +5 -7
  173. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
  174. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +6 -3
  175. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -1
  176. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +2 -3
  177. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -1
  178. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +2 -3
  179. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -1
  180. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +2 -3
  181. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -1
  182. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +2 -3
  183. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -1
  184. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +4 -6
  185. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -1
  186. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +2 -3
  187. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -1
  188. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +3 -2
  189. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -1
  190. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +2 -3
  191. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -1
  192. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +2 -3
  193. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -1
  194. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +2 -3
  195. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -1
  196. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +5 -4
  197. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -1
  198. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +60 -252
  199. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -1
  200. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +100 -88
  201. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +100 -88
  202. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -1
  203. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +100 -88
  204. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
  205. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +62 -413
  206. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +62 -413
  207. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -1
  208. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +148 -697
  209. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +14 -58
  210. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
  211. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +17 -13
  212. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +17 -13
  213. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -1
  214. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +17 -13
  215. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -1
  216. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +29 -192
  217. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -1
  218. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +9 -16
  219. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -1
  220. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +13 -40
  221. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +13 -40
  222. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -1
  223. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +13 -40
  224. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +2 -1
  225. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -1
  226. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.d.ts +8 -39
  227. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -1
  228. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +14 -61
  229. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +14 -61
  230. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -1
  231. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +14 -61
  232. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +2 -1
  233. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -1
  234. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +11 -24
  235. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -1
  236. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +39 -9
  237. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +39 -9
  238. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
  239. package/ai/stigmer/commons/apiresource/enum_pb.d.ts +34 -5
  240. package/ai/stigmer/commons/apiresource/enum_pb.js +34 -5
  241. package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -1
  242. package/ai/stigmer/commons/apiresource/io_pb.d.ts +1 -1
  243. package/ai/stigmer/commons/rpc/pagination_pb.d.ts +10 -4
  244. package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -1
  245. package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +17 -8
  246. package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -1
  247. package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +16 -4
  248. package/ai/stigmer/iam/apikey/v1/command_connect.js +16 -4
  249. package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -1
  250. package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +16 -4
  251. package/ai/stigmer/iam/apikey/v1/command_pb.js +1 -1
  252. package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -1
  253. package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +9 -3
  254. package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -1
  255. package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +13 -4
  256. package/ai/stigmer/iam/apikey/v1/query_connect.js +13 -4
  257. package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -1
  258. package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +13 -4
  259. package/ai/stigmer/iam/apikey/v1/query_pb.js +1 -1
  260. package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -1
  261. package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +13 -8
  262. package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -1
  263. package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +8 -6
  264. package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -1
  265. package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +22 -15
  266. package/ai/stigmer/iam/iampolicy/v1/command_connect.js +22 -15
  267. package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -1
  268. package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +22 -15
  269. package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -1
  270. package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +22 -6
  271. package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -1
  272. package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +7 -2
  273. package/ai/stigmer/iam/iampolicy/v1/query_connect.js +7 -2
  274. package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -1
  275. package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +7 -2
  276. package/ai/stigmer/iam/iampolicy/v1/query_pb.js +1 -1
  277. package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -1
  278. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +57 -12
  279. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +57 -12
  280. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -1
  281. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +16 -9
  282. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -1
  283. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +6 -0
  284. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +6 -0
  285. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -1
  286. package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +8 -8
  287. package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +11 -6
  288. package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -1
  289. package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +21 -10
  290. package/ai/stigmer/iam/identityaccount/v1/command_connect.js +21 -10
  291. package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -1
  292. package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +21 -10
  293. package/ai/stigmer/iam/identityaccount/v1/command_pb.js +1 -1
  294. package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -1
  295. package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +9 -6
  296. package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +9 -6
  297. package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -1
  298. package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +24 -10
  299. package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -1
  300. package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +12 -6
  301. package/ai/stigmer/iam/identityaccount/v1/query_connect.js +12 -6
  302. package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -1
  303. package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +12 -6
  304. package/ai/stigmer/iam/identityaccount/v1/query_pb.js +1 -1
  305. package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -1
  306. package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +10 -7
  307. package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -1
  308. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +22 -1
  309. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -1
  310. package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +1 -1
  311. package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +23 -6
  312. package/ai/stigmer/iam/identityprovider/v1/command_connect.js +23 -6
  313. package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -1
  314. package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +23 -6
  315. package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -1
  316. package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +8 -6
  317. package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -1
  318. package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +11 -2
  319. package/ai/stigmer/iam/identityprovider/v1/query_connect.js +11 -2
  320. package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -1
  321. package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +11 -2
  322. package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -1
  323. package/ai/stigmer/platform/github/v1/service_connect.d.ts +27 -22
  324. package/ai/stigmer/platform/github/v1/service_connect.js +27 -22
  325. package/ai/stigmer/platform/github/v1/service_connect.js.map +1 -1
  326. package/ai/stigmer/platform/github/v1/service_pb.d.ts +46 -37
  327. package/ai/stigmer/platform/github/v1/service_pb.js +10 -10
  328. package/ai/stigmer/platform/github/v1/service_pb.js.map +1 -1
  329. package/ai/stigmer/search/v1/io_pb.d.ts +40 -40
  330. package/ai/stigmer/search/v1/io_pb.js.map +1 -1
  331. package/ai/stigmer/search/v1/query_connect.d.ts +26 -20
  332. package/ai/stigmer/search/v1/query_connect.js +26 -20
  333. package/ai/stigmer/search/v1/query_connect.js.map +1 -1
  334. package/ai/stigmer/search/v1/query_pb.d.ts +26 -20
  335. package/ai/stigmer/search/v1/query_pb.js +14 -8
  336. package/ai/stigmer/search/v1/query_pb.js.map +1 -1
  337. package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +7 -5
  338. package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -1
  339. package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +17 -9
  340. package/ai/stigmer/tenancy/organization/v1/command_connect.js +17 -9
  341. package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -1
  342. package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +17 -9
  343. package/ai/stigmer/tenancy/organization/v1/command_pb.js +1 -1
  344. package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -1
  345. package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +6 -2
  346. package/ai/stigmer/tenancy/organization/v1/enum_pb.js +6 -2
  347. package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -1
  348. package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +8 -6
  349. package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -1
  350. package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +16 -9
  351. package/ai/stigmer/tenancy/organization/v1/query_connect.js +16 -9
  352. package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -1
  353. package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +16 -9
  354. package/ai/stigmer/tenancy/organization/v1/query_pb.js +1 -1
  355. package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -1
  356. package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +15 -4
  357. package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -1
  358. package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +2 -23
  359. package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -1
  360. package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +12 -3
  361. package/ai/stigmer/tenancy/project/v1/command_connect.js +12 -3
  362. package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -1
  363. package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +12 -3
  364. package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -1
  365. package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +2 -0
  366. package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -1
  367. package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +2 -0
  368. package/ai/stigmer/tenancy/project/v1/query_connect.js +2 -0
  369. package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -1
  370. package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +2 -0
  371. package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -1
  372. package/package.json +1 -1
@@ -7,13 +7,14 @@ export declare const SkillCommandController: {
7
7
  readonly typeName: "ai.stigmer.agentic.skill.v1.SkillCommandController";
8
8
  readonly methods: {
9
9
  /**
10
- * Push (upload) a skill artifact.
11
- * This operation creates a new skill if it doesn't exist, or creates a new version
12
- * of an existing skill. The skill artifact must contain SKILL.md.
10
+ * Push a skill artifact.
11
+ * Creates a skill if it does not exist, or creates a new version of an
12
+ * existing skill. The artifact must contain a SKILL.md file.
13
13
  *
14
+ * @internal
14
15
  * Authorization:
15
16
  * - Organization-scoped skills: Caller must have can_create_skill permission in the organization
16
- * - Platform-scoped skills: Caller must be a platform operator (handled automatically by common auth step)
17
+ * - Platform-scoped skills: Caller must be a platform operator
17
18
  *
18
19
  * The backend will:
19
20
  * 1. Normalize the name to a slug
@@ -24,8 +25,6 @@ export declare const SkillCommandController: {
24
25
  * 6. Update skill spec and status
25
26
  * 7. Archive the previous version (if updating)
26
27
  *
27
- * Returns: The created or updated Skill resource (consistent with other CRUD operations)
28
- *
29
28
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillCommandController.push
30
29
  */
31
30
  readonly push: {
@@ -35,18 +34,18 @@ export declare const SkillCommandController: {
35
34
  readonly kind: any;
36
35
  };
37
36
  /**
38
- * Push a skill directly from an execution artifact already in storage.
39
- *
40
- * This is the server-side equivalent of push() instead of receiving
41
- * ZIP bytes from the client, it reads an existing directory artifact
42
- * (produced by an agent execution) from artifact storage and pushes
43
- * it as a skill. This avoids downloading the ZIP to the browser and
44
- * re-uploading it, and eliminates CORS concerns for SDK consumers.
37
+ * Push a skill from an execution artifact already in storage.
38
+ * Use this when an agent execution has already produced a skill artifact
39
+ * and you want to publish it without downloading and re-uploading the ZIP.
45
40
  *
46
- * The caller must have can_view on the referenced execution AND
47
- * can_create_skill in the target organization.
41
+ * @internal
42
+ * Server-side equivalent of push() — reads the ZIP directly from artifact
43
+ * storage instead of receiving bytes from the client. This eliminates
44
+ * CORS concerns for SDK consumers.
48
45
  *
49
- * Returns: The created or updated Skill resource
46
+ * Authorization:
47
+ * - Requires can_view on the referenced execution (to read the artifact)
48
+ * - Requires can_create_skill in the target organization (to push the skill)
50
49
  *
51
50
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillCommandController.pushFromExecutionArtifact
52
51
  */
@@ -58,12 +57,11 @@ export declare const SkillCommandController: {
58
57
  };
59
58
  /**
60
59
  * Update the visibility of an existing skill.
60
+ * Only modifies metadata.visibility, leaving spec, status, and other
61
+ * metadata fields untouched. Use this to make a skill publicly accessible
62
+ * or to revoke public access.
61
63
  *
62
- * This is a targeted metadata update — it only modifies metadata.visibility,
63
- * leaving spec, status, and other metadata fields untouched. Skills default
64
- * to visibility_private on push; use this RPC to make a skill publicly
65
- * accessible (marketplace-style sharing) or to revoke public access.
66
- *
64
+ * @internal
67
65
  * Authorization: Requires can_edit permission on the skill resource.
68
66
  *
69
67
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillCommandController.updateVisibility
@@ -76,7 +74,9 @@ export declare const SkillCommandController: {
76
74
  };
77
75
  /**
78
76
  * Delete a skill and all its versions.
79
- * This removes the skill from the main collection but preserves audit history.
77
+ *
78
+ * @internal
79
+ * Removes the skill from the main collection but preserves audit history.
80
80
  *
81
81
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillCommandController.delete
82
82
  */
@@ -12,13 +12,14 @@ export const SkillCommandController = {
12
12
  typeName: "ai.stigmer.agentic.skill.v1.SkillCommandController",
13
13
  methods: {
14
14
  /**
15
- * Push (upload) a skill artifact.
16
- * This operation creates a new skill if it doesn't exist, or creates a new version
17
- * of an existing skill. The skill artifact must contain SKILL.md.
15
+ * Push a skill artifact.
16
+ * Creates a skill if it does not exist, or creates a new version of an
17
+ * existing skill. The artifact must contain a SKILL.md file.
18
18
  *
19
+ * @internal
19
20
  * Authorization:
20
21
  * - Organization-scoped skills: Caller must have can_create_skill permission in the organization
21
- * - Platform-scoped skills: Caller must be a platform operator (handled automatically by common auth step)
22
+ * - Platform-scoped skills: Caller must be a platform operator
22
23
  *
23
24
  * The backend will:
24
25
  * 1. Normalize the name to a slug
@@ -29,8 +30,6 @@ export const SkillCommandController = {
29
30
  * 6. Update skill spec and status
30
31
  * 7. Archive the previous version (if updating)
31
32
  *
32
- * Returns: The created or updated Skill resource (consistent with other CRUD operations)
33
- *
34
33
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillCommandController.push
35
34
  */
36
35
  push: {
@@ -40,18 +39,18 @@ export const SkillCommandController = {
40
39
  kind: MethodKind.Unary,
41
40
  },
42
41
  /**
43
- * Push a skill directly from an execution artifact already in storage.
44
- *
45
- * This is the server-side equivalent of push() instead of receiving
46
- * ZIP bytes from the client, it reads an existing directory artifact
47
- * (produced by an agent execution) from artifact storage and pushes
48
- * it as a skill. This avoids downloading the ZIP to the browser and
49
- * re-uploading it, and eliminates CORS concerns for SDK consumers.
42
+ * Push a skill from an execution artifact already in storage.
43
+ * Use this when an agent execution has already produced a skill artifact
44
+ * and you want to publish it without downloading and re-uploading the ZIP.
50
45
  *
51
- * The caller must have can_view on the referenced execution AND
52
- * can_create_skill in the target organization.
46
+ * @internal
47
+ * Server-side equivalent of push() — reads the ZIP directly from artifact
48
+ * storage instead of receiving bytes from the client. This eliminates
49
+ * CORS concerns for SDK consumers.
53
50
  *
54
- * Returns: The created or updated Skill resource
51
+ * Authorization:
52
+ * - Requires can_view on the referenced execution (to read the artifact)
53
+ * - Requires can_create_skill in the target organization (to push the skill)
55
54
  *
56
55
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillCommandController.pushFromExecutionArtifact
57
56
  */
@@ -63,12 +62,11 @@ export const SkillCommandController = {
63
62
  },
64
63
  /**
65
64
  * Update the visibility of an existing skill.
65
+ * Only modifies metadata.visibility, leaving spec, status, and other
66
+ * metadata fields untouched. Use this to make a skill publicly accessible
67
+ * or to revoke public access.
66
68
  *
67
- * This is a targeted metadata update — it only modifies metadata.visibility,
68
- * leaving spec, status, and other metadata fields untouched. Skills default
69
- * to visibility_private on push; use this RPC to make a skill publicly
70
- * accessible (marketplace-style sharing) or to revoke public access.
71
- *
69
+ * @internal
72
70
  * Authorization: Requires can_edit permission on the skill resource.
73
71
  *
74
72
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillCommandController.updateVisibility
@@ -81,7 +79,9 @@ export const SkillCommandController = {
81
79
  },
82
80
  /**
83
81
  * Delete a skill and all its versions.
84
- * This removes the skill from the main collection but preserves audit history.
82
+ *
83
+ * @internal
84
+ * Removes the skill from the main collection but preserves audit history.
85
85
  *
86
86
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillCommandController.delete
87
87
  */
@@ -1 +1 @@
1
- {"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/command_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,sHAAsH;AACtH,oBAAoB;AACpB,cAAc;AAId,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACpC,QAAQ,EAAE,oDAAoD;IAC9D,OAAO,EAAE;QACP;;;;;;;;;;;;;;;;;;;;;WAqBG;QACH,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;WAeG;QACH,yBAAyB,EAAE;YACzB,IAAI,EAAE,2BAA2B;YACjC,CAAC,EAAE,qCAAqC;YACxC,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;WAWG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,qBAAqB;YACxB,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;WAKG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
1
+ {"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/command_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,sHAAsH;AACtH,oBAAoB;AACpB,cAAc;AAId,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACpC,QAAQ,EAAE,oDAAoD;IAC9D,OAAO,EAAE;QACP;;;;;;;;;;;;;;;;;;;;WAoBG;QACH,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;WAeG;QACH,yBAAyB,EAAE;YACzB,IAAI,EAAE,2BAA2B;YACjC,CAAC,EAAE,qCAAqC;YACxC,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;WAUG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,qBAAqB;YACxB,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;WAOG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -13,13 +13,14 @@ export declare const file_ai_stigmer_agentic_skill_v1_command: GenFile;
13
13
  */
14
14
  export declare const SkillCommandController: GenService<{
15
15
  /**
16
- * Push (upload) a skill artifact.
17
- * This operation creates a new skill if it doesn't exist, or creates a new version
18
- * of an existing skill. The skill artifact must contain SKILL.md.
16
+ * Push a skill artifact.
17
+ * Creates a skill if it does not exist, or creates a new version of an
18
+ * existing skill. The artifact must contain a SKILL.md file.
19
19
  *
20
+ * @internal
20
21
  * Authorization:
21
22
  * - Organization-scoped skills: Caller must have can_create_skill permission in the organization
22
- * - Platform-scoped skills: Caller must be a platform operator (handled automatically by common auth step)
23
+ * - Platform-scoped skills: Caller must be a platform operator
23
24
  *
24
25
  * The backend will:
25
26
  * 1. Normalize the name to a slug
@@ -30,8 +31,6 @@ export declare const SkillCommandController: GenService<{
30
31
  * 6. Update skill spec and status
31
32
  * 7. Archive the previous version (if updating)
32
33
  *
33
- * Returns: The created or updated Skill resource (consistent with other CRUD operations)
34
- *
35
34
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillCommandController.push
36
35
  */
37
36
  push: {
@@ -40,18 +39,18 @@ export declare const SkillCommandController: GenService<{
40
39
  output: typeof SkillSchema;
41
40
  };
42
41
  /**
43
- * Push a skill directly from an execution artifact already in storage.
44
- *
45
- * This is the server-side equivalent of push() instead of receiving
46
- * ZIP bytes from the client, it reads an existing directory artifact
47
- * (produced by an agent execution) from artifact storage and pushes
48
- * it as a skill. This avoids downloading the ZIP to the browser and
49
- * re-uploading it, and eliminates CORS concerns for SDK consumers.
42
+ * Push a skill from an execution artifact already in storage.
43
+ * Use this when an agent execution has already produced a skill artifact
44
+ * and you want to publish it without downloading and re-uploading the ZIP.
50
45
  *
51
- * The caller must have can_view on the referenced execution AND
52
- * can_create_skill in the target organization.
46
+ * @internal
47
+ * Server-side equivalent of push() — reads the ZIP directly from artifact
48
+ * storage instead of receiving bytes from the client. This eliminates
49
+ * CORS concerns for SDK consumers.
53
50
  *
54
- * Returns: The created or updated Skill resource
51
+ * Authorization:
52
+ * - Requires can_view on the referenced execution (to read the artifact)
53
+ * - Requires can_create_skill in the target organization (to push the skill)
55
54
  *
56
55
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillCommandController.pushFromExecutionArtifact
57
56
  */
@@ -62,12 +61,11 @@ export declare const SkillCommandController: GenService<{
62
61
  };
63
62
  /**
64
63
  * Update the visibility of an existing skill.
64
+ * Only modifies metadata.visibility, leaving spec, status, and other
65
+ * metadata fields untouched. Use this to make a skill publicly accessible
66
+ * or to revoke public access.
65
67
  *
66
- * This is a targeted metadata update — it only modifies metadata.visibility,
67
- * leaving spec, status, and other metadata fields untouched. Skills default
68
- * to visibility_private on push; use this RPC to make a skill publicly
69
- * accessible (marketplace-style sharing) or to revoke public access.
70
- *
68
+ * @internal
71
69
  * Authorization: Requires can_edit permission on the skill resource.
72
70
  *
73
71
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillCommandController.updateVisibility
@@ -79,7 +77,9 @@ export declare const SkillCommandController: GenService<{
79
77
  };
80
78
  /**
81
79
  * Delete a skill and all its versions.
82
- * This removes the skill from the main collection but preserves audit history.
80
+ *
81
+ * @internal
82
+ * Removes the skill from the main collection but preserves audit history.
83
83
  *
84
84
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillCommandController.delete
85
85
  */
@@ -23,19 +23,19 @@ export type SkillId = Message<"ai.stigmer.agentic.skill.v1.SkillId"> & {
23
23
  export declare const SkillIdSchema: GenMessage<SkillId>;
24
24
  /**
25
25
  * PushSkillRequest contains the skill artifact and metadata for upload.
26
- * This operation creates a new skill if it doesn't exist, or creates a new version
27
- * of an existing skill.
26
+ * Creates a skill if it does not exist, or creates a new version of an
27
+ * existing skill.
28
28
  *
29
+ * @internal
29
30
  * The skill name and description are extracted by the backend from the SKILL.md
30
31
  * YAML frontmatter within the artifact. The CLI validates the format but does not
31
- * send these fields - backend is the single source of truth for parsing.
32
+ * send these fields backend is the single source of truth for parsing.
32
33
  *
33
34
  * @generated from message ai.stigmer.agentic.skill.v1.PushSkillRequest
34
35
  */
35
36
  export type PushSkillRequest = Message<"ai.stigmer.agentic.skill.v1.PushSkillRequest"> & {
36
37
  /**
37
- * Organization that owns this skill. Required.
38
- * All skills belong to exactly one organization.
38
+ * Organization that owns this skill.
39
39
  *
40
40
  * @generated from field: string org = 1;
41
41
  */
@@ -62,12 +62,14 @@ export type PushSkillRequest = Message<"ai.stigmer.agentic.skill.v1.PushSkillReq
62
62
  */
63
63
  tag: string;
64
64
  /**
65
- * Git provenance for this skill version. Optional.
65
+ * Git provenance for this skill version.
66
+ * Absent when pushed from a non-git directory.
67
+ *
68
+ * @internal
66
69
  * Populated by CLI during push:
67
70
  * - For local pushes: auto-detected if directory is within a git repository
68
71
  * - For git pushes: resolved from user-provided URL/ref
69
- * Absent when pushed from a non-git directory.
70
- * This is stored in SkillStatus.git_provenance for traceability.
72
+ * Stored in SkillStatus.git_provenance for traceability.
71
73
  *
72
74
  * @generated from field: ai.stigmer.agentic.skill.v1.GitProvenance git_provenance = 4;
73
75
  */
@@ -79,25 +81,20 @@ export type PushSkillRequest = Message<"ai.stigmer.agentic.skill.v1.PushSkillReq
79
81
  */
80
82
  export declare const PushSkillRequestSchema: GenMessage<PushSkillRequest>;
81
83
  /**
82
- * PushSkillFromExecutionArtifactRequest pushes a skill from an execution
83
- * artifact that is already stored in artifact storage.
84
+ * PushSkillFromExecutionArtifactRequest publishes a skill from an execution
85
+ * artifact already in storage, without downloading and re-uploading the ZIP.
84
86
  *
85
- * This enables a server-side push flow where the ZIP artifact produced by
86
- * an agent execution (e.g., skill-creator) is pushed as a skill without
87
- * downloading it to the client first. The server reads the ZIP directly
88
- * from artifact storage and delegates to the standard push logic.
87
+ * @internal
88
+ * Server-side push flow: reads the ZIP directly from artifact storage and
89
+ * delegates to the standard push logic.
89
90
  *
90
- * ## Authorization
91
- *
92
- * Requires both:
93
- * - can_view on the agent execution (to read the artifact)
94
- * - can_create_skill in the target organization (to push the skill)
95
- *
96
- * ## Security
91
+ * Authorization:
92
+ * - Requires can_view on the agent execution (to read the artifact)
93
+ * - Requires can_create_skill in the target organization (to push the skill)
97
94
  *
95
+ * Security:
98
96
  * The storage_key is validated to start with "artifacts/{execution_id}/"
99
- * to prevent access to other executions' artifacts (same validation as
100
- * getArtifactContent).
97
+ * to prevent access to other executions' artifacts.
101
98
  *
102
99
  * @generated from message ai.stigmer.agentic.skill.v1.PushSkillFromExecutionArtifactRequest
103
100
  */
@@ -109,24 +106,22 @@ export type PushSkillFromExecutionArtifactRequest = Message<"ai.stigmer.agentic.
109
106
  */
110
107
  org: string;
111
108
  /**
112
- * ID of the agent execution that produced the artifact.
113
- * Used for authorization (can_view check) and storage_key validation.
109
+ * ID of the agent execution that produced the artifact (e.g., "aex_abc123xyz456").
114
110
  *
115
- * Format: "aex_{ulid}"
116
- * Example: "aex_abc123xyz456"
111
+ * @internal
112
+ * Used for authorization (can_view check) and storage_key validation.
113
+ * Format: "aex_{ulid}".
117
114
  *
118
115
  * @generated from field: string execution_id = 2;
119
116
  */
120
117
  executionId: string;
121
118
  /**
122
119
  * Storage key of the directory artifact (ZIP) to push as a skill.
123
- * Must start with "artifacts/{execution_id}/" for security.
124
- *
125
- * Obtain this value from ExecutionArtifact.storage_key in the
126
- * execution status for a DIRECTORY artifact.
120
+ * Obtain this from ExecutionArtifact.storage_key in the execution status.
127
121
  *
128
- * Format: "artifacts/{execution_id}/{filename}.zip"
129
- * Example: "artifacts/aex_abc123xyz456/my-skill.zip"
122
+ * @internal
123
+ * Must start with "artifacts/{execution_id}/" for security.
124
+ * Format: "artifacts/{execution_id}/{filename}.zip".
130
125
  *
131
126
  * @generated from field: string storage_key = 3;
132
127
  */
@@ -152,7 +147,9 @@ export declare const PushSkillFromExecutionArtifactRequestSchema: GenMessage<Pus
152
147
  export type GetArtifactRequest = Message<"ai.stigmer.agentic.skill.v1.GetArtifactRequest"> & {
153
148
  /**
154
149
  * The artifact storage key from skill.status.artifact_storage_key.
155
- * This key identifies the location of the ZIP file in storage (R2/S3).
150
+ *
151
+ * @internal
152
+ * Identifies the location of the ZIP file in storage (R2/S3).
156
153
  *
157
154
  * @generated from field: string artifact_storage_key = 1;
158
155
  */
@@ -1 +1 @@
1
- {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,iHAAiH;AACjH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,uCAAuC,EAAE,MAAM,aAAa,CAAC;AACtE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAY,aAAa,CACvE,QAAQ,CAAC,6uBAA6uB,EAAE,CAAC,uCAAuC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAcj0B;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAwB,aAAa,CAC7D,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AA0DtD;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AAmEtD;;;GAGG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAsD,aAAa,CACzH,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AAiBtD;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AAiBtD;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,iHAAiH;AACjH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,uCAAuC,EAAE,MAAM,aAAa,CAAC;AACtE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAY,aAAa,CACvE,QAAQ,CAAC,6uBAA6uB,EAAE,CAAC,uCAAuC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAcj0B;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAwB,aAAa,CAC7D,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AA4DtD;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AA4DtD;;;GAGG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAsD,aAAa,CACzH,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AAmBtD;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AAiBtD;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC"}
@@ -21,10 +21,11 @@ export declare const SkillQueryController: {
21
21
  * Get a skill by API resource reference with version support.
22
22
  *
23
23
  * Version resolution (via ApiResourceReference.version field):
24
- * - Empty/"latest" → Returns current version from main collection
25
- * - Tag name (e.g., "stable", "v1.0") → Resolves to version with this tag
26
- * - SHA256 hash (64 hex chars) → Returns exact immutable version
24
+ * - Empty/"latest" → Returns the current version
25
+ * - Tag name (e.g., "stable", "v1.0") → Resolves to the version with this tag
26
+ * - SHA256 hash (64 hex chars) → Returns the exact immutable version
27
27
  *
28
+ * @internal
28
29
  * Authorization is handled in the handler after resolving the reference to a skill ID.
29
30
  * (Input doesn't contain skill ID, so proto-level auth cannot work)
30
31
  *
@@ -40,10 +41,10 @@ export declare const SkillQueryController: {
40
41
  * Download skill artifact from storage by its storage key.
41
42
  * Returns the ZIP file containing SKILL.md and implementation files.
42
43
  *
43
- * This endpoint is used by the agent-runner to download and extract
44
- * skill artifacts into the sandbox at /bin/skills/{version_hash}/.
45
- *
46
- * Authorization is skipped as the storage key itself acts as a capability token.
44
+ * @internal
45
+ * Used by the agent-runner to download and extract skill artifacts into the
46
+ * sandbox at /bin/skills/{version_hash}/. Authorization is skipped as the
47
+ * storage key itself acts as a capability token.
47
48
  *
48
49
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillQueryController.getArtifact
49
50
  */
@@ -26,10 +26,11 @@ export const SkillQueryController = {
26
26
  * Get a skill by API resource reference with version support.
27
27
  *
28
28
  * Version resolution (via ApiResourceReference.version field):
29
- * - Empty/"latest" → Returns current version from main collection
30
- * - Tag name (e.g., "stable", "v1.0") → Resolves to version with this tag
31
- * - SHA256 hash (64 hex chars) → Returns exact immutable version
29
+ * - Empty/"latest" → Returns the current version
30
+ * - Tag name (e.g., "stable", "v1.0") → Resolves to the version with this tag
31
+ * - SHA256 hash (64 hex chars) → Returns the exact immutable version
32
32
  *
33
+ * @internal
33
34
  * Authorization is handled in the handler after resolving the reference to a skill ID.
34
35
  * (Input doesn't contain skill ID, so proto-level auth cannot work)
35
36
  *
@@ -45,10 +46,10 @@ export const SkillQueryController = {
45
46
  * Download skill artifact from storage by its storage key.
46
47
  * Returns the ZIP file containing SKILL.md and implementation files.
47
48
  *
48
- * This endpoint is used by the agent-runner to download and extract
49
- * skill artifacts into the sandbox at /bin/skills/{version_hash}/.
50
- *
51
- * Authorization is skipped as the storage key itself acts as a capability token.
49
+ * @internal
50
+ * Used by the agent-runner to download and extract skill artifacts into the
51
+ * sandbox at /bin/skills/{version_hash}/. Authorization is skipped as the
52
+ * storage key itself acts as a capability token.
52
53
  *
53
54
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillQueryController.getArtifact
54
55
  */
@@ -1 +1 @@
1
- {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,oHAAoH;AACpH,oBAAoB;AACpB,cAAc;AAId,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,QAAQ,EAAE,kDAAkD;IAC5D,OAAO,EAAE;QACP;;;;WAIG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;WAYG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;WAUG;QACH,WAAW,EAAE;YACX,IAAI,EAAE,aAAa;YACnB,CAAC,EAAE,kBAAkB;YACrB,CAAC,EAAE,mBAAmB;YACtB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
1
+ {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,oHAAoH;AACpH,oBAAoB;AACpB,cAAc;AAId,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,QAAQ,EAAE,kDAAkD;IAC5D,OAAO,EAAE;QACP;;;;WAIG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;WAaG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;WAUG;QACH,WAAW,EAAE;YACX,IAAI,EAAE,aAAa;YACnB,CAAC,EAAE,kBAAkB;YACrB,CAAC,EAAE,mBAAmB;YACtB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -26,10 +26,11 @@ export declare const SkillQueryController: GenService<{
26
26
  * Get a skill by API resource reference with version support.
27
27
  *
28
28
  * Version resolution (via ApiResourceReference.version field):
29
- * - Empty/"latest" → Returns current version from main collection
30
- * - Tag name (e.g., "stable", "v1.0") → Resolves to version with this tag
31
- * - SHA256 hash (64 hex chars) → Returns exact immutable version
29
+ * - Empty/"latest" → Returns the current version
30
+ * - Tag name (e.g., "stable", "v1.0") → Resolves to the version with this tag
31
+ * - SHA256 hash (64 hex chars) → Returns the exact immutable version
32
32
  *
33
+ * @internal
33
34
  * Authorization is handled in the handler after resolving the reference to a skill ID.
34
35
  * (Input doesn't contain skill ID, so proto-level auth cannot work)
35
36
  *
@@ -44,10 +45,10 @@ export declare const SkillQueryController: GenService<{
44
45
  * Download skill artifact from storage by its storage key.
45
46
  * Returns the ZIP file containing SKILL.md and implementation files.
46
47
  *
47
- * This endpoint is used by the agent-runner to download and extract
48
- * skill artifacts into the sandbox at /bin/skills/{version_hash}/.
49
- *
50
- * Authorization is skipped as the storage key itself acts as a capability token.
48
+ * @internal
49
+ * Used by the agent-runner to download and extract skill artifacts into the
50
+ * sandbox at /bin/skills/{version_hash}/. Authorization is skipped as the
51
+ * storage key itself acts as a capability token.
51
52
  *
52
53
  * @generated from rpc ai.stigmer.agentic.skill.v1.SkillQueryController.getArtifact
53
54
  */
@@ -1 +1 @@
1
- {"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/query_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,oHAAoH;AACpH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,oCAAoC,EAAE,MAAM,UAAU,CAAC;AAEhE,OAAO,EAAE,mCAAmC,EAAE,MAAM,SAAS,CAAC;AAE9D,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAY,aAAa,CAC1E,QAAQ,CAAC,knBAAknB,EAAE,CAAC,oCAAoC,EAAE,mCAAmC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAE/2B;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GA6C5B,aAAa,CAChB,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/query_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,oHAAoH;AACpH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,oCAAoC,EAAE,MAAM,UAAU,CAAC;AAEhE,OAAO,EAAE,mCAAmC,EAAE,MAAM,SAAS,CAAC;AAE9D,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAY,aAAa,CAC1E,QAAQ,CAAC,knBAAknB,EAAE,CAAC,oCAAoC,EAAE,mCAAmC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAE/2B;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GA8C5B,aAAa,CAChB,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC"}
@@ -5,11 +5,12 @@ import type { Message } from "@bufbuild/protobuf";
5
5
  */
6
6
  export declare const file_ai_stigmer_agentic_skill_v1_spec: GenFile;
7
7
  /**
8
- * SkillSpec defines the stored desired state of a skill.
9
- * All fields are extracted from the skill artifact by the backend.
10
- * This follows the Kubernetes spec pattern - contains user's desired state.
8
+ * SkillSpec defines the desired state of a skill.
11
9
  *
12
- * Note: Source/provenance information is NOT stored here - it's in SkillStatus
10
+ * @internal
11
+ * All fields are extracted from the skill artifact by the backend.
12
+ * This follows the Kubernetes spec pattern — contains user's desired state.
13
+ * Source/provenance information is NOT stored here — it's in SkillStatus
13
14
  * as GitProvenance (observed state). See synth.proto for SDK input structure.
14
15
  *
15
16
  * @generated from message ai.stigmer.agentic.skill.v1.SkillSpec
@@ -1 +1 @@
1
- {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,mHAAmH;AACnH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAY,aAAa,CACzE,QAAQ,CAAC,0TAA0T,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAsDrW;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,mHAAmH;AACnH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAY,aAAa,CACzE,QAAQ,CAAC,0TAA0T,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAuDrW;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC"}
@@ -7,32 +7,36 @@ import type { Message } from "@bufbuild/protobuf";
7
7
  export declare const file_ai_stigmer_agentic_skill_v1_status: GenFile;
8
8
  /**
9
9
  * SkillStatus represents the system-managed state of a skill.
10
- * This represents observed state managed by the system.
11
10
  *
12
11
  * @generated from message ai.stigmer.agentic.skill.v1.SkillStatus
13
12
  */
14
13
  export type SkillStatus = Message<"ai.stigmer.agentic.skill.v1.SkillStatus"> & {
15
14
  /**
16
15
  * Standard audit information tracking creation and modification.
16
+ *
17
+ * @internal
17
18
  * Field 99 follows Stigmer convention for audit placement.
18
19
  *
19
20
  * @generated from field: ai.stigmer.commons.apiresource.ApiResourceAudit audit = 99;
20
21
  */
21
22
  audit?: ApiResourceAudit;
22
23
  /**
23
- * SHA256 hash of the skill artifact Zip file.
24
- * This is the content fingerprint and serves as the immutable version identifier.
25
- * Calculated by the system from the uploaded artifact.
24
+ * SHA256 hash of the skill artifact, used as the immutable version identifier.
25
+ *
26
+ * @internal
27
+ * Calculated by the system from the uploaded artifact ZIP.
26
28
  *
27
29
  * @generated from field: string version_hash = 1;
28
30
  */
29
31
  versionHash: string;
30
32
  /**
31
- * Storage location key for the skill artifact.
33
+ * Storage key for the skill artifact.
34
+ *
35
+ * @internal
32
36
  * Format varies based on storage backend:
33
37
  * - Local: "<hash>.zip"
34
38
  * - Cloud: "skills/<slug>_<hash>.zip"
35
- * This is determined by the system based on storage configuration.
39
+ * Determined by the system based on storage configuration.
36
40
  *
37
41
  * @generated from field: string artifact_storage_key = 2;
38
42
  */
@@ -45,10 +49,12 @@ export type SkillStatus = Message<"ai.stigmer.agentic.skill.v1.SkillStatus"> & {
45
49
  state: SkillState;
46
50
  /**
47
51
  * Git provenance tracking where the skill artifacts originated from.
48
- * Populated by CLI during push, provides traceability and enables
49
- * "view on GitHub" links and reproducible deployments.
50
52
  * Absent when pushed from a non-git directory.
51
53
  *
54
+ * @internal
55
+ * Populated by CLI during push; provides traceability and enables
56
+ * "view on GitHub" links and reproducible deployments.
57
+ *
52
58
  * @generated from field: ai.stigmer.agentic.skill.v1.GitProvenance git_provenance = 4;
53
59
  */
54
60
  gitProvenance?: GitProvenance;
@@ -60,7 +66,9 @@ export type SkillStatus = Message<"ai.stigmer.agentic.skill.v1.SkillStatus"> & {
60
66
  export declare const SkillStatusSchema: GenMessage<SkillStatus>;
61
67
  /**
62
68
  * GitProvenance tracks the git origin of skill artifacts.
63
- * This is system-detected metadata, not user-specified configuration.
69
+ *
70
+ * @internal
71
+ * System-detected metadata, not user-specified configuration.
64
72
  * Populated by CLI during push based on:
65
73
  * - Local push: auto-detected from directory's git context
66
74
  * - Git push: resolved from user-provided URL/ref
@@ -69,28 +77,31 @@ export declare const SkillStatusSchema: GenMessage<SkillStatus>;
69
77
  */
70
78
  export type GitProvenance = Message<"ai.stigmer.agentic.skill.v1.GitProvenance"> & {
71
79
  /**
72
- * Git remote URL.
73
- * For local push: detected "origin" remote URL
74
- * For git push: the user-provided repository URL
75
- * Example: "https://github.com/stigmer/skills.git"
80
+ * Git remote URL (e.g., "https://github.com/stigmer/skills.git").
81
+ *
82
+ * @internal
83
+ * For local push: detected "origin" remote URL.
84
+ * For git push: the user-provided repository URL.
76
85
  *
77
86
  * @generated from field: string remote_url = 1;
78
87
  */
79
88
  remoteUrl: string;
80
89
  /**
81
- * Original git reference (for display purposes).
82
- * For local push: detected branch name (e.g., "main") or empty if detached HEAD
83
- * For git push: the user-provided ref (e.g., "v1.0.0", "main")
84
- * This preserves user intent for display while commit provides immutability.
90
+ * Original git reference such as a branch or tag name (e.g., "main", "v1.0.0").
91
+ *
92
+ * @internal
93
+ * For local push: detected branch name or empty if detached HEAD.
94
+ * For git push: the user-provided ref.
95
+ * Preserves user intent for display while commit provides immutability.
85
96
  *
86
97
  * @generated from field: string ref = 2;
87
98
  */
88
99
  ref: string;
89
100
  /**
90
- * Resolved commit SHA (for reproducibility).
91
- * Always populated - this is the immutable version reference.
92
- * Full 40-character SHA ensures exact reproducibility.
93
- * Example: "abc123def456789012345678901234567890abcd"
101
+ * Resolved commit SHA for exact reproducibility.
102
+ *
103
+ * @internal
104
+ * Always populated. Full 40-character SHA.
94
105
  *
95
106
  * @generated from field: string commit = 3;
96
107
  */
@@ -1 +1 @@
1
- {"version":3,"file":"status_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/status_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,qHAAqH;AACrH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AACpG,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,kwBAAkwB,EAAE,CAAC,0CAA0C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAuDz1B;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAoD1D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAE1D;;;;GAIG;AACH,MAAM,CAAN,IAAY,UA4BX;AA5BD,WAAY,UAAU;IACpB;;;;OAIG;IACH,yDAAe,CAAA;IAEf;;;;OAIG;IACH,qDAAa,CAAA;IAEb;;;;OAIG;IACH,6CAAS,CAAA;IAET;;;;OAIG;IACH,+CAAU,CAAA;AACZ,CAAC,EA5BW,UAAU,KAAV,UAAU,QA4BrB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAwB,aAAa,CAChE,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"status_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/status_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,qHAAqH;AACrH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AACpG,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,kwBAAkwB,EAAE,CAAC,0CAA0C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA6Dz1B;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAyD1D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAE1D;;;;GAIG;AACH,MAAM,CAAN,IAAY,UA4BX;AA5BD,WAAY,UAAU;IACpB;;;;OAIG;IACH,yDAAe,CAAA;IAEf;;;;OAIG;IACH,qDAAa,CAAA;IAEb;;;;OAIG;IACH,6CAAS,CAAA;IAET;;;;OAIG;IACH,+CAAU,CAAA;AACZ,CAAC,EA5BW,UAAU,KAAV,UAAU,QA4BrB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAwB,aAAa,CAChE,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC"}