v0.20 alpha skill-driven python core

This commit is contained in:
kai
2026-05-06 16:26:41 +08:00
parent d1169646b8
commit db626f1d58
87 changed files with 5213 additions and 2865 deletions
+20
View File
@@ -0,0 +1,20 @@
---
description: v0.20 platform-neutral Python core runner. 用法:/dr-run [slug-or-topic]
agent: dr-pm
---
你是 OpenCode 表层接口。不要自行编排多 agent;核心调度由 Python runtime 负责。
运行:
```bash
uv run python scripts/dr.py run $ARGUMENTS --workers 6
```
如需预演:
```bash
uv run python scripts/dr.py run $ARGUMENTS --workers 6 --dry-run
```
只汇报 Python CLI 的阶段判断、产物路径和下一步。