Joonyoung Lee
Results
2
comments of
Joonyoung Lee
Here's a simple script to reproduce. ``` TMP_DIR="$(mktemp -d)" # Create a temporary directory cd "$TMP_DIR" mkdir test echo "echo" > ./test/run.sh echo "My Name is AA" >CLAUDE.md # Project-wide...
@mikegreiling Thenk you for the analysis. However when I tested the behavior, it does not read the subdirectory CLAUDE.md file whether I mention the file or not. At least in...