/** * Authoritative list of /bin command names (single source for build.mjs and man DB). * Keep sorted alphabetically. */ export const COREUTILS_COMMANDS = [ 'agent', 'appctl', 'appstore', 'arch', 'awk', 'baretop', 'btop', 'base32', 'base64', 'basename', 'baresay', 'basenc', 'cat', 'chat', 'chgrp', 'chmod', 'chown', 'cksum', 'clear', 'comm', 'cmp', 'cp', 'corestorectl', 'crontab', 'ctxbaredoctor', 'curl', 'cut', 'date', 'dd', 'df', 'diff', 'dir', 'dirname', 'dircolors', 'dhtctl', 'dhtscan', 'dhttop', 'discord-bot', 'du', 'edit', 'echo', 'env', 'exit', 'expand', 'expr', 'factor', 'false', 'find', 'fmt', 'fold', 'getconf', 'getfacl', 'git-pear', 'grep', 'groups', 'head', 'hdms', 'help', 'holesail', 'holepunch-view', 'hostid', 'hostname', 'hypershell-board', 'iconv', 'id', 'install', 'irc', 'join', 'kill', 'kernel-boot-diff', 'kernel-doctor', 'kernel-explain', 'kernel-fsck', 'kernel-home-snapshot', 'kernel-manifest-validate', 'kernel-preflight', 'kernel-triage', 'jq', 'ln', 'link', 'logger', 'login', 'logout', 'logname', 'locale', 'ls', 'man', 'md5sum', 'meshdrop', 'mkdir', 'mkfifo', 'mktemp', 'mount', 'mv', 'nano', 'nice', 'nl', 'nohup', 'nproc', 'numfmt', 'od', 'openssl', 'oidc-publish', 'paste', 'patch', 'pear', 'pathchk', 'pathcap-verify', 'p2ping', 'p2ptrace', 'peerctl', 'peerdiscover', 'peernote', 'pr', 'printenv', 'pkg-swarm-index', 'printf', 'procstat', 'ps', 'pwd', 'readlink', 'realpath', 'rev', 'rm', 'rmdir', 'routeview', 'savevault', 'say', 'sed', 'seq', 'setfacl', 'sha1sum', 'sha224sum', 'sha256sum', 'sha384sum', 'sha512sum', 'sh', 'shuf', 'sleep', 'sort', 'split', 'ssh', 'ssh-keygen', 'sshd', 'stat', 'swarmtop', 'swarmdoctor', 'swarmmap', 'sum', 'summon', 'sync', 'tar', 'tac', 'tail', 'tee', 'telnet', 'test', 'theme', 'time', 'timeout', 'touch', 'tr', 'truncate', 'true', 'trustctl', 'tsort', 'tty', 'tui', 'taskmesh', 'ulimit', 'uname', 'uniq', 'unlink', 'umount', 'unexpand', 'uptime', 'users', 'vdir', 'wc', 'wget', 'which', 'who', 'whoami', 'whois', 'xattr', 'xargs', 'yes' ] /** Extra manual pages not built as /bin scripts on the system drive. */ export const MAN_EXTRA_PAGES = [ 'bare-cron', 'bare-os-ctx-bare', 'bare-os-shell', 'sshd_config', 'systemctl', 'git' ] /** * Booter-delegated or stub /bin names not in COREUTILS_COMMANDS; merged into `help` output (sorted). * Keep sorted; see build.mjs. */ export const HELP_DELEGATED_COMMANDS = [ 'bundlebee', 'git', 'hrpc', 'journalctl', 'openssl', 'pear-runtime-matrix', 'sidecar', 'ssh-keygen', 'sshd', 'systemctl', 'tar' ]