You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wire batch flags into scrape/search/screenshot/codegen
Attach --input-file, --input-column and --concurrency to every
scrape-style command and dispatch into the batch pipeline when
--input-file is present.
- createTargetAction detects batch mode, rejects --input-file combined
with a positional input, and otherwise runs each input through the
same body builder + SDK call with bounded concurrency.
- Primary positional args are now optional so the input can come from
the file instead; a genuinely missing input raises a CliUsageError.
- Binary targets (screenshot) write one file per item and require -o
<dir>; non-binary targets stream ndjson or write per-item JSON files.
Integration tests cover flag exposure and the usage-error paths; the
orchestrator is unit-tested end to end without network calls.
0 commit comments