Description
Currently claude-yolo --inspect shows container selection prompt but doesn't display container details like uptime or status. Users need better visibility into running containers.
Type
Details
When multiple containers are running for the same project, --inspect should show:
- Container names
- Status (Up X minutes/hours)
- Creation time
- Resource usage (optional)
This helps users choose the right container to inspect.
Related Files
- claude-yolo (container inspection logic)
Test Plan
Description
Currently
claude-yolo --inspectshows container selection prompt but doesn't display container details like uptime or status. Users need better visibility into running containers.Type
Details
When multiple containers are running for the same project,
--inspectshould show:This helps users choose the right container to inspect.
Related Files
Test Plan