You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add 'hq task workdir' command for displaying task working directories
Implements the task workdir command requested in issue #644. The command
displays working directories for selected tasks within a specific job.
Features:
- CLI output showing task-specific working directories
- JSON output with task_id -> workdir mapping
- Quiet output mode support
- Supports task ID arrays and ranges
- Job selector supports "last" and specific job IDs
- Resolves task-specific working directory paths
- Integrates with existing task selection mechanisms
Usage:
- hq task workdir <job_selector> <task_selector>
- hq task workdir 1 2
- hq task workdir last 1-5
- hq task workdir 2 1,3,5
The implementation reuses the existing task path resolution system to
provide accurate working directory information for individual tasks,
complementing the job-level workdir command.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments