Commits
Click on a commit to change the comparison rangefix: use enumerate instead of manual index tracking, move UUID import to top
Small improvements:
- Use `enumerate(steps)` instead of manual `step_index` tracking
- Move `from uuid import UUID` to top-level imports instead of deferring it
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>