Breaking: verify command renamed to solve. The old one-shot solve (stdin-based) command has been removed.
New two-command flow:
botcha challenge --key pk_live_xxx→ get a challengebotcha solve --id <challengeId> --response "..."→ submit response
API endpoint changed from /v1/verify to /v1/solve.