/** How capability reaches the one registry and the one skills mount. */ export { mergeCapability, type Contribution, type MergedCapability } from "./merge.js"; export { toolsFromRegistry } from "./from-registry.js"; export { hostToolCollision, hostToolNamesIn, vendoDirOf } from "./host-collision.js";