Files
deep_research/platform_adapters/opencode/commands/dr-finalize.md
T

27 lines
713 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
description: Phase 4 - v0.20 中文原生成稿。用法:/dr-finalize [slug]
agent: dr-editor-in-chief
---
你是 OpenCode 表层接口。v0.20 默认不走英译中链路。
运行项目自有 Python core
```bash
uv run python scripts/dr.py finalize $ARGUMENTS
```
如果用户明确要求兼容旧项目的 `final_en.md -> translate -> polish` 链路,才使用:
```bash
uv run python scripts/dr.py finalize $ARGUMENTS --legacy-translate
```
如需 Quarto/xelatex
```bash
uv run python scripts/dr.py finalize $ARGUMENTS --report-engine quarto
```
不要在 OpenCode 会话中手工翻译整篇报告;只调用 Python CLI 并汇报输出文件、引用检查风险和 PDF/DOCX 路径。