assist v0.175
Auto-pick single items and fd redirect matching
A small but satisfying day. /next now auto-picks when there’s only one backlog item left, skipping the prompt that used to ask me to confirm the obvious. If there are multiple items the interactive selection is unchanged — this only short-circuits the single-item case on the first iteration of a session.
On the fix side, the cli-hook allow-list matcher was failing on macOS when commands included file-descriptor redirects like 2>/dev/null. The matcher now strips fd redirects before comparing against the allow list, so commands that are legitimately allowed don’t get blocked just because of a trailing redirect.