Build workspace agent, capability graph, and versioned cutovers
This commit is contained in:
@@ -49,6 +49,7 @@ message InvokeCapabilityResponse {
|
||||
bool ok = 3;
|
||||
camino.Value result = 4;
|
||||
string error = 5;
|
||||
repeated quixos.runtime.DerivedDependency dependencies = 6;
|
||||
}
|
||||
|
||||
message WatchCapabilityRequest {
|
||||
|
||||
@@ -17,7 +17,7 @@ message InjectedDependency {
|
||||
oneof binding {
|
||||
string state_slot_id = 2;
|
||||
EdgeDependency edge = 3;
|
||||
string receiver_interface_revision_id = 4;
|
||||
string interface_revision_id = 4;
|
||||
string constructor_atom_id = 5;
|
||||
}
|
||||
// Defaults to the invocation receiver. A checked dependency traversal can
|
||||
|
||||
@@ -29,6 +29,7 @@ message InvokeResponse {
|
||||
bool ok = 1;
|
||||
camino.Value result = 2;
|
||||
string error = 3;
|
||||
repeated DerivedDependency dependencies = 4;
|
||||
}
|
||||
|
||||
message WatchRequest {
|
||||
|
||||
Reference in New Issue
Block a user