mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 03:16:39 +00:00
fix(claude): clarify git working directory instruction
Be explicit about avoiding the `-C` flag rather than the vague "flags to specify a working directory" phrasing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -58,8 +58,8 @@ Below are rules to follow with everything you do.
|
||||
etc.
|
||||
- If commands fail due to a missing file you expect to exist, double check the
|
||||
current directory with `pwd`, and `cd` to the project root if needed.
|
||||
- Avoid using flags to specify a working directory (e.g., `git -C <path>`).
|
||||
Instead, verify you're not already in that directory, then `cd` to it.
|
||||
- Do not execute `git` with the `-C` flag. Instead, verify you're not already
|
||||
in the target directory, then `cd` to it.
|
||||
- When investigating third-party libraries, use deepwiki to look up information
|
||||
if available.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user