@stigmer/protos 3.6.0 → 3.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/ai/stigmer/agentic/agentchannel/v1/conversation_command_connect.d.ts +141 -0
  2. package/ai/stigmer/agentic/agentchannel/v1/conversation_command_connect.js +149 -0
  3. package/ai/stigmer/agentic/agentchannel/v1/conversation_command_connect.js.map +1 -0
  4. package/ai/stigmer/agentic/agentchannel/v1/conversation_command_pb.d.ts +140 -0
  5. package/ai/stigmer/agentic/agentchannel/v1/conversation_command_pb.js +34 -0
  6. package/ai/stigmer/agentic/agentchannel/v1/conversation_command_pb.js.map +1 -0
  7. package/ai/stigmer/agentic/agentchannel/v1/conversation_io_pb.d.ts +541 -0
  8. package/ai/stigmer/agentic/agentchannel/v1/conversation_io_pb.js +181 -0
  9. package/ai/stigmer/agentic/agentchannel/v1/conversation_io_pb.js.map +1 -0
  10. package/ai/stigmer/agentic/agentchannel/v1/conversation_query_connect.d.ts +69 -0
  11. package/ai/stigmer/agentic/agentchannel/v1/conversation_query_connect.js +76 -0
  12. package/ai/stigmer/agentic/agentchannel/v1/conversation_query_connect.js.map +1 -0
  13. package/ai/stigmer/agentic/agentchannel/v1/conversation_query_pb.d.ts +70 -0
  14. package/ai/stigmer/agentic/agentchannel/v1/conversation_query_pb.js +30 -0
  15. package/ai/stigmer/agentic/agentchannel/v1/conversation_query_pb.js.map +1 -0
  16. package/ai/stigmer/agentic/agentchannel/v1/delivery_pb.d.ts +36 -2
  17. package/ai/stigmer/agentic/agentchannel/v1/delivery_pb.js +18 -2
  18. package/ai/stigmer/agentic/agentchannel/v1/delivery_pb.js.map +1 -1
  19. package/ai/stigmer/agentic/agentchannel/v1/outbound_pb.d.ts +38 -4
  20. package/ai/stigmer/agentic/agentchannel/v1/outbound_pb.js +38 -4
  21. package/ai/stigmer/agentic/agentchannel/v1/outbound_pb.js.map +1 -1
  22. package/ai/stigmer/agentic/agentchannel/v1/spec_pb.d.ts +25 -0
  23. package/ai/stigmer/agentic/agentchannel/v1/spec_pb.js +2 -1
  24. package/ai/stigmer/agentic/agentchannel/v1/spec_pb.js.map +1 -1
  25. package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +5 -1
  26. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
  27. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +66 -0
  28. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +81 -14
  29. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
  30. package/ai/stigmer/agentic/agentexecution/v1/invocation_pb.d.ts +210 -0
  31. package/ai/stigmer/agentic/agentexecution/v1/invocation_pb.js +25 -0
  32. package/ai/stigmer/agentic/agentexecution/v1/invocation_pb.js.map +1 -0
  33. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +13 -1
  34. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +1 -1
  35. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
  36. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +33 -1
  37. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +2 -1
  38. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -1
  39. package/ai/stigmer/agentic/agentshare/v1/spec_pb.d.ts +27 -0
  40. package/ai/stigmer/agentic/agentshare/v1/spec_pb.js +2 -1
  41. package/ai/stigmer/agentic/agentshare/v1/spec_pb.js.map +1 -1
  42. package/ai/stigmer/agentic/schedule/v1/command_connect.d.ts +35 -21
  43. package/ai/stigmer/agentic/schedule/v1/command_connect.js +37 -23
  44. package/ai/stigmer/agentic/schedule/v1/command_connect.js.map +1 -1
  45. package/ai/stigmer/agentic/schedule/v1/command_pb.d.ts +37 -23
  46. package/ai/stigmer/agentic/schedule/v1/command_pb.js +1 -1
  47. package/ai/stigmer/agentic/schedule/v1/command_pb.js.map +1 -1
  48. package/ai/stigmer/agentic/schedule/v1/io_pb.d.ts +266 -1
  49. package/ai/stigmer/agentic/schedule/v1/io_pb.js +120 -2
  50. package/ai/stigmer/agentic/schedule/v1/io_pb.js.map +1 -1
  51. package/ai/stigmer/agentic/schedule/v1/query_connect.d.ts +26 -0
  52. package/ai/stigmer/agentic/schedule/v1/query_connect.js +27 -1
  53. package/ai/stigmer/agentic/schedule/v1/query_connect.js.map +1 -1
  54. package/ai/stigmer/agentic/schedule/v1/query_pb.d.ts +26 -1
  55. package/ai/stigmer/agentic/schedule/v1/query_pb.js +1 -1
  56. package/ai/stigmer/agentic/schedule/v1/query_pb.js.map +1 -1
  57. package/ai/stigmer/agentic/schedule/v1/spec_pb.d.ts +30 -49
  58. package/ai/stigmer/agentic/schedule/v1/spec_pb.js +2 -8
  59. package/ai/stigmer/agentic/schedule/v1/spec_pb.js.map +1 -1
  60. package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +10 -8
  61. package/ai/stigmer/agentic/session/v1/enum_pb.js +10 -8
  62. package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
  63. package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +7 -5
  64. package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
  65. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +123 -104
  66. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js +4 -7
  67. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
  68. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +1 -1
  69. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
  70. package/ai/stigmer/iam/v1/enum_pb.d.ts +31 -2
  71. package/ai/stigmer/iam/v1/enum_pb.js +30 -1
  72. package/ai/stigmer/iam/v1/enum_pb.js.map +1 -1
  73. package/ai/stigmer/platform/v1/server_info_connect.d.ts +6 -4
  74. package/ai/stigmer/platform/v1/server_info_connect.js +6 -4
  75. package/ai/stigmer/platform/v1/server_info_connect.js.map +1 -1
  76. package/ai/stigmer/platform/v1/server_info_pb.d.ts +53 -4
  77. package/ai/stigmer/platform/v1/server_info_pb.js +7 -2
  78. package/ai/stigmer/platform/v1/server_info_pb.js.map +1 -1
  79. package/package.json +1 -1
