Commit ab1d7e6
fix search path for .claude.json to account for CLAUDE_CONFIG_DIR (#40)
* fix search path for .claude.json to account for CLAUDE_CONFIG_DIR
When `CLAUDE_CONFIG_DIR` is set, as is done in `devcontainer.json`, `claude` looks
for `.claude.json` in that folder; otherwise, `~` is used.
Learned through observation, not claude documentation :old-man-yells-at-cloud:
* add more words to the lookup behavior description
* Apply suggestion from @DarkaMaul
---------
Co-authored-by: dm <darkamaul@hotmail.fr>1 parent 40ca54d commit ab1d7e6
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
95 | | - | |
| 99 | + | |
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
| |||
0 commit comments