-
Notifications
You must be signed in to change notification settings - Fork 674
Open
Description
I let Claude explain itself what went wrong...
Bug
rtk ls -1 <directory> returns empty output even when the directory contains files.
Reproduction
# Standard ls works
ls -1 .concept/plan/
# Shows 11 files
# RTK ls without flags works
rtk ls .concept/plan/
# Shows 11 files with sizes
# RTK ls -1 fails
rtk ls -1 .concept/plan/
# Returns empty Expected
rtk ls -1 should return one filename per line, same as ls -1.
Impact
When Claude Code hooks rewrite ls -1 → rtk ls -1, the command silently returns no output, causing Claude to incorrectly report directories as empty.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels