{
  "type": "ChannelAwareVerificationReport",
  "version": "1.0.0",
  "timestamp": "2026-08-14T05:53:06.635Z",
  "bunVersion": "1.3.14",
  "bunRevision": "0d9b296af33f",
  "blogPost": "https://bun.com/blog/bun-v1.3.14",
  "semanticTags": {
    "channel": "pinned",
    "targetVersion": "1.3.14",
    "latestAtTestTime": "1.3.14",
    "testSuiteCommit": "9bddd2292563477d0f145369351bdaf7320974d2",
    "provenanceId": "local-2026-08-14T05-53-06-635Z",
    "testedAt": "2026-08-14T05:53:06.635Z",
    "bunRevision": "0d9b296af33f",
    "runtimeVersion": "1.3.14",
    "platform": "darwin",
    "arch": "arm64",
    "channelResolveSource": "pinned",
    "githubAuthSource": "none",
    "subsystems": [
      "runtime",
      "package-manager",
      "networking",
      "bundler",
      "other"
    ]
  },
  "releaseNotes": [
    {
      "id": "bun-image",
      "title": "Bun.Image — built-in image processing",
      "verify": "automated",
      "canonical": "https://bun.com/blog/bun-v1.3.14#bun-image-built-in-image-processing",
      "refs": [
        "https://bun.com/blog/bun-v1.3.14#bun-image-built-in-image-processing",
        "https://bun.com/blog/bun-v1.3.14#input-sources",
        "https://bun.com/blog/bun-v1.3.14#chainable-transforms",
        "https://bun.com/blog/bun-v1.3.14#resize-filters",
        "https://bun.com/blog/bun-v1.3.14#terminal-methods",
        "https://bun.com/blog/bun-v1.3.14#body-integration",
        "https://bun.com/blog/bun-v1.3.14#platform-specific-formats",
        "https://bun.com/blog/bun-v1.3.14#performance-vs-sharp-0-34-5"
      ]
    },
    {
      "id": "tls-system-ca-no-flag",
      "title": "tls.getCACertificates('system') without --use-system-ca",
      "verify": "automated",
      "canonical": "https://bun.com/blog/bun-v1.3.14#tls-getcacertificates-system-now-works-without-use-system-ca",
      "refs": [
        "https://bun.com/blog/bun-v1.3.14#tls-getcacertificates-system-now-works-without-use-system-ca",
        "https://bun.com/reference/node/tls/getCACertificates",
        "https://github.com/oven-sh/bun/issues/24339",
        "https://github.com/oven-sh/bun/pull/29526"
      ]
    },
    {
      "id": "gc-builtins-incremental",
      "title": "Reduced incremental GC overhead for built-in objects",
      "verify": "smoke",
      "canonical": "https://bun.com/blog/bun-v1.3.14#reduced-gc-overhead-for-built-in-objects",
      "refs": [
        "https://bun.com/blog/bun-v1.3.14#reduced-gc-overhead-for-built-in-objects"
      ]
    },
    {
      "id": "binary-size-linux-windows",
      "title": "Smaller Bun binary on Windows and Linux",
      "verify": "informational",
      "canonical": "https://bun.com/blog/bun-v1.3.14#smaller-binary-size",
      "refs": [
        "https://bun.com/blog/bun-v1.3.14#smaller-binary-size",
        "https://github.com/oven-sh/bun/releases"
      ]
    },
    {
      "id": "event-loop-refactor",
      "title": "Event loop refactor (reliability + memory)",
      "verify": "automated",
      "canonical": "https://bun.com/blog/bun-v1.3.14#event-loop-refactor",
      "refs": [
        "https://bun.com/blog/bun-v1.3.14#event-loop-refactor"
      ]
    },
    {
      "id": "using-await-using-native",
      "title": "using / await using no longer lowered when targeting Bun",
      "verify": "automated",
      "canonical": "https://bun.com/blog/bun-v1.3.14#using-await-using-no-longer-lowered-when-targeting-bun",
      "refs": [
        "https://bun.com/blog/bun-v1.3.14#using-await-using-no-longer-lowered-when-targeting-bun"
      ]
    },
    {
      "id": "no-orphans",
      "title": "--no-orphans — exit when parent process dies",
      "verify": "smoke",
      "canonical": "https://bun.com/blog/bun-v1.3.14#no-orphans-exit-when-the-parent-process-dies",
      "refs": [
        "https://bun.com/blog/bun-v1.3.14#no-orphans-exit-when-the-parent-process-dies"
      ]
    },
    {
      "id": "faster-esm",
      "title": "Faster ESM module loading",
      "verify": "smoke",
      "canonical": "https://bun.com/blog/bun-v1.3.14#faster-esm-module-loading",
      "refs": [
        "https://bun.com/blog/bun-v1.3.14#faster-esm-module-loading"
      ]
    },
    {
      "id": "cross-language-lto",
      "title": "Cross-language LTO for Zig ↔ C++ on Linux",
      "verify": "smoke",
      "canonical": "https://bun.com/blog/bun-v1.3.14#cross-language-lto-for-zig-c-on-linux",
      "refs": [
        "https://bun.com/blog/bun-v1.3.14#cross-language-lto-for-zig-c-on-linux"
      ]
    },
    {
      "id": "bun-terminal-pty",
      "title": "Bun.Terminal API for pseudo-terminal (PTY) support",
      "verify": "automated",
      "canonical": "https://bun.com/blog/bun-v1.3.5#bun-terminal-api-for-pseudo-terminal-pty-support",
      "refs": [
        "https://bun.com/blog/bun-v1.3.5#bun-terminal-api-for-pseudo-terminal-pty-support",
        "https://bun.com/docs/runtime/child-process#terminal-pty-support"
      ]
    },
    {
      "id": "compile-time-feature-flags",
      "title": "Compile-time feature flags (bun:bundle)",
      "verify": "automated",
      "canonical": "https://bun.com/blog/bun-v1.3.5#compile-time-feature-flags-for-dead-code-elimination",
      "refs": [
        "https://bun.com/blog/bun-v1.3.5#compile-time-feature-flags-for-dead-code-elimination",
        "https://bun.com/docs/bundler/index#features",
        "https://bun.com/docs/guides/runtime/build-time-constants#feature-flags"
      ]
    },
    {
      "id": "stringwidth-accuracy",
      "title": "Improved Bun.stringWidth accuracy",
      "verify": "automated",
      "canonical": "https://bun.com/blog/bun-v1.3.5#improved-bun-stringwidth-accuracy",
      "refs": [
        "https://bun.com/blog/bun-v1.3.5#improved-bun-stringwidth-accuracy",
        "https://bun.com/docs/runtime/utils#bun-stringwidth"
      ]
    },
    {
      "id": "s3-content-disposition",
      "title": "S3 contentDisposition uploads",
      "verify": "informational",
      "canonical": "https://bun.com/blog/bun-v1.3.5#content-disposition-support-for-s3-uploads",
      "refs": [
        "https://bun.com/blog/bun-v1.3.5#content-disposition-support-for-s3-uploads",
        "https://bun.com/docs/runtime/s3"
      ]
    },
    {
      "id": "npmrc-env-expansion",
      "title": ".npmrc quoted env expansion + ? modifier",
      "verify": "informational",
      "canonical": "https://bun.com/blog/bun-v1.3.5#environment-variable-expansion-in-npmrc-quoted-values",
      "refs": [
        "https://bun.com/blog/bun-v1.3.5#environment-variable-expansion-in-npmrc-quoted-values",
        "https://bun.com/docs/pm/npmrc"
      ]
    }
  ],
  "results": [
    {
      "name": "tls.getCACertificates('system')",
      "expected": "non-empty on linux/win32; array on macOS (no --use-system-ca)",
      "actual": "1 certs · darwin · non-empty without --use-system-ca",
      "passed": true,
      "canonicalKey": "tls-getcacertificates-system-now-works-without-use-system-ca",
      "canonical": "https://bun.com/blog/bun-v1.3.14#tls-getcacertificates-system-now-works-without-use-system-ca",
      "canonicalKind": "ShipNote",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "1.3.14",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.14#tls-getcacertificates-system-now-works-without-use-system-ca",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "Built-in objects GC smoke (Request/Response)",
      "expected": "2000 allocs + optional Bun.gc without crash",
      "actual": "ok (2000 allocs)",
      "passed": true,
      "canonicalKey": "reduced-gc-overhead-for-built-in-objects",
      "canonical": "https://bun.com/blog/bun-v1.3.14#reduced-gc-overhead-for-built-in-objects",
      "canonicalKind": "ShipNote",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "1.3.14",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.14#reduced-gc-overhead-for-built-in-objects",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "Bun.escapeHTML performance",
      "expected": "< 500 ns per call",
      "actual": "56.2 ns",
      "passed": true,
      "canonicalKey": "cross-language-lto-for-zig-c-on-linux",
      "canonical": "https://bun.com/blog/bun-v1.3.14#cross-language-lto-for-zig-c-on-linux",
      "canonicalKind": "ShipNote",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "1.3.14",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.14#cross-language-lto-for-zig-c-on-linux",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "ESM module load (node:fs)",
      "expected": "loads successfully",
      "actual": "22.53ms",
      "passed": true,
      "canonicalKey": "faster-esm-module-loading",
      "canonical": "https://bun.com/blog/bun-v1.3.14#faster-esm-module-loading",
      "canonicalKind": "ShipNote",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "1.3.14",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.14#faster-esm-module-loading",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "Process exit with pending timer",
      "expected": "exits before unref timer fires",
      "actual": "exits before unref timer fires",
      "passed": true,
      "canonicalKey": "event-loop-refactor",
      "canonical": "https://bun.com/blog/bun-v1.3.14#event-loop-refactor",
      "canonicalKind": "Concept",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "1.3.14",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.14#event-loop-refactor",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "timer.ref() after fired setTimeout",
      "expected": "process exits (ref does not keep loop alive)",
      "actual": "exits after ref on fired timer",
      "passed": true,
      "canonicalKey": "event-loop-refactor",
      "canonical": "https://bun.com/blog/bun-v1.3.14#event-loop-refactor",
      "canonicalKind": "Concept",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "1.3.14",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.14#event-loop-refactor",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "WebSocket cleanup on close",
      "expected": "no crash or leak",
      "actual": "ok",
      "passed": true,
      "canonicalKey": "websocket-permessagedeflate-false-now-respected-in-upgrade-requests",
      "canonical": "https://bun.com/blog/bun-v1.3.14#websocket-permessagedeflate-false-now-respected-in-upgrade-requests",
      "canonicalKind": "ShipNote",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "1.3.14",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.14#websocket-permessagedeflate-false-now-respected-in-upgrade-requests",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "Child process stdin pipe cleanup",
      "expected": "exits without hanging",
      "actual": "exited",
      "passed": true,
      "canonicalKey": "event-loop-refactor",
      "canonical": "https://bun.com/blog/bun-v1.3.14#event-loop-refactor",
      "canonicalKind": "Concept",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "1.3.14",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.14#event-loop-refactor",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "Bun Shell basics",
      "expected": "echo works",
      "actual": "\"hello\"",
      "passed": true,
      "canonicalKey": "Bun Shell basics",
      "canonical": "https://bun.com/docs/runtime/shell#getting-started",
      "canonicalKind": "API",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/runtime/shell#getting-started",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "structuredClone Blob",
      "expected": "clone works",
      "actual": "ok",
      "passed": true,
      "canonicalKey": "structuredClone Blob",
      "canonical": "https://bun.com/docs/runtime/file-io#reading-files-bun-file",
      "canonicalKind": "API",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/runtime/file-io#reading-files-bun-file",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "Bun.password.hash",
      "expected": "returns a string",
      "actual": "string",
      "passed": true,
      "canonicalKey": "Bun.password.hash",
      "canonical": "https://bun.com/docs/runtime/hashing#bun-password",
      "canonicalKind": "API",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/runtime/hashing#bun-password",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "Bun.inspect depth",
      "expected": "unlimited in canary",
      "actual": "unlimited",
      "passed": true,
      "canonicalKey": "upgraded-javascriptcore-engine",
      "canonical": "https://bun.com/blog/bun-v1.3.14#upgraded-javascriptcore-engine",
      "canonicalKind": "ShipNote",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "1.3.14",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.14#upgraded-javascriptcore-engine",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "Bun.hash returns bigint",
      "expected": "bigint",
      "actual": "bigint",
      "passed": true,
      "canonicalKey": "Bun.hash returns bigint",
      "canonical": "https://bun.com/docs/runtime/hashing#bun-hash",
      "canonicalKind": "API",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/runtime/hashing#bun-hash",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "Bun.version / Bun.revision",
      "expected": "both available",
      "actual": "1.3.14 (0d9b296a)",
      "passed": true,
      "canonicalKey": "Bun.version / Bun.revision",
      "canonical": "https://bun.com/docs/runtime/utils#bun-version",
      "canonicalKind": "API",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/runtime/utils#bun-version",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "using / await using (Explicit Resource Mgmt)",
      "expected": "works without lowering",
      "actual": "using=42, await using=84",
      "passed": true,
      "canonicalKey": "using-await-using-no-longer-lowered-when-targeting-bun",
      "canonical": "https://bun.com/blog/bun-v1.3.14#using-await-using-no-longer-lowered-when-targeting-bun",
      "canonicalKind": "ShipNote",
      "canonicalStability": "stable",
      "subsystem": "bundler",
      "introducedIn": "1.3.14",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.14#using-await-using-no-longer-lowered-when-targeting-bun",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "Built-in objects (Request, Response)",
      "expected": "created without crash",
      "actual": "ok",
      "passed": true,
      "canonicalKey": "reduced-gc-overhead-for-built-in-objects",
      "canonical": "https://bun.com/blog/bun-v1.3.14#reduced-gc-overhead-for-built-in-objects",
      "canonicalKind": "ShipNote",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "1.3.14",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.14#reduced-gc-overhead-for-built-in-objects",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "--no-orphans support",
      "expected": "configured in bunfig or env",
      "actual": "bunfig=true, env=false",
      "passed": true,
      "canonicalKey": "no-orphans",
      "canonical": "https://bun.com/blog/bun-v1.3.14#no-orphans-exit-when-the-parent-process-dies",
      "canonicalKind": "ShipNote",
      "canonicalStability": "stable",
      "subsystem": "package-manager",
      "introducedIn": "1.3.14",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.14#no-orphans-exit-when-the-parent-process-dies",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "Bun.Image (all terminal methods: bytes, buffer, blob, toBase64, dataurl, placeholder, metadata, write)",
      "expected": "all terminal methods produce correct output",
      "actual": "fmt=png 1x1 blob-input=png toBuffer=100B webp=0.1KB buf=0.1KB blob=0.1KB b64=136B dataurl=159B placeholder=2638B write=true",
      "passed": true,
      "canonicalKey": "terminal-methods",
      "canonical": "https://bun.com/blog/bun-v1.3.14#terminal-methods",
      "canonicalKind": "ShipNote",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "1.3.14",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.14#terminal-methods",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "Bun.Image direct Response body integration",
      "expected": "served response has image/jpeg Content-Type and encoded bytes",
      "actual": "status=200 content-type=image/jpeg bytes=634",
      "passed": true,
      "canonicalKey": "image-body-integration",
      "canonical": "https://bun.com/blog/bun-v1.3.14#body-integration",
      "canonicalKind": "ShipNote",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "1.3.14",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.14#body-integration",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "fetch protocol (data:)",
      "expected": "fetch protocol round-trip per Bun docs",
      "actual": "data: round-trip (200)",
      "passed": true,
      "canonicalKey": "fetch protocol (data:)",
      "canonical": "https://bun.com/docs/runtime/networking/fetch#data-urls-data",
      "canonicalKind": "API",
      "canonicalStability": "stable",
      "subsystem": "networking",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/runtime/networking/fetch#data-urls-data",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "fetch protocol (blob:)",
      "expected": "fetch protocol round-trip per Bun docs",
      "actual": "blob: round-trip (200)",
      "passed": true,
      "canonicalKey": "fetch protocol (blob:)",
      "canonical": "https://bun.com/docs/runtime/networking/fetch#blob-urls-blob",
      "canonicalKind": "API",
      "canonicalStability": "stable",
      "subsystem": "networking",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/runtime/networking/fetch#blob-urls-blob",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "fetch protocol (file://)",
      "expected": "fetch protocol round-trip per Bun docs",
      "actual": "fetch(file://) + Bun.file(path) round-trip (200)",
      "passed": true,
      "canonicalKey": "fetch protocol (file://)",
      "canonical": "https://bun.com/docs/runtime/networking/fetch#file-urls-file",
      "canonicalKind": "API",
      "canonicalStability": "stable",
      "subsystem": "networking",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/runtime/networking/fetch#file-urls-file",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "fetch s3:// (explicit s3: creds)",
      "expected": "skipped when credentials or offline path unavailable",
      "actual": "skipped — set R2_ACCESS_KEY_ID, R2_SECRET_ACCESS_KEY, R2_ACCOUNT_ID (+ bucket) for live s3:// probes",
      "passed": true,
      "canonicalKey": "fetch s3:// (explicit s3: creds)",
      "canonical": "https://bun.com/docs/runtime/networking/fetch#s3-urls-s3",
      "canonicalKind": "API",
      "canonicalStability": "stable",
      "subsystem": "networking",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/runtime/networking/fetch#s3-urls-s3",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "fetch s3:// (env credentials)",
      "expected": "skipped when credentials or offline path unavailable",
      "actual": "skipped — set R2_ACCESS_KEY_ID, R2_SECRET_ACCESS_KEY, R2_ACCOUNT_ID (+ bucket) for live s3:// probes",
      "passed": true,
      "canonicalKey": "fetch s3:// (env credentials)",
      "canonical": "https://bun.com/docs/runtime/networking/fetch#s3-urls-s3",
      "canonicalKind": "Concept",
      "canonicalStability": "stable",
      "subsystem": "networking",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/runtime/networking/fetch#s3-urls-s3",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "fetch s3:// (Bun.file)",
      "expected": "skipped when credentials or offline path unavailable",
      "actual": "skipped — set R2_ACCESS_KEY_ID, R2_SECRET_ACCESS_KEY, R2_ACCOUNT_ID (+ bucket) for live s3:// probes",
      "passed": true,
      "canonicalKey": "fetch s3:// (Bun.file)",
      "canonical": "https://bun.com/docs/runtime/networking/fetch#s3-urls-s3",
      "canonicalKind": "API",
      "canonicalStability": "stable",
      "subsystem": "networking",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/runtime/networking/fetch#s3-urls-s3",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "install platform: bun-binary-resolved",
      "expected": "Verification toolchain (runtime execPath / Bun.which): bun-binary-resolved",
      "actual": "spawned=bun source=runtime runtime=1.3.14 cli=1.3.14",
      "passed": true,
      "canonicalKey": "Bun.which",
      "canonical": "https://bun.com/docs/runtime/utils#bun-which",
      "canonicalKind": "API",
      "canonicalStability": "stable",
      "subsystem": "package-manager",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/runtime/utils#bun-which",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "install platform: bun-config-env-ssot",
      "expected": "tools/bun-install-env.ts BUN_CONFIG_INSTALL_VARS: bun-config-env-ssot",
      "actual": "env > bunfig; 6 vars (BUN_CONFIG_REGISTRY, BUN_CONFIG_SKIP_INSTALL_PACKAGES, BUN_CONFIG_SKIP_LOAD_LOCKFILE, BUN_CONFIG_SKIP_SAVE_LOCKFILE, BUN_CONFIG_TOKEN, BUN_CONFIG_YARN_LOCKFILE)",
      "passed": true,
      "canonicalKey": "BUN install environment variables",
      "canonical": "https://bun.com/docs/pm/cli/install#configuring-with-environment-variables",
      "canonicalKind": "Concept",
      "canonicalStability": "stable",
      "canonicalDescription": "Environment variables take priority over bunfig.toml",
      "subsystem": "package-manager",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/pm/cli/install#configuring-with-environment-variables",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "install platform: forbidden-install-env",
      "expected": "shell env (docs/UNIFIED.md machine layer): forbidden-install-env",
      "actual": "no BUN_INSTALL_CACHE_DIR / BUN_INSTALL_GLOBAL_STORE in shell env",
      "passed": true,
      "canonicalKey": "install env precedence",
      "canonical": "https://bun.com/docs/pm/cli/install#configuring-with-environment-variables",
      "canonicalKind": "Concept",
      "canonicalStability": "stable",
      "canonicalDescription": "CLI flags → BUN_CONFIG_* → bunfig (project overlays machine)",
      "subsystem": "package-manager",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/pm/cli/install#configuring-with-environment-variables",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "install platform: install-mechanism-notes-ssot",
      "expected": "tools/bun-install-env.ts INSTALL_MECHANISM_NOTES: install-mechanism-notes-ssot",
      "actual": "5 mechanism notes (backend, cache, node_modules, eager/lazy resolve)",
      "passed": true,
      "canonicalKey": "bun install cache mechanism",
      "canonical": "https://bun.com/docs/pm/cli/install#cache",
      "canonicalKind": "Concept",
      "canonicalStability": "stable",
      "subsystem": "package-manager",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/pm/cli/install#cache",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "install platform: runtime-flags",
      "expected": "Bun CLI (isolated probe dir): runtime-flags",
      "actual": "dry-run --cpu=x64 --os=linux exit=0; invalid cpu rejected",
      "passed": true,
      "canonicalKey": "bun install --cpu",
      "canonical": "https://bun.com/docs/pm/cli/install#cpu-and-os-flags",
      "canonicalKind": "CLI",
      "canonicalStability": "stable",
      "subsystem": "package-manager",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/pm/cli/install#cpu-and-os-flags",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "install platform: profile-ssot",
      "expected": ".agents/skills/ast-grep/bun-install-profiles.json: profile-ssot",
      "actual": "cross-linux-x64=x64/linux; cross-linux-arm64=arm64/linux; cross-darwin-arm64=arm64/darwin",
      "passed": true,
      "canonicalKey": "bun install --cpu",
      "canonical": "https://bun.com/docs/pm/cli/install#cpu-and-os-flags",
      "canonicalKind": "CLI",
      "canonicalStability": "stable",
      "subsystem": "package-manager",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/pm/cli/install#cpu-and-os-flags",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "install platform: lockfile-config-version",
      "expected": "bun.lock configVersion + workspaces: lockfile-config-version",
      "actual": "configVersion=1 + workspaces → isolated linker default per Bun docs",
      "passed": true,
      "canonicalKey": "isolated installs",
      "canonical": "https://bun.com/docs/pm/isolated-installs",
      "canonicalKind": "Concept",
      "canonicalStability": "stable",
      "subsystem": "package-manager",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/pm/isolated-installs",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "install platform: machine-isolated-linker",
      "expected": "~/.bunfig.toml (docs/UNIFIED.md machine SSOT): machine-isolated-linker",
      "actual": "linker=isolated (inherited from ~/.bunfig.toml); globalStore=true (inherited from ~/.bunfig.toml)",
      "passed": true,
      "canonicalKey": "isolated installs",
      "canonical": "https://bun.com/docs/pm/isolated-installs",
      "canonicalKind": "Concept",
      "canonicalStability": "stable",
      "subsystem": "package-manager",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/pm/isolated-installs",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "install platform: machine-global-store",
      "expected": "~/.bunfig.toml globalStore + isolated linker: machine-global-store",
      "actual": "linker=isolated (inherited from ~/.bunfig.toml); globalStore=true (inherited from ~/.bunfig.toml)",
      "passed": true,
      "canonicalKey": "global virtual store",
      "canonical": "https://bun.com/docs/pm/global-store",
      "canonicalKind": "Concept",
      "canonicalStability": "stable",
      "subsystem": "package-manager",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/pm/global-store",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "install platform: monorepo-cross-dry-run",
      "expected": "FactoryWager monorepo root (package.json + bun.lock): monorepo-cross-dry-run",
      "actual": "cross-linux-x64:ok; cross-linux-arm64:ok; cross-darwin-arm64:ok",
      "passed": true,
      "canonicalKey": "bun install --cpu",
      "canonical": "https://bun.com/docs/pm/cli/install#cpu-and-os-flags",
      "canonicalKind": "CLI",
      "canonicalStability": "stable",
      "subsystem": "package-manager",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/pm/cli/install#cpu-and-os-flags",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "install platform: lockfile-stable",
      "expected": "bun.lock shared lockfile (docs/UNIFIED.md): lockfile-stable",
      "actual": "hash unchanged (fc9a90b75c0d05b7) after cross dry-runs",
      "passed": true,
      "canonicalKey": "platform-specific dependencies",
      "canonical": "https://bun.com/docs/pm/cli/install#platform-specific-dependencies",
      "canonicalKind": "Concept",
      "canonicalStability": "stable",
      "subsystem": "package-manager",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/pm/cli/install#platform-specific-dependencies",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "Bun.Archive (create, extract, gzip, read)",
      "expected": "creates tar, extracts, gzips, reads files back",
      "actual": "archive bytes=10240, gzip=126, round-trip verified",
      "passed": true,
      "canonicalKey": "Bun.Archive (create, extract, gzip, read)",
      "canonical": "https://bun.com/docs/runtime/archive",
      "canonicalKind": "API",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs/runtime/archive",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "Bun.stringWidth accuracy (emoji, ZWJ, soft hyphen, word joiner)",
      "expected": "flag=2 skin=2 zwj=2 hyphen=0 joiner=0",
      "actual": "flag=2 skin=2 zwj=2 hyphen=0 joiner=0",
      "passed": true,
      "canonicalKey": "Bun.stringWidth accuracy (emoji, ZWJ, soft hyphen, word joiner)",
      "canonical": "https://bun.com/blog/bun-v1.3.5#improved-bun-stringwidth-accuracy",
      "canonicalKind": "API",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "1.3.5",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.5#improved-bun-stringwidth-accuracy",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "Bun.spawn PTY (echo capture)",
      "expected": "PTY echo captured via Bun.spawn({ terminal })",
      "actual": "exit=0 captured pty output (1 chunks)",
      "passed": true,
      "canonicalKey": "Bun.spawn PTY (echo capture)",
      "canonical": "https://bun.com/blog/bun-v1.3.5#bun-terminal-api-for-pseudo-terminal-pty-support",
      "canonicalKind": "API",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "1.3.5",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.5#bun-terminal-api-for-pseudo-terminal-pty-support",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "Compile-time feature flags (bun:bundle)",
      "expected": "PREMIUM branch kept; free path eliminated when --feature set",
      "actual": "PREMIUM branch kept; free eliminated",
      "passed": true,
      "canonicalKey": "Compile-time feature flags (bun:bundle)",
      "canonical": "https://bun.com/blog/bun-v1.3.5#compile-time-feature-flags-for-dead-code-elimination",
      "canonicalKind": "API",
      "canonicalStability": "stable",
      "subsystem": "bundler",
      "introducedIn": "1.3.5",
      "_links": {
        "docs": "https://bun.com/blog/bun-v1.3.5#compile-time-feature-flags-for-dead-code-elimination",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "blog"
    },
    {
      "name": "URL.host (hostname + port)",
      "expected": "host includes port; hostname excludes port; host setter updates href",
      "actual": "host=example.com:8080; set host=test.com:9000",
      "passed": true,
      "canonicalKey": "URL.host (hostname + port)",
      "canonical": "https://bun.com/reference/globals/URL/host",
      "canonicalKind": "API",
      "canonicalStability": "stable",
      "subsystem": "runtime",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/reference/globals/URL/host",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "reference"
    },
    {
      "name": "Uint8Array Bun extensions (toBase64, toHex, setFromBase64, setFromHex, mmap, file.bytes, blob.bytes)",
      "expected": "all Bun Uint8Array extensions and binary data APIs work",
      "actual": "base64=true hex=true rt=true mmap=123714B file=123714B blob=5B",
      "passed": true,
      "canonicalKey": "uint8array-bun-extensions",
      "canonical": "https://bun.com/docs",
      "canonicalKind": "ShipNote",
      "canonicalStability": "stable",
      "subsystem": "other",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "URL.host / hostname / port (WHATWG)",
      "expected": "host includes port, hostname excludes port, default ports hidden",
      "actual": "host:pass set:pass defaults:pass",
      "passed": true,
      "canonicalKey": "url-host-whatwg",
      "canonical": "https://bun.com/docs",
      "canonicalKind": "ShipNote",
      "canonicalStability": "stable",
      "subsystem": "other",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "S3 contentDisposition option",
      "expected": "accepts contentDisposition without error",
      "actual": "ok",
      "passed": true,
      "canonicalKey": "s3-content-disposition",
      "canonical": "https://bun.com/docs",
      "canonicalKind": "ShipNote",
      "canonicalStability": "stable",
      "subsystem": "other",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "Response.clone() after body access (v1.3.5 fix)",
      "expected": "clone succeeds after body was accessed",
      "actual": "ok",
      "passed": true,
      "canonicalKey": "response-clone-fix",
      "canonical": "https://bun.com/docs",
      "canonicalKind": "ShipNote",
      "canonicalStability": "stable",
      "subsystem": "other",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    },
    {
      "name": "URL.domainToASCII / domainToUnicode (Node.js compat)",
      "expected": "returns punycode for IDN domains",
      "actual": "bücher → xn--bcher-kva",
      "passed": true,
      "canonicalKey": "url-domain-to-ascii",
      "canonical": "https://bun.com/docs",
      "canonicalKind": "ShipNote",
      "canonicalStability": "stable",
      "subsystem": "other",
      "introducedIn": "all",
      "_links": {
        "docs": "https://bun.com/docs",
        "source": "https://raw.githubusercontent.com/brendadeeznuts1111/project-R-score/main/tools/verify-bun-release.ts",
        "report": "/registry/release-features.json"
      },
      "channel": "pinned",
      "targetVersion": "1.3.14",
      "latestAtTestTime": "1.3.14",
      "canonicalSource": "docs"
    }
  ],
  "summary": {
    "passed": 46,
    "total": 46,
    "status": "pass",
    "channel": "pinned",
    "version": "1.3.14",
    "bySubsystem": {
      "runtime": {
        "passed": 21,
        "total": 21
      },
      "bundler": {
        "passed": 2,
        "total": 2
      },
      "package-manager": {
        "passed": 12,
        "total": 12
      },
      "networking": {
        "passed": 6,
        "total": 6
      },
      "other": {
        "passed": 5,
        "total": 5
      }
    }
  },
  "proofHash": "937ff70d49b3c1f9f83e71a0af7a44164b7bee8c945aeb91cf80d4612ac39f29",
  "jsonLd": {
    "@context": "https://schema.org",
    "@type": "SoftwareApplication",
    "name": "FactoryWager Bun Release Verification",
    "applicationCategory": "DeveloperApplication",
    "operatingSystem": "Any",
    "softwareVersion": "1.3.14",
    "dateModified": "2026-08-14T05:53:06.635Z",
    "identifier": "1.3.14",
    "featureList": [],
    "aggregateRating": {
      "@type": "AggregateRating",
      "ratingValue": 5,
      "reviewCount": 46,
      "bestRating": 5,
      "worstRating": 0
    },
    "review": [
      {
        "@type": "Review",
        "name": "tls.getCACertificates('system')",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Built-in objects GC smoke (Request/Response)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Bun.escapeHTML performance",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "ESM module load (node:fs)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Process exit with pending timer",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "timer.ref() after fired setTimeout",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "WebSocket cleanup on close",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Child process stdin pipe cleanup",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Bun Shell basics",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "structuredClone Blob",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Bun.password.hash",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Bun.inspect depth",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Bun.hash returns bigint",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Bun.version / Bun.revision",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "using / await using (Explicit Resource Mgmt)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Built-in objects (Request, Response)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "--no-orphans support",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Bun.Image (all terminal methods: bytes, buffer, blob, toBase64, dataurl, placeholder, metadata, write)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Bun.Image direct Response body integration",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "fetch protocol (data:)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "fetch protocol (blob:)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "fetch protocol (file://)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "fetch s3:// (explicit s3: creds)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "fetch s3:// (env credentials)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "fetch s3:// (Bun.file)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "install platform: bun-binary-resolved",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "install platform: bun-config-env-ssot",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "install platform: forbidden-install-env",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "install platform: install-mechanism-notes-ssot",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "install platform: runtime-flags",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "install platform: profile-ssot",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "install platform: lockfile-config-version",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "install platform: machine-isolated-linker",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "install platform: machine-global-store",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "install platform: monorepo-cross-dry-run",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "install platform: lockfile-stable",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Bun.Archive (create, extract, gzip, read)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Bun.stringWidth accuracy (emoji, ZWJ, soft hyphen, word joiner)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Bun.spawn PTY (echo capture)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Compile-time feature flags (bun:bundle)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "URL.host (hostname + port)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Uint8Array Bun extensions (toBase64, toHex, setFromBase64, setFromHex, mmap, file.bytes, blob.bytes)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "URL.host / hostname / port (WHATWG)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "S3 contentDisposition option",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "Response.clone() after body access (v1.3.5 fix)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      },
      {
        "@type": "Review",
        "name": "URL.domainToASCII / domainToUnicode (Node.js compat)",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": 5,
          "bestRating": 5,
          "worstRating": 1
        },
        "datePublished": "2026-08-14T05:53:06.635Z",
        "author": {
          "@type": "Organization",
          "name": "FactoryWager Operations"
        },
        "reviewBody": "Channel: pinned, Target: 1.3.14, Runtime: 1.3.14"
      }
    ]
  }
}