@@ -73,5 +73,31 @@ export declare const ScheduleQueryController: {
73
73
  readonly O: any;
74
74
  readonly kind: any;
75
75
  };
76
+ /**
77
+ * List a schedule's run history, newest first.
78
+ *
79
+ * Every fire leaves a row — including fires that created no execution
80
+ * (a refused launch gate, a missing target agent) — with the refusing
81
+ * gate's copy verbatim. This is the surface that explains
82
+ * status.consecutive_failures.
83
+ *
84
+ * @internal
85
+ * Backed by the fire ledger (project DD-017 D-7). Authorization:
86
+ * can_view on the schedule — run history is the schedule's own
87
+ * operational record; the linked executions keep their own bars. Rows
88
+ * carrying an execution id but no terminal outcome are enriched with
89
+ * the execution's live phase at read time (one join), so manual fires
90
+ * need no tracker and outcome columns never lie. OSS implements the
91
+ * same contract against its store; the conformance suite holds both
92
+ * editions to it.
93
+ *
94
+ * @generated from rpc ai.stigmer.agentic.schedule.v1.ScheduleQueryController.listRuns
95
+ */
96
+ readonly listRuns: {
97
+ readonly name: "listRuns";
98
+ readonly I: any;
99
+ readonly O: any;
100
+ readonly kind: any;
101
+ };
76
102
  };
77
103
  };
@@ -2,7 +2,7 @@
2
2
  // @generated from file ai/stigmer/agentic/schedule/v1/query.proto (package ai.stigmer.agentic.schedule.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  // @ts-nocheck
5
- import { GetSchedulesByAgentRequest, ListSchedulesRequest, ScheduleId, ScheduleList } from "./io_pbjs";
5
+ import { GetSchedulesByAgentRequest, ListScheduleRunsRequest, ListSchedulesRequest, ScheduleId, ScheduleList, ScheduleRunList } from "./io_pbjs";
6
6
  import { Schedule } from "./api_pbjs";
7
7
  import { MethodKind } from "@bufbuild/protobuf";
8
8
  import { ApiResourceReference } from "../../../commons/apiresource/io_pbjs";
@@ -81,6 +81,32 @@ export const ScheduleQueryController = {
81
81
  O: ScheduleList,
82
82
  kind: MethodKind.Unary,
83
83
  },
84
+ /**
85
+ * List a schedule's run history, newest first.
86
+ *
87
+ * Every fire leaves a row — including fires that created no execution
88
+ * (a refused launch gate, a missing target agent) — with the refusing
89
+ * gate's copy verbatim. This is the surface that explains
90
+ * status.consecutive_failures.
91
+ *
92
+ * @internal
93
+ * Backed by the fire ledger (project DD-017 D-7). Authorization:
94
+ * can_view on the schedule — run history is the schedule's own
95
+ * operational record; the linked executions keep their own bars. Rows
96
+ * carrying an execution id but no terminal outcome are enriched with
97
+ * the execution's live phase at read time (one join), so manual fires
98
+ * need no tracker and outcome columns never lie. OSS implements the
99
+ * same contract against its store; the conformance suite holds both
100
+ * editions to it.
101
+ *
102
+ * @generated from rpc ai.stigmer.agentic.schedule.v1.ScheduleQueryController.listRuns
103
+ */
104
+ listRuns: {
105
+ name: "listRuns",
106
+ I: ListScheduleRunsRequest,
107
+ O: ScheduleRunList,
108
+ kind: MethodKind.Unary,
109
+ },
84
110
  }
