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
+9 -4
View File
@@ -101,10 +101,15 @@ describe("capability readiness", () => {
expect(exit).toBe(1);
expect(stderr.value()).toBe("");
expect(result).toMatchObject({
ok: false,
capability: "pdf",
judgment: { status: "available" },
readiness: { status: "unavailable" },
schemaVersion: 1,
status: "degraded",
code: "CAPABILITY_UNAVAILABLE",
data: {
ok: false,
capability: "pdf",
judgment: { status: "available" },
readiness: { status: "unavailable" },
},
});
} finally {
await fs.rm(root, { recursive: true, force: true });