unic / unic/unic-agents-plugins

bug(unic-archon-dlc): two Box nodes declare `runtime: bun` and nothing declares the dependency

Open
#484 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

app:unic-archon-dlc bug needs-specs p1
Dominant language
JavaScript
Stars
1
Forks
0
Avg merge
16h 43m
Merged PRs (30d)
19

Description

Observed

unic-dlc-build.yaml:137 (slopcheck) and :596 (evidence) declare runtime: bun. On a fresh Linux VM with Archon 0.8.0 installed through the curl installer, the first run 3 build dispatch died 24 seconds in:

[slopcheck] Failed: Script node 'slopcheck' failed [exit ENOENT]: Executable not found in $PATH: "bun"

grep -rn '\bbun\b' docs/agents/ .archon/ -i in the Consumer hits only the two runtime: lines. Neither the plugin's docs nor docs/agents/unic-archon-dlc.md names bun. Runs 1 and 2 had it through Homebrew on macOS, probably as the Archon formula's dependency (unverified). Fixed for run 3 with mise use -g bun@1 → 1.4.2.

Why it matters

A Box that cannot start on a machine without an undeclared toolchain fails every Consumer on a new machine, and bootstrap's install_report: ok says nothing about it because the install command does not need bun.

Evidence

Not decided

  • Whether the two script nodes should run on node (both import only node:* modules; untested on Archon 0.8.0) or bun stays and is declared.
  • Where the declaration lives: /setup's install step, the Consumer doc's install section, or a bootstrap check that fails early with a named remedy.

Filed 2026-09-17 by wayfinder-orchestrator-10 from run 3's measurements. needs-specs: grill before dispatch.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with unic-dlc-build.yaml at lines 137 and 596, then read docs/agents/unic-archon-dlc.md and the /setup or bootstrap install path. Review the linked findings and dispatch record before deciding how the runtime dependency should be handled. Done means the choice is specified, documented, and a fresh Archon 0.8.0 Linux run can dispatch both nodes without an undeclared executable.

Written by the indexing model from the issue text.

Assessment

Tech stack
bun, javascript
Domain
build-system, tooling
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.