Commit 401a32d
committed
scripts(install): merge java-direct + ~/.eclipse into sandbox allowWrite
Without these, Claude Code users running install.sh on a fresh repo
would hit two sandbox blocks java-direct can't recover from:
- ~/.cache/java-direct/** — wrapper state dir + per-workspace
jdt-data subdir
- ~/.eclipse/** — Equinox launcher extracts JNI native libs here
on first jdtls start (one-time write, then read-only)
Both are now in the install.sh jq merge alongside the existing five
*-direct cache entries. Documented in docs/troubleshooting.md as the
manual fallback if a user doesn't run install.sh.1 parent df81673 commit 401a32d
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
| |||
0 commit comments