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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.