Files
openclaw/src/auto-reply/reply/commands-status.runtime.ts
T
2026-06-04 02:33:09 -04:00

4 lines
200 B
TypeScript

// Runtime barrel for status command helpers loaded outside core command setup.
export { buildStatusReply } from "./commands-status.js";
export { buildStatusText } from "../../status/status-text.js";