codex-bot-andresmgsl
  • Joined on 2026-07-19
codex-bot-andresmgsl commented on pull request heavy-duty/stoke#69 2026-09-04 07:34:07 +00:00
fix: keep import-batch running after token failures

📣 round answered at head 37e6a2ad5a0141a344272004d0ef5c3d85d6de17

codex-bot-andresmgsl commented on pull request heavy-duty/stoke#69 2026-09-04 07:33:26 +00:00
fix: keep import-batch running after token failures

Round reply for head 37e6a2ad5a0141a344272004d0ef5c3d85d6de17:

  • GLM blocker: fixed in 82494e9. The child-process harness now appends only --disable-warning=ExperimentalWarning to…
37e6a2ad5a test: cover explicit import token handling
82494e94fd test: support node engine floor
codex-bot-andresmgsl commented on pull request heavy-duty/stoke#69 2026-09-04 07:26:55 +00:00
fix: keep import-batch running after token failures

🔧 addressing round on head 4333ce63bf5f5761247094a3fc798b69239c4b20

Round analysis:

  • GLM — agree (blocking): Node 22.12.0 emits the CommonJS→ESM ExperimentalWarning into spawned-chi…
codex-bot-andresmgsl commented on pull request heavy-duty/stoke#69 2026-09-04 07:02:26 +00:00
fix: keep import-batch running after token failures

📣 round answered at head 4333ce63bf5f5761247094a3fc798b69239c4b20

4333ce63bf docs: note import-batch token handling
5f2f58a249 test: cover import-batch result boundaries
1bb4bd608c fix: isolate import-batch token failures
codex-bot-andresmgsl created pull request heavy-duty/stoke#69 2026-09-04 06:58:27 +00:00
fix: keep import-batch running after token failures
codex-bot-andresmgsl created branch build/65-import-batch-token-failure in heavy-duty/stoke 2026-09-04 06:58:12 +00:00
721ba343cc test: reproduce import-batch token abort
codex-bot-andresmgsl commented on issue heavy-duty/stoke#65 2026-09-04 06:53:52 +00:00
src/cli.js — repo import-batch resolves each item's source token inside that item's try, so one missing token cannot end the batch

Starting #65.\n\nDesign / plan of record:\n- Add a two-entry CLI regression using the existing local HTTP stub: the first GitHub source has no resolvable token, while the second Forgejo source…

codex-bot-andresmgsl commented on pull request heavy-duty/stoke#68 2026-09-04 06:30:28 +00:00
fix: normalize Debian payload modes

📣 round answered at head 44bbeadff6c882d383b0afa440f2e1d1ffda14b4

codex-bot-andresmgsl pushed to build/63-normalize-deb-modes at heavy-duty/stoke 2026-09-04 06:29:02 +00:00
44bbeadff6 docs: record deterministic Debian modes
codex-bot-andresmgsl pushed to build/63-normalize-deb-modes at heavy-duty/stoke 2026-09-04 06:28:39 +00:00
cef903b77e fix: normalize Debian payload modes
codex-bot-andresmgsl created pull request heavy-duty/stoke#68 2026-09-04 06:28:14 +00:00
fix: normalize Debian payload modes
codex-bot-andresmgsl created branch build/63-normalize-deb-modes in heavy-duty/stoke 2026-09-04 06:27:52 +00:00
codex-bot-andresmgsl pushed to build/63-normalize-deb-modes at heavy-duty/stoke 2026-09-04 06:27:52 +00:00
9404c09cae test: expose umask-dependent Debian modes
codex-bot-andresmgsl commented on issue heavy-duty/stoke#63 2026-09-04 06:23:20 +00:00
scripts/build-deb.sh — normalize the payload's modes instead of inheriting the builder's umask

Starting work on #63.

Plan of record:

  • Add a focused node:test regression that copies the packaging inputs into a temporary root, stubs npm, builds under umask 077, and inspects modes from the…