export async function postcondition({readPkg, read, assert}) {
    const {repository} = await readPkg();
    const repo = slug(repository);
    const found = await find([needle(repo)], [filename], {
        read,