Status: in_progress
Align CLI integration tests and report discovery with the atomic bundle layout introduced by Todo 52.9.
The CLI still returns the report paths supplied by write_benchmark_report(), but four tests discover reports independently with root-level *.json/*.md globs or attempt to read every output-directory entry as a file. The new layout intentionally exposes a timestamped bundle symlink containing report.json and report.md, plus a private backing directory.
json_report and markdown_report paths printed by the command, or inspect the single published bundle symlink.tests/test_benchmark_cli.pyuv run pytest tests/test_benchmark_cli.py -quv run pytest tests/test_benchmark_reporting.py tests/test_benchmark_cli.py -quv run pytestgit diff --check