15 lines
323 B
Markdown
15 lines
323 B
Markdown
---
|
|
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.
|