# OfficeCLI Batch 规则

当使用 officecli batch 命令且命令数量较多时（超过 20 条），必须：

1. 先将 batch JSON 写入临时文件 `/tmp/fwh-toolbox-agent/batch_<timestamp>.json`
2. 再通过 `--input` 参数执行：`/home/jerry-remote/.local/bin/officecli batch --input /tmp/fwh-toolbox-agent/batch_.json --json`
3. 执行完成后删除临时 JSON 文件

禁止将大量 batch 命令直接通过 `--commands` 参数内联到 shell 命令中。
