Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion agents/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

## CLI Overrides

- `rm` → `trash`, `mv`(tracked) → `git mv`
- `rm` → `trash`, `mv`(tracked) → `git mv`. If a cleanup operation using `trash`
receives `EROFS`, fail immediately and report the error; never retry indefinitely.
- `grep` → `rg`,`find` → `fd`,`cat` → `bat`,`ls` → `eza`
- `sed` → `sd`,`du` → `dust`,`df` → `duf`,`make` → `just`
- Also available: `jq`, `yq`, `fzf`, `glow`, `tldr`, `watchexec`, `difft`, `tokei`, `hyperfine`
Expand Down