Commit 3409576
fix: restore process.env spread in skill check execa call
Without spreading process.env, execa replaces the entire environment
when env is passed, so npx has no PATH and fails silently. Also
reports skill check errors to PostHog via errorReporter.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 491043d commit 3409576
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments