diff --git a/.agents/docs/2026-09-02-runner-beyond-baremetal-design.md b/.agents/docs/2026-09-02-runner-beyond-baremetal-design.md index d6b38981..d49627d4 100644 --- a/.agents/docs/2026-09-02-runner-beyond-baremetal-design.md +++ b/.agents/docs/2026-09-02-runner-beyond-baremetal-design.md @@ -908,6 +908,16 @@ fails when something is thrown, so a destructor run during the unwind is what separates the two. It answers `yes` under the emulator, which means the runner carried a working C++ runtime rather than merely starting the process. +The same consumer was then built for three targets from the same SubOS, to +establish that the release did not narrow what the ecosystem resolves: + +``` +x86_64-linux: BUILD-OK +aarch64-linux-musl: BUILD-OK +x86_64-windows-gnu: BUILD-OK +host run: RUN-OK +``` + ### 13.4 Release state | | |