fix(gstack2): harden integrated runtime verification

This commit is contained in:
Sinabina
2026-07-21 12:29:01 -07:00
parent 09492d34b4
commit 37144e8b05
24 changed files with 2032 additions and 3313 deletions
+3
View File
@@ -14,6 +14,9 @@ export const EXECUTION_RESULT_ERROR_CODES = Object.freeze({
DEGRADED: "EXECUTION_DEGRADED",
UNSUPPORTED: "EXECUTION_UNSUPPORTED",
FAILED: "EXECUTION_FAILED",
CAPABILITY_UNAVAILABLE: "CAPABILITY_UNAVAILABLE",
CAPABILITY_UNSUPPORTED: "CAPABILITY_UNSUPPORTED",
CAPABILITY_FAILED: "CAPABILITY_FAILED",
});
export const EXECUTION_RESULT_SCHEMA = Object.freeze({