Mirrors Linear ENG-169: https://linear.app/benchflow/issue/ENG-169/cli-expose-max-retries-on-bench-eval-create
Problem
bench eval create supports retry control via YAML max_retries and CLI --retry-attempts, but users naturally try --max-retries and get No such option.
Expected
--max-retries should be a first-class CLI alias for the current retry-attempt override and work for both --tasks-dir and --config eval runs. Passing both aliases should fail fast instead of silently choosing one.
Current fix path
Daily scan 2026-07-11 confirmed this is a narrow BenchFlow CLI issue. A focused PR is being prepared.
Mirrors Linear ENG-169: https://linear.app/benchflow/issue/ENG-169/cli-expose-max-retries-on-bench-eval-create
Problem
bench eval createsupports retry control via YAMLmax_retriesand CLI--retry-attempts, but users naturally try--max-retriesand getNo such option.Expected
--max-retriesshould be a first-class CLI alias for the current retry-attempt override and work for both--tasks-dirand--configeval runs. Passing both aliases should fail fast instead of silently choosing one.Current fix path
Daily scan 2026-07-11 confirmed this is a narrow BenchFlow CLI issue. A focused PR is being prepared.