/** * record 命令 - 旁路回写 * * 当 agent 直接在仓库里工作(不走 webforge run 主循环)时, * 用这个命令把已完成的工作回写到 .webforge/。 * * 这解决了 harness 的核心缺陷:只有 runtime 主循环内部才会自动回写状态。 */ import { Command } from 'commander'; export declare function createRecordCommand(): Command; //# sourceMappingURL=record.d.ts.map