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
Merge USER_CONTENT from add_to_package with user-code walker
USER_CONTENT tuples produced by FlowDecorator/StepDecorator/
FlowMutator/StepMutator add_to_package hooks were previously dropped
on the floor. They are now recorded per-arcname and merged into the
packaged user code: files already yielded by the flow-directory walker
are skipped (dedup), and anything outside the flow dir or filtered out
by the suffix/user filter still makes it into the package.
Also add an example `@package_suffixes` FlowMutator that declares
additional file suffixes to include in the package — mirroring the
`--package-suffixes` CLI option as a decorator and demonstrating the
new USER_CONTENT merging behavior.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments