Commit 0009c4f
fix: add node ecosystem to smoke-codex network allow-list
The Smoke Codex workflow asks the agent to run `npm ci && npm run build`
(step 8), but `registry.npmjs.org` was not in the allowed domains list.
All 8 npm requests were blocked by the firewall, causing the agent to
fail before it could call `add_comment` (the required safe output).
Add `node` to `network.allowed` so npm registry traffic is permitted.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 850e7a0 commit 0009c4f
3 files changed
Lines changed: 53 additions & 104 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
| |||
0 commit comments