Commit 897ae15
committed
fix: create ~/.gemini directory before CLI invocation to prevent ENOENT
Gemini CLI 0.33.0 writes a user-level project registry at
~/.gemini/projects.json during cleanup. The atomic write fails with
ENOENT if ~/.gemini/ doesn't exist. Add mkdir -p before the first
gemini command to ensure the directory is present.1 parent 8d07671 commit 897ae15
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
| |||
0 commit comments