# Codex Command: dr-research Codex is a surface adapter for v0.20. Core Phase 2 orchestration lives in Python. Run: ```bash uv run python scripts/dr.py research $ARGUMENTS --workers 6 ``` Fill packets with model workers: ```bash uv run python scripts/dr.py research $ARGUMENTS --workers 6 --execute-packets ``` For low-cost smoke tests where generic fallback is acceptable: ```bash uv run python scripts/dr.py research $ARGUMENTS --workers 6 --execute-packets --allow-search-fallback ``` Aggregate packets into chapter briefs: ```bash uv run python scripts/dr.py research $ARGUMENTS --workers 6 --build-briefs ``` Assemble Chinese chapter drafts: ```bash uv run python scripts/dr.py research $ARGUMENTS --workers 6 --assemble-chapters ``` Preview: ```bash uv run python scripts/dr.py research $ARGUMENTS --workers 6 --dry-run ``` Do not perform chapter research in the Codex thread. Report the task-card and packet paths created by the CLI.