Gates.Test
Path:
_archive/loom-stale-pre-sprint-snapshot/tests/execution/gates.test.tsRelative: loom-stale-pre-sprint-snapshot/tests/execution/gates.test.tsSubproject: _archiveCategory: archivedLines: 103Bytes: 4,287Imports: 7Exports: 0has tests
Content Preview
- import { describe, expect, test } from "bun:test";
- import { AckGate } from "../../src/execution/ack-gate";
- import { LoopDetector } from "../../src/execution/loop-detector";
- import { ReversibilityGate } from "../../src/execution/reversibility-gate";
- import { preflight } from "../../src/execution/preflight";
- import { mintApprovalToken } from "../../src/lib/hmac";
- import { HEX64 } from "./fakes";
- const H2 = "a".repeat(64);
- const SECRET = "test-secret-at-least-32-bytes-long!!";
- const SCOPE = { goal