Define the handoff before generating it
- Name the reader and the decision or task.
- List the evidence that can be disclosed.
- Separate confirmed results from proposals and unknowns.
- Choose whether the recipient only reads, gives feedback, or must approve.
Build the artifact inside the Codex workflow
ow a2ui draft init ./artifact --title "Migration recommendation" --description "Decision, evidence, and rollback plan" --language en
# Add the supported typed sections and visual nodes.
ow a2ui draft check ./artifact
ow a2ui draft build ./artifact
ow a2ui digest ./artifact/document.mdwPublish the right kind of handoff
# Read-only publication
ow publish ./artifact/document.mdw --no-open
# Blocking decision
ow publish ./artifact/document.mdw --review --no-open --timeout 900Inspect the real rendered page
Open the returned URL and verify the layout, evidence, links, and access state in a real browser before sending it. A successful CLI response proves delivery, not complete reader acceptance.
FAQ
Frequently asked questions
Does the OpenWiki link expose my Codex conversation?
No. It exposes the separate typed document you chose to publish, not the underlying Codex session.
Can Codex read the reviewer’s decision back?
Yes. When published with --review, the CLI waits for a structured approve, request-changes, reject, timeout, or error result.
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.