Commit cd30bb0
authored
chore(publish): strip iocraft download/publish pipeline (#1294)
The @socketaddon/iocraft* packages now publish from a dedicated repo
(SocketDev/socket-addon). socket-cli's role narrows to *consuming*
@socketaddon/iocraft as a runtime dep — it no longer downloads .node
binaries from socket-btm or republishes them to npm.
Removed:
- scripts/download-iocraft-binaries.mts
- packages/package-builder/scripts/publish-socketaddon-placeholders.mts
- packages/package-builder/scripts/PUBLISHING-PLACEHOLDERS.md
- packages/package-builder/test-iocraft-package.mts
Edited .github/workflows/provenance.yml:
- removed the 'iocraft' workflow_dispatch input
- removed the iocraft version/tag computation in the 'Get versions' step
- removed the four iocraft steps (Download binaries, Copy binaries,
Publish main, Publish platform packages)
- removed the iocraft branches in the Summary step
Net change: 1088 lines deleted, 1 added.
Dev plumbing (templates/socketaddon-{main,package}/, generate-socketaddon-
packages.mts, setup-iocraft-dev.mts, the cli/package.json `file:` link to
the dev build dir, the CI shim heredocs in ci.yml, the iocraft test
exclusion list in vitest.config.mts) is intentionally untouched —
socket-cli still needs @socketaddon/iocraft installable at install time
for tests + dev. The follow-up commit replaces the `file:` link with a
registry version once SocketDev/socket-addon publishes a real version.
Pre-commit tests skipped (DISABLE_PRECOMMIT_TEST=1) — the iocraft
renderer tests require a real native iocraft.node which this worktree
doesn't have. CI excludes those same tests via vitest.config.mts.1 parent d84957a commit cd30bb0
5 files changed
Lines changed: 1 addition & 1088 deletions
File tree
- .github/workflows
- packages/package-builder
- scripts
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
| |||
155 | 151 | | |
156 | 152 | | |
157 | 153 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
| 154 | + | |
164 | 155 | | |
165 | 156 | | |
166 | 157 | | |
| |||
169 | 160 | | |
170 | 161 | | |
171 | 162 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | 163 | | |
181 | 164 | | |
182 | 165 | | |
| |||
280 | 263 | | |
281 | 264 | | |
282 | 265 | | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | 266 | | |
357 | 267 | | |
358 | 268 | | |
| |||
361 | 271 | | |
362 | 272 | | |
363 | 273 | | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | 274 | | |
368 | 275 | | |
369 | 276 | | |
| |||
381 | 288 | | |
382 | 289 | | |
383 | 290 | | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | 291 | | |
Lines changed: 0 additions & 139 deletions
This file was deleted.
0 commit comments