make runtime provenance platform-neutral

This commit is contained in:
Sinabina
2026-07-17 13:40:04 -07:00
parent d0d770e811
commit 2bc7775f89
7 changed files with 69 additions and 13 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ describe("gstack 2 host-neutral paths and state", () => {
const { state } = await inspectProject(home, identity);
expect(state.concurrentCounter).toBe(60);
expect(state.revision).toBe(60);
});
}, 15_000);
test("crash/resume never automatically repeats an uncertain external effect", async () => {
const root = await temporaryRoot();