85
111
  };
86
112
  //# sourceMappingURL=query_connect.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/schedule/v1/query_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,0HAA0H;AAC1H,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACvG,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAE5E;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,QAAQ,EAAE,wDAAwD;IAClE,OAAO,EAAE;QACP;;;;WAIG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,UAAU;YACb,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;WASG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;WAaG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,0BAA0B;YAC7B,CAAC,EAAE,YAAY;YACf,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;WAQG;QACH,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,YAAY;YACf,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
1
+ {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/schedule/v1/query_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,0HAA0H;AAC1H,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,0BAA0B,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,UAAU,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AACjJ,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAE5E;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,QAAQ,EAAE,wDAAwD;IAClE,OAAO,EAAE;QACP;;;;WAIG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,UAAU;YACb,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;WASG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;WAaG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,0BAA0B;YAC7B,CAAC,EAAE,YAAY;YACf,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;WAQG;QACH,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,YAAY;YACf,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;WAmBG;QACH,QAAQ,EAAE;YACR,IAAI,EAAE,UAAU;YAChB,CAAC,EAAE,uBAAuB;YAC1B,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
2
2
  import type { ScheduleSchema } from "./api_pb.js";
3
- import type { GetSchedulesByAgentRequestSchema, ListSchedulesRequestSchema, ScheduleIdSchema, ScheduleListSchema } from "./io_pb.js";
3
+ import type { GetSchedulesByAgentRequestSchema, ListScheduleRunsRequestSchema, ListSchedulesRequestSchema, ScheduleIdSchema, ScheduleListSchema, ScheduleRunListSchema } from "./io_pb.js";
4
4
  import type { ApiResourceReferenceSchema } from "../../../commons/apiresource/io_pb.js";
5
5
  /**
6
6
  * Describes the file ai/stigmer/agentic/schedule/v1/query.proto.
@@ -75,4 +75,29 @@ export declare const ScheduleQueryController: GenService<{
75
75
  input: typeof ListSchedulesRequestSchema;
76
76
  output: typeof ScheduleListSchema;
77
77
  };
78
+ /**
79
+ * List a schedule's run history, newest first.
80
+ *
81
+ * Every fire leaves a row — including fires that created no execution
82
+ * (a refused launch gate, a missing target agent) — with the refusing
83
+ * gate's copy verbatim. This is the surface that explains
84
+ * status.consecutive_failures.
85
+ *
86
+ * @internal
87
+ * Backed by the fire ledger (project DD-017 D-7). Authorization:
88
+ * can_view on the schedule — run history is the schedule's own
89
+ * operational record; the linked executions keep their own bars. Rows
90
+ * carrying an execution id but no terminal outcome are enriched with
91
+ * the execution's live phase at read time (one join), so manual fires
92
+ * need no tracker and outcome columns never lie. OSS implements the
93
+ * same contract against its store; the conformance suite holds both
94
+ * editions to it.
95
+ *
96
+ * @generated from rpc ai.stigmer.agentic.schedule.v1.ScheduleQueryController.listRuns
97
+ */
98
+ listRuns: {
99
+ methodKind: "unary";
100
+ input: typeof ListScheduleRunsRequestSchema;
101
+ output: typeof ScheduleRunListSchema;
102
+ };
78
103
  }>;
@@ -10,7 +10,7 @@ import { file_ai_stigmer_commons_rpc_method_options } from "../../../commons/rpc
10
10
  /**
11
11
  * Describes the file ai/stigmer/agentic/schedule/v1/query.proto.
12
12
  */
