---
description: Mark blocker as resolved with resolution details
argument-hint: <blocker-title> --resolution <how-it-was-fixed>
model: claude-haiku-4-5-20251001
---

Close an active blocker in `.hivemind/memory/blockers.md`. Call this after unblocking a critical path.

Args: $ARGUMENTS

## Input

- `blocker_description`: Title/key phrase from the blocker to match
- `resolution`: Explain what fixed it

## Behavior

1. Find blocker entry matching description
2. Mark status: open → resolved
3. Append resolution + timestamp
4. Decrement MANIFEST blocker counter

## Output (ultra)

```
✓ Blocker marked resolved | title=<matched>
```
