Build workspace agent, capability graph, and versioned cutovers
This commit is contained in:
Vendored
+11
@@ -100,6 +100,13 @@ export type InvokeCapabilityRequest = Message<"quixos.orch.InvokeCapabilityReque
|
||||
input: {
|
||||
[key: string]: Value;
|
||||
};
|
||||
/**
|
||||
* Identifies one logical client mutation across the capability and Camino
|
||||
* layers so a live-value controller can recognize its own confirmation.
|
||||
*
|
||||
* @generated from field: string client_mutation_id = 4;
|
||||
*/
|
||||
clientMutationId: string;
|
||||
};
|
||||
/**
|
||||
* Describes the message quixos.orch.InvokeCapabilityRequest.
|
||||
@@ -130,6 +137,10 @@ export type InvokeCapabilityResponse = Message<"quixos.orch.InvokeCapabilityResp
|
||||
* @generated from field: string error = 5;
|
||||
*/
|
||||
error: string;
|
||||
/**
|
||||
* @generated from field: repeated quixos.runtime.DerivedDependency dependencies = 6;
|
||||
*/
|
||||
dependencies: DerivedDependency[];
|
||||
};
|
||||
/**
|
||||
* Describes the message quixos.orch.InvokeCapabilityResponse.
|
||||
|
||||
Reference in New Issue
Block a user