13
- export const file_ai_stigmer_agentic_schedule_v1_query = /*@__PURE__*/ fileDesc("CiphaS9zdGlnbWVyL2FnZW50aWMvc2NoZWR1bGUvdjEvcXVlcnkucHJvdG8SHmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MTKUBAoXU2NoZWR1bGVRdWVyeUNvbnRyb2xsZXISigEKA2dldBIqLmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5TY2hlZHVsZUlkGiguYWkuc3RpZ21lci5hZ2VudGljLnNjaGVkdWxlLnYxLlNjaGVkdWxlIi3CuBgpCAEQOCIFdmFsdWUqHHVuYXV0aG9yaXplZCB0byBnZXQgc2NoZWR1bGUSdgoOZ2V0QnlSZWZlcmVuY2USNC5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VSZWZlcmVuY2UaKC5haS5zdGlnbWVyLmFnZW50aWMuc2NoZWR1bGUudjEuU2NoZWR1bGUiBNC4GAESfAoKZ2V0QnlBZ2VudBI6LmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5HZXRTY2hlZHVsZXNCeUFnZW50UmVxdWVzdBosLmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5TY2hlZHVsZUxpc3QiBNC4GAEScAoEbGlzdBI0LmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5MaXN0U2NoZWR1bGVzUmVxdWVzdBosLmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5TY2hlZHVsZUxpc3QiBNC4GAEaBKD/KzhiBnByb3RvMw", [file_ai_stigmer_agentic_schedule_v1_api, file_ai_stigmer_agentic_schedule_v1_io, file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_commons_rpc_method_options]);
13
+ export const file_ai_stigmer_agentic_schedule_v1_query = /*@__PURE__*/ fileDesc("CiphaS9zdGlnbWVyL2FnZW50aWMvc2NoZWR1bGUvdjEvcXVlcnkucHJvdG8SHmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MTLGBQoXU2NoZWR1bGVRdWVyeUNvbnRyb2xsZXISigEKA2dldBIqLmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5TY2hlZHVsZUlkGiguYWkuc3RpZ21lci5hZ2VudGljLnNjaGVkdWxlLnYxLlNjaGVkdWxlIi3CuBgpCAEQOCIFdmFsdWUqHHVuYXV0aG9yaXplZCB0byBnZXQgc2NoZWR1bGUSdgoOZ2V0QnlSZWZlcmVuY2USNC5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VSZWZlcmVuY2UaKC5haS5zdGlnbWVyLmFnZW50aWMuc2NoZWR1bGUudjEuU2NoZWR1bGUiBNC4GAESfAoKZ2V0QnlBZ2VudBI6LmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5HZXRTY2hlZHVsZXNCeUFnZW50UmVxdWVzdBosLmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5TY2hlZHVsZUxpc3QiBNC4GAEScAoEbGlzdBI0LmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5MaXN0U2NoZWR1bGVzUmVxdWVzdBosLmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5TY2hlZHVsZUxpc3QiBNC4GAESrwEKCGxpc3RSdW5zEjcuYWkuc3RpZ21lci5hZ2VudGljLnNjaGVkdWxlLnYxLkxpc3RTY2hlZHVsZVJ1bnNSZXF1ZXN0Gi8uYWkuc3RpZ21lci5hZ2VudGljLnNjaGVkdWxlLnYxLlNjaGVkdWxlUnVuTGlzdCI5wrgYNQgBEDgiC3NjaGVkdWxlX2lkKiJ1bmF1dGhvcml6ZWQgdG8gbGlzdCBzY2hlZHVsZSBydW5zGgSg/ys4YgZwcm90bzM", [file_ai_stigmer_agentic_schedule_v1_api, file_ai_stigmer_agentic_schedule_v1_io, file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_commons_rpc_method_options]);
14
14
  /**
15
15
  * ScheduleQueryController handles read operations for schedules.
16
16
  *
@@ -1 +1 @@
1
- {"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/schedule/v1/query_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,0HAA0H;AAC1H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,uCAAuC,EAAE,MAAM,aAAa,CAAC;AAEtE,OAAO,EAAE,sCAAsC,EAAE,MAAM,YAAY,CAAC;AAEpE,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAC/F,OAAO,EAAE,uDAAuD,EAAE,MAAM,wDAAwD,CAAC;AACjI,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AAEvG;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,4zBAA4zB,EAAE,CAAC,uCAAuC,EAAE,sCAAsC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAEziC;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,uBAAuB,GA2D/B,aAAa,CAChB,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/schedule/v1/query_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,0HAA0H;AAC1H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,uCAAuC,EAAE,MAAM,aAAa,CAAC;AAEtE,OAAO,EAAE,sCAAsC,EAAE,MAAM,YAAY,CAAC;AAEpE,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAC/F,OAAO,EAAE,uDAAuD,EAAE,MAAM,wDAAwD,CAAC;AACjI,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AAEvG;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,yiCAAyiC,EAAE,CAAC,uCAAuC,EAAE,sCAAsC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAEtxC;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAoF/B,aAAa,CAChB,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
2
- import type { ApiResourceReference } from "../../../commons/apiresource/io_pb.js";
2
+ import type { AgentInvocation } from "../../agentexecution/v1/invocation_pb.js";
3
3
  import type { Message } from "@bufbuild/protobuf";
4
4
  /**
5
5
  * Describes the file ai/stigmer/agentic/schedule/v1/spec.proto.
@@ -14,11 +14,13 @@ export declare const file_ai_stigmer_agentic_schedule_v1_spec: GenFile;
14
14
  * status — a declarative apply can never clobber it.
15
15
  *
16
16
  * @internal
17
- * DD-008 D8 as amended by DD-009: the target oneof is inline (the
18
- * AgentChannelSpec.provider_config shape, C-3) and the agent target
19
- * carries an ApiResourceReference, not a slug string (C-2). Apply-time
20
- * cron validation is purely lexical (C-4) so no cron parser exists in
21
- * either edition; the Temporal server owns calendar/DST semantics (D2).
17
+ * DD-008 D8 as amended by DD-009 and DD-018: the target oneof is inline
18
+ * (the AgentChannelSpec.provider_config shape, C-3) and the agent arm is
19
+ * the shared AgentInvocation (DD-018 D-3) the owner-settable subset of
20
+ * an agent run, so the schedule speaks the composer's vocabulary instead
21
+ * of a schedule-only one. Apply-time cron validation is purely lexical
22
+ * (C-4) so no cron parser exists in either edition; the Temporal server
23
+ * owns calendar/DST semantics (D2).
22
24
  *
23
25
  * @generated from message ai.stigmer.agentic.schedule.v1.ScheduleSpec
24
26
  */
