Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 08:59
· 22 commits to main since this release
refactor: flip defaults — visualizations and sessions are now opt-in

CLI defaults:
  - PNG charts: skipped by default (dashboard reads JSON directly)
    Use --visuals to generate them
  - Session markdown: skipped by default
    Use --sessions to export them

This makes the fast path (no deps, no PNGs, no markdown) the default.
The launcher already ran with these settings; CLI users now get the
same lightweight behaviour out of the box.

Changes:
- main.py: replace --no-visualizations with --visuals, add --sessions flag
- main.py: swap skip_visualizations param to generate_visualizations (default False)
- launcher.py: remove explicit skip_visualizations=True (False is now default)