@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.
- package/ai/stigmer/agentic/agent/v1/api_pb.d.ts +7 -6
- package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +5 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.js +5 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +5 -1
- package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +4 -1
- package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +13 -8
- package/ai/stigmer/agentic/agent/v1/query_connect.js +13 -8
- package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +13 -8
- package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +57 -175
- package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +5 -5
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +20 -22
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +16 -28
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +41 -25
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +41 -25
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +0 -52
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +1 -6
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +26 -71
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.d.ts +2 -0
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js +2 -0
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +9 -4
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +0 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +13 -11
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +10 -6
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +9 -6
- package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +32 -9
- package/ai/stigmer/agentic/environment/v1/command_connect.js +32 -9
- package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +32 -9
- package/ai/stigmer/agentic/environment/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +20 -12
- package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +19 -6
- package/ai/stigmer/agentic/environment/v1/query_connect.js +19 -6
- package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +19 -6
- package/ai/stigmer/agentic/environment/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +19 -23
- package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +8 -7
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +8 -5
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +2 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +20 -17
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +3 -19
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +5 -11
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +19 -68
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +18 -44
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/command_connect.d.ts +25 -11
- package/ai/stigmer/agentic/session/v1/command_connect.js +25 -11
- package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/command_pb.d.ts +25 -11
- package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +13 -13
- package/ai/stigmer/agentic/session/v1/enum_pb.js +13 -13
- package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/io_pb.d.ts +7 -5
- package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/query_connect.d.ts +4 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js +4 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/query_pb.d.ts +4 -0
- package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +34 -23
- package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +47 -52
- package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +22 -22
- package/ai/stigmer/agentic/skill/v1/command_connect.js +22 -22
- package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +22 -22
- package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +31 -34
- package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +8 -7
- package/ai/stigmer/agentic/skill/v1/query_connect.js +8 -7
- package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +8 -7
- package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +5 -4
- package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +32 -21
- package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +7 -6
- package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.js +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +47 -15
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js +47 -15
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.js +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +27 -33
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +9 -10
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +21 -13
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +4 -4
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +5 -7
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +6 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +4 -6
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +3 -2
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +5 -4
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +60 -252
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +62 -413
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +62 -413
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +148 -697
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +14 -58
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +29 -192
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +9 -16
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.d.ts +8 -39
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +2 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +11 -24
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +39 -9
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +39 -9
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/enum_pb.d.ts +34 -5
- package/ai/stigmer/commons/apiresource/enum_pb.js +34 -5
- package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/io_pb.d.ts +1 -1
- package/ai/stigmer/commons/rpc/pagination_pb.d.ts +10 -4
- package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +17 -8
- package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +16 -4
- package/ai/stigmer/iam/apikey/v1/command_connect.js +16 -4
- package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +16 -4
- package/ai/stigmer/iam/apikey/v1/command_pb.js +1 -1
- package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +9 -3
- package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +13 -4
- package/ai/stigmer/iam/apikey/v1/query_connect.js +13 -4
- package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +13 -4
- package/ai/stigmer/iam/apikey/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +13 -8
- package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +8 -6
- package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +22 -6
- package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +57 -12
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +57 -12
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +16 -9
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +6 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +6 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +8 -8
- package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +11 -6
- package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +9 -6
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +9 -6
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +24 -10
- package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +10 -7
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +22 -1
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +1 -1
- package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +8 -6
- package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -1
- package/ai/stigmer/platform/github/v1/service_connect.d.ts +27 -22
- package/ai/stigmer/platform/github/v1/service_connect.js +27 -22
- package/ai/stigmer/platform/github/v1/service_connect.js.map +1 -1
- package/ai/stigmer/platform/github/v1/service_pb.d.ts +46 -37
- package/ai/stigmer/platform/github/v1/service_pb.js +10 -10
- package/ai/stigmer/platform/github/v1/service_pb.js.map +1 -1
- package/ai/stigmer/search/v1/io_pb.d.ts +40 -40
- package/ai/stigmer/search/v1/io_pb.js.map +1 -1
- package/ai/stigmer/search/v1/query_connect.d.ts +26 -20
- package/ai/stigmer/search/v1/query_connect.js +26 -20
- package/ai/stigmer/search/v1/query_connect.js.map +1 -1
- package/ai/stigmer/search/v1/query_pb.d.ts +26 -20
- package/ai/stigmer/search/v1/query_pb.js +14 -8
- package/ai/stigmer/search/v1/query_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +7 -5
- package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_connect.js +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_pb.js +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +6 -2
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js +6 -2
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +8 -6
- package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_connect.js +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_pb.js +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +15 -4
- package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +2 -23
- package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +12 -3
- package/ai/stigmer/tenancy/project/v1/command_connect.js +12 -3
- package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +12 -3
- package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js +2 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -1
- 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
|
|
11
|
-
*
|
|
12
|
-
*
|
|
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
|
|
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
|
|
39
|
-
*
|
|
40
|
-
*
|
|
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
|
-
*
|
|
47
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
16
|
-
*
|
|
17
|
-
*
|
|
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
|
|
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
|
|
44
|
-
*
|
|
45
|
-
*
|
|
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
|
-
*
|
|
52
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
|
17
|
-
*
|
|
18
|
-
*
|
|
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
|
|
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
|
|
44
|
-
*
|
|
45
|
-
*
|
|
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
|
-
*
|
|
52
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
27
|
-
*
|
|
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
|
|
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.
|
|
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.
|
|
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
|
-
*
|
|
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
|
|
83
|
-
* artifact
|
|
84
|
+
* PushSkillFromExecutionArtifactRequest publishes a skill from an execution
|
|
85
|
+
* artifact already in storage, without downloading and re-uploading the ZIP.
|
|
84
86
|
*
|
|
85
|
-
*
|
|
86
|
-
*
|
|
87
|
-
*
|
|
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
|
-
*
|
|
91
|
-
*
|
|
92
|
-
* Requires
|
|
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
|
|
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
|
-
*
|
|
116
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
129
|
-
*
|
|
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
|
-
*
|
|
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;
|
|
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
|
|
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
|
-
*
|
|
44
|
-
* skill artifacts into the
|
|
45
|
-
*
|
|
46
|
-
*
|
|
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
|
|
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
|
-
*
|
|
49
|
-
* skill artifacts into the
|
|
50
|
-
*
|
|
51
|
-
*
|
|
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
|
|
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
|
|
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
|
-
*
|
|
48
|
-
* skill artifacts into the
|
|
49
|
-
*
|
|
50
|
-
*
|
|
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,
|
|
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
|
|
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
|
-
*
|
|
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;
|
|
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
|
|
24
|
-
*
|
|
25
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
74
|
-
*
|
|
75
|
-
*
|
|
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 (
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
*
|
|
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
|
|
91
|
-
*
|
|
92
|
-
*
|
|
93
|
-
*
|
|
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;
|
|
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"}
|