feat(crowbar): use alcotest as property-testing runner, keep AFL mode
Replace the custom cmdliner-based runner with Alcotest.run_with_args,
preserving crowbar CLI flags (--seed, --repeat, --infinite,
--crowbar-verbose) via cmdliner term integration. AFL mode is detected
by checking if the last argv is an existing file. Also replace Str.split
with String.split_on_char to drop the str dependency.