feat(workflow-utils): add withDryRun role wrapper #254
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Extract the repeated dry-run + error-handling pattern into a reusable
withDryRunwrapper in@uncaged/nerve-workflow-utils.Current pattern (repeated 3+ times in workspace)
Proposed API
Export from
packages/workflow-utils/src/index.ts.Usage (in workspace, after this lands)
Scope
packages/workflow-utils/src/with-dry-run.ts— new filepackages/workflow-utils/src/index.ts— export itpnpm buildmust pass