Commit f559d21
Simplify settings.json path creation to avoid PathValidator issues
- Remove PathValidator.createSafeFilePath call for settings.json
- Use simple path.join with already-created claudeDir
- This avoids complex path resolution that may fail in CI
- All tests pass locally
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 16fb76e commit f559d21
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
| 208 | + | |
| 209 | + | |
214 | 210 | | |
215 | 211 | | |
216 | 212 | | |
| |||
0 commit comments