Download the current package
Pull uses the saved Hosted credential unless --remote overrides it. The document ID starts with doc_.
ow pull <document_id> -o document.mdwReconstruct a draft workspace
Make further changes through draft commands instead of modifying the package bytes.
ow a2ui draft open document.mdw --dir ./workspaceValidate before republishing
ow a2ui draft check ./workspace
ow a2ui draft build ./workspace
ow a2ui digest ./workspace/document.mdwAppend the revision to the existing identity
Use --review when the recovered work makes decisions or external claims that should not silently become current.
ow publish ./workspace/document.mdw --update <document_id> --review --no-openFAQ
Frequently asked questions
Does pull download HTML from the public page?
No. It retrieves the current typed .mdw package for an authorized document.
Can I use pull to read somebody else’s Private document?
No. Hosted credentials and ownership or capability boundaries still apply.
Use the real workflow
Publish what your agent creates.
Give every report, document, or plan its own reader-ready page. Comments, review decisions, and formal revisions can flow back from there.