/** * Library barrel (spec 01 ยง4): the public surface of the cross-agent installer as a Node * library. Re-exports the agent-detection-map surface, the rauf pin, and the shared spec-00 * types. Named exports only; no runtime logic of its own. */ export { AGENT_TARGETS, resolveRoots, destinationFor, detectAgent, detectAgents, formatZeroDetection, } from "./agent-targets.js"; export { RAUF_PIN } from "./rauf.js"; export type { AgentId, AgentTarget, DetectionResult, ResolveOpts, Scope, Mode, InstallManifest, PlannedAction, RunReport, } from "./types.js";