feat(orchestrator): enforce Page Data validation gate
This commit is contained in:
@@ -228,6 +228,13 @@ export type OrchestratorRuntime = {
|
||||
reason: string | null;
|
||||
environmentGate: boolean;
|
||||
};
|
||||
pageDataValidationGate: {
|
||||
requested: boolean;
|
||||
enabled: boolean;
|
||||
failClosed: boolean;
|
||||
reason: string | null;
|
||||
environmentGate: boolean;
|
||||
};
|
||||
executionHandoff: {
|
||||
implemented: boolean;
|
||||
requested: boolean;
|
||||
|
||||
Reference in New Issue
Block a user