nao: not installed -- it declares a runtime we did not run
Not installed on 2026-09-13: it declares {"node":">=22.14.0 <23","npm":"11.10.1"} and we ran {"node":"v26.7.0","npm":"11.19.0"}, which is our toolchain, not its defect
About nao
npm install --ignore-scripts --no-audit --no-fund --no-update-notifier exited 1 after 4 seconds. It said: code EBADENGINE, engine Unsupported engine.
That is a mismatch we created, not a defect in the project: it declares {"node":">=22.14.0 <23","npm":"11.10.1"} and we ran {"node":"v26.7.0","npm":"11.19.0"}. We did not retry on a runtime it declares, so this receipt says nothing about whether its dependencies resolve there.
We cloned the repository at commit bb655f193205 and ran it under sandbox-exec -- (deny default) after importing the base BSD profile, reads allowed only under the system and toolchain paths and the scratch directory, writes confined to that scratch directory, the environment replaced with env -i, and lifecycle scripts disabled. The user's home directory is on no allow list. Node v26.7.0, npm 11.19.0. We did not run the bot: this is an observation about whether its dependencies resolve on that day, on that toolchain, and nothing more.