Files
chimera-gfx-Public/docs/retroarch/phase-1.0bf-live-sdl-adapter-boundary-audit.md
T
Chimera GFX release export a6037502d7
phase0-ci / build-and-audit (push) Successful in 2m14s
Publish Chimera GFX source
2026-09-03 03:27:14 +02:00

23 lines
1.1 KiB
Markdown

# Phase 1.0BF: offline live SDL adapter boundary audit
Status: `LIVE_ADAPTER_CONTRACT_BOUND_SOURCE_ONLY_NO_INSTALL_OR_BUILD`
Date: 2026-07-29
The BE operation order can be implemented by a dormant local adapter only if
all paths resolve beneath the declared RetroArch build root, every argv is a
fixed sequence passed without a shell, identity output is bounded, each process
has a hard timeout, and fresh stage/build/archive paths are required. One
failure consumes the attempt; there is no retry, fallback, resume or automatic
cleanup.
The adapter may know only Git, CMake and Ninja operations needed for the exact
SDL archive. It may not contain apt/package installation, network, RetroArch
compilation, target address, device command or launch behavior. Patch checking
must precede patching, and the changed-file set must equal the three BD paths.
Local Ubuntu metadata identifies official repository candidates CMake
`4.2.3-2ubuntu2` and ninja-build `1.13.2-1`; neither is installed. This audit
does not authorize installation. It authorizes dormant adapter source with
fake-process tests only and no invocation against the real workspace.