#!/usr/bin/env bash # Wrapper for extract-transcripts.py --list, passing the current working directory. # Used by the /log skill's pre-gathered context (bang commands can't use $() substitution). python3 "$HOME/.claude/scripts/extract-transcripts.py" --list "$(pwd)"