Build workspace agent, capability graph, and versioned cutovers

This commit is contained in:
2026-09-05 12:33:52 -07:00
parent c4d42a0ac5
commit ce793cc54f
55 changed files with 5600 additions and 2529 deletions
+3 -2
View File
@@ -242,7 +242,7 @@ export type DependencyPortRequirement =
primitives: EdgePrimitive[];
}
| {
kind: "receiver-interface";
kind: "interface";
interfaceRevisionId: InterfaceRevisionId;
}
| { kind: "constructor"; atomId: AtomId };
@@ -299,8 +299,9 @@ export type DependencyBinding =
via?: EdgeTraversal;
}
| {
kind: "receiver-interface";
kind: "interface";
interfaceRevisionId: InterfaceRevisionId;
via?: EdgeTraversal;
}
| { kind: "constructor"; atomId: AtomId };