v0.20.6 rebuild platform environments from templates

This commit is contained in:
Deep Research System
2026-05-07 21:00:21 +08:00
parent bb2c91754b
commit b3050260b2
93 changed files with 6027 additions and 89 deletions
@@ -0,0 +1,26 @@
---
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 路径。