Files
openclaw/src/plugin-sdk/setup-tools.ts
Peter Steinberger de1dfab03e refactor: move terminal core into package (#88279)
* refactor: move terminal core into package

* refactor: move terminal module files

* fix: clean terminal package CI followups

* test: update lint suppression allowlist

* fix: ship terminal core runtime aliases
2026-05-30 11:07:45 +02:00

7 lines
350 B
TypeScript

export { formatCliCommand } from "../cli/command-format.js";
export { extractArchive } from "../infra/archive.js";
export { resolveBrewExecutable } from "../infra/brew.js";
export { detectBinary } from "../plugins/setup-binary.js";
export { formatDocsLink } from "../../packages/terminal-core/src/links.js";
export { CONFIG_DIR } from "../utils.js";