From 03f35bf82b7bd3c27669b93d10c2fa80e187783e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 21 Oct 2025 12:54:59 +0100 Subject: [PATCH] docs(claude): update user guidelines for command execution and third-party library investigation --- claude/CLAUDE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/claude/CLAUDE.md b/claude/CLAUDE.md index 7b8b505..2c2d6bc 100644 --- a/claude/CLAUDE.md +++ b/claude/CLAUDE.md @@ -14,12 +14,15 @@ everything you do. etc. - When told how to perform certain actions by executing a command, the user means for the command to be run from the root of the project. DO NOT attempt - to run modify the command to an absolute path, instead just execute the - command as instructed. + to modify the command to an absolute path, instead just execute the command as + instructed. There is no need to change directory into the root of the project, + as your commands already run from there. - When I ask for a fix or explanation, please provide direct code solutions or detailed technical explanations rather than general advice. I prefer straightforward answers without introductory phrases like "Here's how you can..." +- When investigating third-party libraries, use deepwiki to lookup information + about it if available. - Include robust error handling in code examples and highlight potential edge cases - Flag security concerns and performance impacts in solutions