v0.20.7 restructure source and platform workspaces

This commit is contained in:
Deep Research System
2026-05-07 21:13:21 +08:00
parent b3050260b2
commit a4adeb591f
172 changed files with 214 additions and 543 deletions
@@ -0,0 +1,20 @@
---
name: dr-finalize
description: Surface adapter command for Chinese-native Phase 4 finalization.
---
Run the project-owned Python core finalization. Do not hand-translate the report in Claude Code.
Command:
```bash
uv run python scripts/dr.py finalize $ARGUMENTS
```
For old projects only, use:
```bash
uv run python scripts/dr.py finalize <slug> --legacy-translate
```
Report PDF/DOCX paths and any citation/rendering warnings.
@@ -0,0 +1,14 @@
---
name: dr-frame
description: Surface adapter command for generating Phase 1 framework.md through the Python core.
---
Run the project-owned Python core framework generator. Do not perform Phase 1 orchestration in Claude Code.
Command:
```bash
uv run python scripts/dr.py frame $ARGUMENTS
```
Report the framework path and remind the user to approve it before Phase 2.
@@ -0,0 +1,14 @@
---
name: dr-init
description: Surface adapter command for initializing a Deep Research v0.20 project.
---
Run the project-owned Python core initialization. Do not create manifest files manually.
Command:
```bash
uv run python scripts/dr.py init $ARGUMENTS
```
Report the project slug, manifest path, and next command.
@@ -0,0 +1,22 @@
---
name: dr-research
description: Surface adapter command for Deep Research v0.20 Phase 2 task-card research.
---
Run the project-owned Python core Phase 2 command. Do not spawn Claude Code subagents for chapter research.
Command:
```bash
uv run python scripts/dr.py research $ARGUMENTS
```
Useful follow-ups:
```bash
uv run python scripts/dr.py research <slug> --workers 6 --execute-packets
uv run python scripts/dr.py research <slug> --workers 6 --build-briefs
uv run python scripts/dr.py research <slug> --workers 6 --assemble-chapters
```
Report packet/chapter error files if present.
@@ -0,0 +1,14 @@
---
name: dr-review
description: Surface adapter command for deterministic Phase 3 review.
---
Run the project-owned Python core review. Claude Code may explain the critique afterwards, but should not overwrite it unless asked.
Command:
```bash
uv run python scripts/dr.py review $ARGUMENTS
```
Report the critique path and pause for user decision.
@@ -0,0 +1,14 @@
---
name: dr-run
description: Surface adapter command for Deep Research v0.20. Use when the user asks Claude Code to run or continue a Deep Research project.
---
Run the project-owned Python core. Do not perform core orchestration in Claude Code.
Command:
```bash
uv run python scripts/dr.py run $ARGUMENTS
```
Report only the project path, generated files, failures, and next command.