Skip to content

core-ops v2.2.4

Latest

Choose a tag to compare

@github-actions github-actions released this 07 May 10:42
ddb02a1

Changed

  • Unify init'd and stateless apply dispatch behind a single ApplyTarget abstraction so core-ops apply --source-repo PATH gains the streaming + interactive output that core-ops apply (init'd) has had since spec/006. Previously stateless apply printed a single wall-of-text summary at the end regardless of TTY state because apply_with_report_stateless was a separate batch-only entry point that never picked up the spec/006 streaming/interactive variants.