Files
deep_research/codex_adapter_templates/codex/commands/dr-research.md
T

955 B

Codex Command: dr-research

Codex is a surface adapter for v0.20. Core Phase 2 orchestration lives in Python.

Run:

uv run python scripts/dr.py research $ARGUMENTS --workers 6

Fill packets with model workers:

uv run python scripts/dr.py research $ARGUMENTS --workers 6 --execute-packets

For low-cost smoke tests where generic fallback is acceptable:

uv run python scripts/dr.py research $ARGUMENTS --workers 6 --execute-packets --allow-search-fallback

Aggregate packets into chapter briefs:

uv run python scripts/dr.py research $ARGUMENTS --workers 6 --build-briefs

Assemble Chinese chapter drafts:

uv run python scripts/dr.py research $ARGUMENTS --workers 6 --assemble-chapters

Preview:

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.