Retire the .be/queue ULOG dispatch (core/job.js + core/loop.js + core/barrier.js) in favour of the in-process recursion the read views already use (core/recurse.js). The queue was JSQUE-001/002/003/006; this reverses that where recursion is strictly simpler.
require("core/barrier.js"): verbs/post/post.js and verbs/get/get.js. Every other "barrier" mention (delete preflight, status "no barrier") is unrelated; the .fold( in get/patch/weave is weave.fold, a different primitive.dres.decisions) and builds the tree from it (commitM.buildTree(dres.decisions)); the barrier.fold callback is just acc.count++ and its ONLY consumer is a cross-check (POSTFOLD: range mismatch) — tautological once in memory (post.js:569-600).delSweep fold is REPORT-ONLY: it back-scans the queue to tally delete leaves into ctx._get.delSwept, and the code notes JS has no rmdir leaf so the empty-dir collapse is a no-op; the per-path del rows are already the durable effect (get.js:867-888)..done offset. None of the three is load-bearing for the two folds above.count assert (or drop, since leaves derives from dres.decisions); get's delSweep → an in-memory tally over the fan-out descriptors (or drop if delSwept is never rendered).beagle/; JS be/ only. Run via jab, never native be.jab put so a jab get recursion cannot sweep it.dres.decisions; dropped barrierPath/cleanupBarrier/lastFoldOffset.ctx._get.delSwept written but read NOWHERE (flush is ctx._finalize=flushGet), so delSweep dropped to a no-op.seekBack wrapper in shared/ulog.js (barrier was its sole caller)._memQueue (same BFS consume-while-append); removed /tmp/PID/resume/.done/subQueuePath; bro re-entry → reentry marker.feedRows/appendInPlace from ulog.js; one approved fixture edit (pager.py cat sample → core/loop.js).test/bro/universal/pager.py cats core/job.js as sample pager content. Retiring the file needed the (user-approved) repoint to cat:core/loop.js.928aaad5 (be trunk, 2026-07-02): "JSQUE-020: phase out the work queue". core/job.js + core/barrier.js gone from be/core/; loop.js is the in-memory dispatcher.