More Cleanup

This commit is contained in:
2026-08-18 17:12:42 -04:00
parent 7e21c47b0f
commit 21a8b1e169
14 changed files with 1123 additions and 790 deletions
+2 -1
View File
@@ -10,7 +10,7 @@
"start": "node ../../scripts/ensure-pear-node-modules.mjs packages/bare-os-booter && bare index.js",
"dev": "node ../../scripts/ensure-pear-node-modules.mjs packages/bare-os-booter && bare index.js",
"bin:dev": "bare ../../bin/bare-os-booter.mjs --no-updates",
"test": "../../node_modules/.bin/brittle-bare test.identity.js && node --require ./scripts/bare-node-test-shim.cjs ../../node_modules/.bin/brittle-node test.kernel.js test.vfs.js test.shell.js test.initd-fish.js test.coreutils.js test.runtime.js test.bare-os-chat-service.js test.bare-os-chat-wire.js test.bare-os-chat-roundtrip.js test.bare-holesail.js test.bare-holesail-managed.js test.bare-os-www.js test.bare-os-bind-fallback.js test.bare-os-ssh-holesail.js test.bare-openssh-pty.js test.bare-openssh-sftp.js test.hrpc-allowlist.js test.socket-scm-rights.js test.peer-system-seed.js test.peer-visibility-proc.js test.qvac-host.js test.qvac-gpu-probe.js test.qvac-models-store.js test.tui-sdk.js test.irc-tls.js test.bare-discord-env.js test.bare-discord-initd.js",
"test": "../../node_modules/.bin/brittle-bare test.identity.js test.identity-session.js && node --require ./scripts/bare-node-test-shim.cjs ../../node_modules/.bin/brittle-node test.posix-helpers.js test.kernel.js test.vfs.js test.shell.js test.initd-fish.js test.coreutils.js test.runtime.js test.bare-os-chat-service.js test.bare-os-chat-wire.js test.bare-os-chat-roundtrip.js test.bare-holesail.js test.bare-holesail-managed.js test.bare-os-www.js test.bare-os-bind-fallback.js test.bare-os-ssh-holesail.js test.bare-openssh-pty.js test.bare-openssh-sftp.js test.hrpc-allowlist.js test.socket-scm-rights.js test.peer-system-seed.js test.peer-visibility-proc.js test.qvac-host.js test.qvac-gpu-probe.js test.qvac-models-store.js test.tui-sdk.js test.irc-tls.js test.bare-discord-env.js test.bare-discord-initd.js",
"test:bare": "../../node_modules/.bin/brittle-bare test.identity.js test.bare-smoke.js test.bare-discord-load.js",
"test:shell-bracket": "node --require ./scripts/bare-node-test-shim.cjs ../../node_modules/.bin/brittle-node test.shell-bracket-smoke.mjs",
"test:peer-seed": "node --require ./scripts/bare-node-test-shim.cjs ../../node_modules/.bin/brittle-node test.peer-system-seed.js",
@@ -89,6 +89,7 @@
"node_modules/.package-lock.json",
"test.js",
"test.kernel.js",
"test.posix-helpers.js",
"test.vfs.js",
"test.shell.js",
"test.initd-fish.js",