Replace scopeguard defer calls with RAII
phase-e-scopeguard-sweepworkflowsetup L3★0
Microck/bun-rust-port-claude-artifacts ↗What it does
Replace scopeguard::guard((), |_|...) defer-transliterations with proper RAII
Best for
Coordinating multi-agent workflows with explicit phases, budget guards, and structured JSON output schemas.
Inputs
- · args
- · args.max_rounds
Outputs
- · done
- · rounds
Requires
- · agent()
- · parallel()
- · pipeline()
Failure modes
- · Parallel execution may timeout; partial results possible
- · Agent may return null; filtering applied
Trust signals
- · Public GitHub repo: Microck/bun-rust-port-claude-artifacts
- · Canonical meta export with phases and description
- · Explicit phase() calls (1) for workflow transparency