pullfrog 0.1.65 → 0.1.67

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.
@@ -303,6 +303,13 @@ export interface WriteablePayload {
303
303
  * (every cross-repo runtime branch gates on this being present).
304
304
  */
305
305
  xrepo?: XrepoConfig | undefined;
306
+ /**
307
+ * opaque handle to the cross-repo grant the server persisted for this run.
308
+ * presented when minting cross-repo-scoped tokens; the server reads the repo
309
+ * sets from its own row, so this can widen nothing on its own. absent ⇒ the
310
+ * mint is scoped to the primary repo alone.
311
+ */
312
+ xrepoGrant?: string | undefined;
306
313
  /** timeout for agent run (e.g., "10m", "1h30m") - defaults to "1h" */
307
314
  timeout?: string | undefined;
308
315
  /** working directory for the agent */