Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .agents/docs/2026-09-02-runner-beyond-baremetal-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

| | |
Expand Down
Loading