assist v0.206
verify init defaults to assist.yml
assist verify init used to look at the existing setup and write verify scripts to wherever it already had hooks — package.json scripts if package.json had them, assist.yml run entries otherwise. That heuristic was wrong: assist.yml is the canonical place for these commands now, so the default should always be assist.yml. Reversed it so verify init writes to assist.yml unconditionally, with a --package-json opt-out for projects that genuinely want the npm script form.