fix: close presentation review findings
This commit is contained in:
@@ -5,9 +5,11 @@ export const contributionNodes = [
|
||||
{ id: "planner", label: "External planner" },
|
||||
{ id: "substrate", label: "Typed workflow substrate" },
|
||||
{ id: "runtime", label: "Deterministic runtime" },
|
||||
{ id: "evidence", label: "Persisted, inspectable evidence" },
|
||||
] as const;
|
||||
|
||||
// Evidence is attached to the substrate, not another step in the execution line.
|
||||
export const evidenceNode = { id: "evidence", label: "Persisted, inspectable evidence" } as const;
|
||||
|
||||
export const nonClaims = ["Not a production sandbox", "Not a scheduler", "Not a broad agent benchmark"] as const;
|
||||
|
||||
export const futureWorkBranches = [
|
||||
|
||||
Reference in New Issue
Block a user