Files
deep_research/.opencode/commands/dr-research.md
T

45 lines
1.2 KiB
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 2 - v0.20 Python core task-card research. 用法:/dr-research [slug]
agent: dr-pm
---
你是 OpenCode 表层接口。不要自行 spawn subagents,也不要在本会话里执行章节研究。
运行项目自有 Python core
```bash
uv run python scripts/dr.py research $ARGUMENTS --workers 6
```
生成真实证据包时显式开启模型 worker:
```bash
uv run python scripts/dr.py research $ARGUMENTS --workers 6 --execute-packets
```
默认 scholar/news/patents 专用路由 strict 失败即停;如只是低成本试跑,可允许通用搜索兜底:
```bash
uv run python scripts/dr.py research $ARGUMENTS --workers 6 --execute-packets --allow-search-fallback
```
将证据包收束为章节 brief,降低并发碎片化:
```bash
uv run python scripts/dr.py research $ARGUMENTS --workers 6 --build-briefs
```
生成中文章节草稿:
```bash
uv run python scripts/dr.py research $ARGUMENTS --workers 6 --assemble-chapters
```
如用户只是想预览任务卡:
```bash
uv run python scripts/dr.py research $ARGUMENTS --workers 6 --dry-run
```
完成后只汇报 Python CLI 输出的关键路径:`phase2/task_cards.json``phase2/packets/*.json`、manifest 进度和下一步。