/** * Test fixture: a default-exported function that does NOT use defineHook. * * The executor's brand check (HOOK_API_V2 Phase 8 / D8) must reject * this with a clear error pointing at the migration guide. Used by * executor.test.ts to verify the brand-enforcement code path. */ export default async function unbrandedHook() { return { ok: true }; }