From 698675a8d11600a71a4f3c1739e2af64fe2e1aec Mon Sep 17 00:00:00 2001 From: Piotr Jurczynski <619650+pjurczynski@users.noreply.github.com> Date: Wed, 6 Aug 2025 00:12:44 +0200 Subject: [PATCH] Add reminder to use --help for unfamiliar RefakTS commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prevent future syntax errors by checking built-in help before guessing command usage. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 8cd7cc4..5baadbc 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -69,6 +69,8 @@ npm run usage:report # View command usage statistics ``` +**CRITICAL: Use `--help` to check command syntax before trying unfamiliar RefakTS commands.** + ## Core Development Principles **CRITICAL: Dog fooding** - RefakTS is meant for AI agents like you. Use existing RefakTS functionality when refactoring. If you find a bug while using it, add it to the todo list immediately.