@@ -93,11 +95,30 @@ export type ScheduleSpec = Message<"ai.stigmer.agentic.schedule.v1.ScheduleSpec"
93
95
  */
94
96
  target: {
95
97
  /**
96
- * Run an agent with a configured prompt.
98
+ * Run an agent with a configured prompt at each fire.
97
99
  *
98
- * @generated from field: ai.stigmer.agentic.schedule.v1.AgentTarget agent = 4;
100
+ * @internal
101
+ * The shared owner-settable run shape (DD-018 D-3), replacing the
102
+ * deleted schedule-only AgentTarget/ScheduleRunConfig pair.
103
+ * Schedule-specific invariants enforced in create/update/apply
104
+ * handlers of both editions, never on the shared message:
105
+ * agent_ref.org must equal metadata.org (the schedule-owning org
106
+ * is the billing org for every fire; creation requires can_edit
107
+ * on the referenced agent, DD-009 C-6); workspace sources must be
108
+ * git_repo (no client is connected at fire time to serve a
109
+ * local_path); agent_ref is immutable across updates while
110
+ * harness, model, workspace, message, and environments stay
111
+ * mutable — every fire builds a fresh session, so nothing
112
+ * session-immutable is ever mutated mid-flight. environment_refs
113
+ * resolution is unchanged from DD-017 D-2/D-4: claim-driven in
114
+ * the execution-context step, org-shared environments only,
115
+ * LOWEST merge priority, enforcement solely at runtime
116
+ * resolution. run_config clamping is unchanged from DD-017 D-3:
117
+ * per-field min(owner, platform) in the run starter.
118
+ *
119
+ * @generated from field: ai.stigmer.agentic.agentexecution.v1.AgentInvocation agent = 4;
99
120
  */
100
- value: AgentTarget;
121
+ value: AgentInvocation;
101
122
  case: "agent";
102
123
  } | {
103
124
  case: undefined;
@@ -109,43 +130,3 @@ export type ScheduleSpec = Message<"ai.stigmer.agentic.schedule.v1.ScheduleSpec"
109
130
  * Use `create(ScheduleSpecSchema)` to create a new message.
110
131
  */
111
132
  export declare const ScheduleSpecSchema: GenMessage<ScheduleSpec>;
112
- /**
113
- * AgentTarget runs an agent with a configured prompt at each fire.
114
- *
115
- * @generated from message ai.stigmer.agentic.schedule.v1.AgentTarget
116
- */
117
- export type AgentTarget = Message<"ai.stigmer.agentic.schedule.v1.AgentTarget"> & {
118
- /**
119
- * Reference to the agent this schedule runs.
120
- *
121
- * @internal
122
- * Invariant (enforced in create/update/apply handlers of both editions,
123
- * the AgentChannel/AgentShare Phase A rule): agent_ref.org must equal
124
- * metadata.org — the schedule-owning org is the billing org for every
125
- * fire. Creation requires can_edit on THIS referenced agent (DD-009
126
- * C-6). Agent deletion does not cascade to schedules (house
127
- * convention): a dangling reference surfaces at fire time as a failed
128
- * tick feeding the auto-pause streak (DD-008 D9), never as a silent
129
- * stall.
130
- *
131
- * @generated from field: ai.stigmer.commons.apiresource.ApiResourceReference agent_ref = 1;
132
- */
133
- agentRef?: ApiResourceReference;
134
- /**
135
- * Prompt each run starts from. The platform appends the fire time in
136
- * the schedule's time zone so the agent knows "today".
137
- *
138
- * @internal
139
- * DD-008 D5: the runner injects no current date into any prompt, so
140
- * the tick composes this message plus a fire-context line. The bound
141
- * applies to the stored prompt, not the composed message.
142
- *
143
- * @generated from field: string message = 2;
144
- */
145
- message: string;
146
- };
147
- /**
148
- * Describes the message ai.stigmer.agentic.schedule.v1.AgentTarget.
149
- * Use `create(AgentTargetSchema)` to create a new message.
150
- */
151
- export declare const AgentTargetSchema: GenMessage<AgentTarget>;
@@ -2,21 +2,15 @@
2
2
  // @generated from file ai/stigmer/agentic/schedule/v1/spec.proto (package ai.stigmer.agentic.schedule.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
5
- import { file_ai_stigmer_commons_apiresource_field_options } from "../../../commons/apiresource/field_options_pb.js";
6
- import { file_ai_stigmer_commons_apiresource_io } from "../../../commons/apiresource/io_pb.js";
5
+ import { file_ai_stigmer_agentic_agentexecution_v1_invocation } from "../../agentexecution/v1/invocation_pb.js";
7
6
  import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb.js";
8
7
  /**
9
8
  * Describes the file ai/stigmer/agentic/schedule/v1/spec.proto.
10
9
  */
11
- export const file_ai_stigmer_agentic_schedule_v1_spec = /*@__PURE__*/ fileDesc("CilhaS9zdGlnbWVyL2FnZW50aWMvc2NoZWR1bGUvdjEvc3BlYy5wcm90bxIeYWkuc3RpZ21lci5hZ2VudGljLnNjaGVkdWxlLnYxIqEBCgxTY2hlZHVsZVNwZWMSFQoEY3JvbhgBIAEoCUIHukgEcgIQARIaCgl0aW1lX3pvbmUYAiABKAlCB7pIBHICEAESDwoHZW5hYmxlZBgDIAEoCBI8CgVhZ2VudBgEIAEoCzIrLmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5BZ2VudFRhcmdldEgAQg8KBnRhcmdldBIFukgCCAEi2QEKC0FnZW50VGFyZ2V0EqwBCglhZ2VudF9yZWYYASABKAsyNC5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VSZWZlcmVuY2VCY7pIXLoBVgoOYWdlbnRfcmVmLmtpbmQSM2FnZW50X3JlZiBtdXN0IHJlZmVyZW5jZSBhIHJlc291cmNlIHdpdGgga2luZD1hZ2VudBoPdGhpcy5raW5kID09IDQwyAEB4IUsKBIbCgdtZXNzYWdlGAIgASgJQgq6SAdyBRABGIBAYgZwcm90bzM", [file_ai_stigmer_commons_apiresource_field_options, file_ai_stigmer_commons_apiresource_io, file_buf_validate_validate]);
10
+ export const file_ai_stigmer_agentic_schedule_v1_spec = /*@__PURE__*/ fileDesc("CilhaS9zdGlnbWVyL2FnZW50aWMvc2NoZWR1bGUvdjEvc3BlYy5wcm90bxIeYWkuc3RpZ21lci5hZ2VudGljLnNjaGVkdWxlLnYxIqsBCgxTY2hlZHVsZVNwZWMSFQoEY3JvbhgBIAEoCUIHukgEcgIQARIaCgl0aW1lX3pvbmUYAiABKAlCB7pIBHICEAESDwoHZW5hYmxlZBgDIAEoCBJGCgVhZ2VudBgEIAEoCzI1LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5BZ2VudEludm9jYXRpb25IAEIPCgZ0YXJnZXQSBbpIAggBYgZwcm90bzM", [file_ai_stigmer_agentic_agentexecution_v1_invocation, file_buf_validate_validate]);
12
11
  /**
13
12
  * Describes the message ai.stigmer.agentic.schedule.v1.ScheduleSpec.
14
13
  * Use `create(ScheduleSpecSchema)` to create a new message.
15
14
  */
16
15
  export const ScheduleSpecSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_schedule_v1_spec, 0);
