2026-09-14 - AGC pipeline probes, section 160 pruning, and BigApp budget resolution

AGC Hardware Pipeline Probes & *GetSize Invariant Checks (D331)

Section 166-agc was extended to cover the complete command buffer pipeline state and draw submission sequence:

To settle conflicting figures across independent reimplementations without adopting unverified assumptions, *GetSize sibling builders (sceAgcCbNopGetSize, sceAgcDcbDmaDataGetSize, sceAgcDcbSetIndexCountGetSize, sceAgcDcbSetUcRegisterDirectGetSize) were instrumented to record the byte allocation contract directly against what the emitter writes. Decided in D331.

Pruning Section 160 (GPU Compute)

Section 160-gpu (which attempted external Vulkan/GNM compute kernel execution) was pruned from obSCEne. External GPU memory reads from unprivileged contexts are blocked by kernel hardening (as documented in Section 170-gpu-capture), and direct hardware execution is now handled canonically by Section 166-agc builders and oops-sdk.

The commercial shader tracing and dumping functionality was moved out of obSCEne into oops-apps/src/tracer, implemented as an in-process injection service with x86_64 detour hooks rather than an external reader.

Hardware Native Sweep & BigApp Budget Conflict Resolution

Hardware sweeps on 2026-09-14 verified native Prospero execution after Section 160 pruning.

Root cause of checkExistingApp: 0x80940010

The initial launch attempt failed in SceShellCore with error 0x80940010 (Resource temporarily unavailable). Inspection of ps revealed that a previously launched graphics test (GLCB00001 / gl-cube, PID 1164) remained running in the background, occupying the platform's single foreground BigApp execution budget. obscene-tool hw close-app GLCB00001 cleanly reaped the process, and scripts/sweep.sh was updated to automatically ensure both GLHW00001 and GLCB00001 are closed prior to deploying each leg.

Fast Sweep Results (20260914-095045-eboot, CORPUS=0)

Deploy-Only Full Census Sweep (20260914-100833-eboot)

Operator Guides & Documentation Added

Added comprehensive operator documentation under docs/USER_GUIDE.md and docs/features/: