Document modern CLI speed tools and best practices#29
Conversation
Added a section on modern CLI speed tools with comparisons to traditional commands, including usage examples and benchmarks.
There was a problem hiding this comment.
Pull request overview
Adds a new “CLI Speed Tools” section to CLAUDE.md to guide contributors toward faster modern CLI utilities and workflow patterns, with example one-liners and a benchmark comparison table.
Changes:
- Documents recommended modern CLI replacements for filesystem operations, HTTP/API calls, and Git/DevOps workflows.
- Adds workflow optimization rules focused on reducing multi-file tool-call overhead via pipelines and parallelism.
- Includes a benchmarks table with claimed speedups for common operations.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Really like the direction here. A curated set of fast, reliable CLIs is genuinely valuable for agent workflows, and the benchmarks make the case concrete. I do think there are two structural issues worth resolving before this lands, plus a few smaller things, and one follow-up direction I would love to explore. 1. Modern tools are assumed installed, with no conditional or fallbackThe section reads as a hard rule set ("NEVER", "ALWAYS", "Use these whenever terminal operations are needed") for ~30 external binaries: Suggestions:
2. Project
|
Added a section on modern CLI speed tools with comparisons to traditional commands, including usage examples and benchmarks.