17
- /**
18
- * Describes the message ai.stigmer.agentic.schedule.v1.AgentTarget.
19
- * Use `create(AgentTargetSchema)` to create a new message.
20
- */
21
- export const AgentTargetSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_schedule_v1_spec, 1);
22
16
  //# sourceMappingURL=spec_pb.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/schedule/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,yHAAyH;AACzH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AAErH,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAC/F,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,inBAAinB,EAAE,CAAC,iDAAiD,EAAE,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAsGvvB;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AAuC3D;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/schedule/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,yHAAyH;AACzH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,oDAAoD,EAAE,MAAM,0CAA0C,CAAC;AAChH,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,yVAAyV,EAAE,CAAC,oDAAoD,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA2H1b;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
@@ -141,19 +141,21 @@ export declare const ExecutionTargetSchema: GenEnum<ExecutionTarget>;
141
141
  * CursorMode selects the Cursor SDK agent type for sessions using
142
142
  * HARNESS_CURSOR.
143
143
  *
144
- * Determined once at session creation based on workspace entries and never
145
- * changed mid-session. Switching would lose Cursor-side conversation state
146
- * because local agents (agent- prefix) and cloud agents (bc- prefix) maintain
144
+ * Determined once at session creation and never changed mid-session.
145
+ * Switching would lose Cursor-side conversation state because local
146
+ * agents (agent- prefix) and cloud agents (bc- prefix) maintain
147
147
  * separate, incompatible conversation stores.
148
148
  *
149
149
  * Ignored when harness is not HARNESS_CURSOR.
