Resolve blocked-on dependencies from upstream
phase-d-blocked-on-resolveworkflowsetup L3★0
Microck/bun-rust-port-claude-artifacts ↗What it does
Resolve todo(
Best for
Deterministic porting and resolution loops with mechanical done-detection.
Inputs
- · args: configuration object
- · file_content (markdown/text)
- · grep_results (text)
- · execution_logs (text)
Outputs
- · git_commits (git history)
Requires
- · agent
- · phase
- · log
- · parallel
- · file_read
- · git
- · json_schema
Preconditions
- · Configuration constants pre-defined
- · Workflow orchestrator runtime context
- · LLM agent tier models available
- · Async runtime environment
Failure modes
- · Agent timeout or non-response
- · Phase execution state corruption
- · Race condition or deadlock in parallel tasks
- · Promise rejection or timeout
- · Git operation failure (merge conflict, detached HEAD)
- · Empty result set causing downstream failures
- · Max iteration limit reached before convergence
Trust signals
- · Structured output schemas with required-field validation
- · Parallel execution with aggregation and deduplication
- · Explicit enumeration of findings with severity/category classification
- · Iteration history tracked for convergence analysis
- · Explicit specification or contract documentation