export async function precondition({read, glob, assert}) {
    const found = await find(patterns, glob(manual), {
        read,
        method: find.exact,
    });