D256 - The probe's worklist, taken from the top

decided · 2026-08-25 · the first turn of the loop driven by a conformance suite

The conformance probe's first full run ranked what it wanted and could not have: seventeen calls to scePthreadMutexDestroy, thirteen to sceKernelGetProcessTime, nine to scePthreadMutexTrylock. All three were undeclared; the sync layer already had try_lock and destroy, so only the guest-facing entries were missing.

Implementing the three moved six checks from fail to pass and made two further sections reachable - 010-kernel went to a clean three, 015-sync 3->5, 018-relational 5->8.

Three things the run decided rather than the author:

The gate caught the omission that mattered: three functions were implemented before their knowledge entries existed, and every_implemented_function_is_written_down refused the build until they were written.