150
150
  *
151
151
  * @internal
152
- * Mode selection logic (when feature flag STIGMER_CURSOR_CLOUD_MODE_ENABLED
153
- * is true):
154
- * - All workspace entries are GitRepoSource -> CURSOR_MODE_CLOUD
155
- * - Any workspace entry is LocalPathSource -> CURSOR_MODE_LOCAL
156
- * - Feature flag disabled -> CURSOR_MODE_LOCAL (forced)
152
+ * Runner-owned, never user-set: determineCursorMode() in the cursor
153
+ * runner always returns LOCAL while cloud mode is disabled platform-wide
154
+ * (Cursor cloud agents clone via Cursor's own GitHub App and accept no
155
+ * per-request git credential, so Stigmer provisions the workspace itself
156
+ * and runs a local Cursor agent against it). The former workspace-based
157
+ * selection logic was removed 2026-06-03; STIGMER_CURSOR_CLOUD_MODE_ENABLED
158
+ * still parses into runner config but no longer drives mode selection.
157
159
  *
158
160
  * When UNSPECIFIED on an existing session, the runner treats it as LOCAL
159
161
  * for backward compatibility with sessions created before this field existed.
@@ -147,19 +147,21 @@ export const ExecutionTargetSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agen
147
147
  * CursorMode selects the Cursor SDK agent type for sessions using
148
148
  * HARNESS_CURSOR.
149
149
  *
150
- * Determined once at session creation based on workspace entries and never
151
- * changed mid-session. Switching would lose Cursor-side conversation state
152
- * because local agents (agent- prefix) and cloud agents (bc- prefix) maintain
150
+ * Determined once at session creation and never changed mid-session.
151
+ * Switching would lose Cursor-side conversation state because local
152
+ * agents (agent- prefix) and cloud agents (bc- prefix) maintain
153
153
  * separate, incompatible conversation stores.
154
154
  *
155
155
  * Ignored when harness is not HARNESS_CURSOR.
156
156
  *
157
157
  * @internal
158
- * Mode selection logic (when feature flag STIGMER_CURSOR_CLOUD_MODE_ENABLED
159
- * is true):
160
- * - All workspace entries are GitRepoSource -> CURSOR_MODE_CLOUD
161
- * - Any workspace entry is LocalPathSource -> CURSOR_MODE_LOCAL
162
- * - Feature flag disabled -> CURSOR_MODE_LOCAL (forced)
158
+ * Runner-owned, never user-set: determineCursorMode() in the cursor
159
+ * runner always returns LOCAL while cloud mode is disabled platform-wide
160
+ * (Cursor cloud agents clone via Cursor's own GitHub App and accept no
161
+ * per-request git credential, so Stigmer provisions the workspace itself
162
+ * and runs a local Cursor agent against it). The former workspace-based
163
+ * selection logic was removed 2026-06-03; STIGMER_CURSOR_CLOUD_MODE_ENABLED
164
+ * still parses into runner config but no longer drives mode selection.
163
165
  *
164
166
  * When UNSPECIFIED on an existing session, the runner treats it as LOCAL
165
167
  * for backward compatibility with sessions created before this field existed.
@@ -1 +1 @@
1
- {"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/enum_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,uHAAuH;AACvH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,qlBAAqlB,CAAC,CAAC;AAElmB;;;;;;;;;GASG;AACH,MAAM,CAAN,IAAY,gBAyBX;AAzBD,WAAY,gBAAgB;IAC1B;;;;;;;;OAQG;IACH,6GAAmC,CAAA;IAEnC;;;;;;;;;;;OAWG;IACH,uGAAgC,CAAA;AAClC,CAAC,EAzBW,gBAAgB,KAAhB,gBAAgB,QAyB3B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAA8B,aAAa,CAC5E,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAEvD;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAN,IAAY,OA2BX;AA3BD,WAAY,OAAO;IACjB;;;;OAIG;IACH,mDAAe,CAAA;IAEf;;;;;;;OAOG;IACH,yCAAU,CAAA;IAEV;;;;;;;OAOG;IACH,yCAAU,CAAA;AACZ,CAAC,EA3BW,OAAO,KAAP,OAAO,QA2BlB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,aAAa,GAAqB,aAAa,CAC1D,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAEvD;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,CAAN,IAAY,eA8BX;AA9BD,WAAY,eAAe;IACzB;;;;;;;OAOG;IACH,mEAAe,CAAA;IAEf;;;;;;;OAOG;IACH,uDAAS,CAAA;IAET;;;;;;;OAOG;IACH,uDAAS,CAAA;AACX,CAAC,EA9BW,eAAe,KAAf,eAAe,QA8B1B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAA6B,aAAa,CAC1E,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAEvD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAM,CAAN,IAAY,UA+BX;AA/BD,WAAY,UAAU;IACpB;;;;;OAKG;IACH,yDAAe,CAAA;IAEf;;;;;;;;;OASG;IACH,6CAAS,CAAA;IAET;;;;;;;;OAQG;IACH,6CAAS,CAAA;AACX,CAAC,EA/BW,UAAU,KAAV,UAAU,QA+BrB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAwB,aAAa,CAChE,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/enum_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,uHAAuH;AACvH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,qlBAAqlB,CAAC,CAAC;AAElmB;;;;;;;;;GASG;AACH,MAAM,CAAN,IAAY,gBAyBX;AAzBD,WAAY,gBAAgB;IAC1B;;;;;;;;OAQG;IACH,6GAAmC,CAAA;IAEnC;;;;;;;;;;;OAWG;IACH,uGAAgC,CAAA;AAClC,CAAC,EAzBW,gBAAgB,KAAhB,gBAAgB,QAyB3B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAA8B,aAAa,CAC5E,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAEvD;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAN,IAAY,OA2BX;AA3BD,WAAY,OAAO;IACjB;;;;OAIG;IACH,mDAAe,CAAA;IAEf;;;;;;;OAOG;IACH,yCAAU,CAAA;IAEV;;;;;;;OAOG;IACH,yCAAU,CAAA;AACZ,CAAC,EA3BW,OAAO,KAAP,OAAO,QA2BlB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,aAAa,GAAqB,aAAa,CAC1D,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAEvD;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,CAAN,IAAY,eA8BX;AA9BD,WAAY,eAAe;IACzB;;;;;;;OAOG;IACH,mEAAe,CAAA;IAEf;;;;;;;OAOG;IACH,uDAAS,CAAA;IAET;;;;;;;OAOG;IACH,uDAAS,CAAA;AACX,CAAC,EA9BW,eAAe,KAAf,eAAe,QA8B1B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAA6B,aAAa,CAC1E,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAEvD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAM,CAAN,IAAY,UA+BX;AA/BD,WAAY,UAAU;IACpB;;;;;OAKG;IACH,yDAAe,CAAA;IAEf;;;;;;;;;OASG;IACH,6CAAS,CAAA;IAET;;;;;;;;OAQG;IACH,6CAAS,CAAA;AACX,CAAC,EA/BW,UAAU,KAAV,UAAU,QA+BrB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAwB,aAAa,CAChE,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC"}
@@ -148,16 +148,18 @@ export type SessionSpec = Message<"ai.stigmer.agentic.session.v1.SessionSpec"> &
148
148
  *
149
149
  * Determines whether the Cursor agent runs locally (Agent.create with
150
150
  * local.cwd) or in the cloud (Agent.create with cloud.repos). Set once
151
- * at session creation based on workspace entries and never changed —
152
- * switching mid-session would lose Cursor-side conversation state.
151
+ * at session creation and never changed — switching mid-session would
152
+ * lose Cursor-side conversation state.
153
153
  *
154
154
  * Only meaningful when harness == HARNESS_CURSOR. Ignored for other
155
155
  * harness types.
156
156
  *
157
157
  * @internal
158
- * Set by the cursor-runner on the first execution when cursor_mode is
159
- * UNSPECIFIED. The workflow reads it back on subsequent executions to
160
- * route to the correct Agent.create / Agent.resume path.
158
+ * Runner-owned, never user-set (see the CursorMode enum docs): the
159
+ * cursor-runner stamps it on the first execution when UNSPECIFIED
160
+ * always LOCAL while cloud mode is disabled platform-wide. The
161
+ * workflow reads it back on subsequent executions to route to the
162
+ * correct Agent.create / Agent.resume path.
161
163
  *
162
164
  * When UNSPECIFIED on an existing CURSOR session, the runner defaults
163
165
  * to LOCAL for backward compatibility.
@@ -1 +1 @@
1
- {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,uHAAuH;AACvH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qCAAqC,EAAE,MAAM,2BAA2B,CAAC;AAElF,OAAO,EAAE,uCAAuC,EAAE,MAAM,cAAc,CAAC;AAEvE,OAAO,EAAE,4CAA4C,EAAE,MAAM,mBAAmB,CAAC;AACjF,OAAO,EAAE,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AAErH,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAC/F,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,0zCAA0zC,EAAE,CAAC,qCAAqC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,iDAAiD,EAAE,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA2L9jD;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,uHAAuH;AACvH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qCAAqC,EAAE,MAAM,2BAA2B,CAAC;AAElF,OAAO,EAAE,uCAAuC,EAAE,MAAM,cAAc,CAAC;AAEvE,OAAO,EAAE,4CAA4C,EAAE,MAAM,mBAAmB,CAAC;AACjF,OAAO,EAAE,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AAErH,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAC/F,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,0zCAA0zC,EAAE,CAAC,qCAAqC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,iDAAiD,EAAE,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA6L9jD;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC"}