构建文档
a2ui draft 负责 init、open、check 与 build;digest 用来查看包身份。把这些命令当成一条流水线,不要跳过 check 直接发布。
ow a2ui draft
ow a2ui digest交付与恢复
publish 新建或更新 Hosted 作品,也能进入 review 等待;pull 下载当前 .mdw,适合换机器、恢复或继续编辑。
ow publish <document.mdw>
ow pull <document_id> -o document.mdw安装、媒体与凭据
media import 把图片清理并纳入包;agent 管理 Skill;login 与 setup 负责 Hosted 身份和完整安装。
ow setup --target auto
ow login
ow agent install --target auto
ow agent doctor --target auto脚本化前先读实时帮助
自动化最容易被旧参数坑到。把 ow <command> --help 纳入开发和 CI 检查,尤其不要凭文章猜 flags。
ow --help
ow publish --help
ow a2ui draft --help常见问题
常见问题
哪条命令会直接发布 Markdown?
没有。先用 typed draft 构建 .mdw,再交给 ow publish。
如何确认本机支持哪些参数?
运行 ow --help 和对应子命令的 --help;这是安装版本的实时事实。
使用真实工作流
把 Agent 创作的作品发表出来。
让每份报告、文档或计划拥有面向读者的页面;批注、评审决定和正式版本都从这里回到 Agent。