v0.20.6 rebuild platform environments from templates
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
description = "Run Chinese-native Phase 4 finalization through Python core."
|
||||
prompt = """
|
||||
Run the Deep Research Python core finalize command. Do not hand-translate the report in Gemini CLI.
|
||||
|
||||
Command:
|
||||
!{uv run python scripts/dr.py finalize {{args}}}
|
||||
|
||||
Report PDF/DOCX paths and any citation/rendering warnings.
|
||||
"""
|
||||
@@ -0,0 +1,9 @@
|
||||
description = "Generate Phase 1 framework.md through Python core."
|
||||
prompt = """
|
||||
Run the Deep Research Python core frame command.
|
||||
|
||||
Command:
|
||||
!{uv run python scripts/dr.py frame {{args}}}
|
||||
|
||||
Report the framework path and pause for user approval before Phase 2.
|
||||
"""
|
||||
@@ -0,0 +1,9 @@
|
||||
description = "Initialize a Deep Research v0.20 project through Python core."
|
||||
prompt = """
|
||||
Run the Deep Research Python core init command. Do not create project files manually.
|
||||
|
||||
Command:
|
||||
!{uv run python scripts/dr.py init {{args}}}
|
||||
|
||||
Report the project slug, manifest path, and next command.
|
||||
"""
|
||||
@@ -0,0 +1,9 @@
|
||||
description = "Run Phase 2 task-card research through Python core."
|
||||
prompt = """
|
||||
Run the Deep Research Python core research command. Do not spawn Gemini CLI agents for chapter research.
|
||||
|
||||
Command:
|
||||
!{uv run python scripts/dr.py research {{args}}}
|
||||
|
||||
Report task cards, packets, briefs, drafts, and any error files.
|
||||
"""
|
||||
@@ -0,0 +1,9 @@
|
||||
description = "Run deterministic Phase 3 review through Python core."
|
||||
prompt = """
|
||||
Run the Deep Research Python core review command.
|
||||
|
||||
Command:
|
||||
!{uv run python scripts/dr.py review {{args}}}
|
||||
|
||||
Report the critique path and pause for user decision.
|
||||
"""
|
||||
@@ -0,0 +1,9 @@
|
||||
description = "Run or initialize a Deep Research v0.20 project through Python core."
|
||||
prompt = """
|
||||
Run the Deep Research Python core. Do not orchestrate the workflow in Gemini CLI.
|
||||
|
||||
Command:
|
||||
!{uv run python scripts/dr.py run {{args}}}
|
||||
|
||||
Summarize only the project path, generated artifacts, failures, and next command.
|
||||
"""
|
||||
Reference in New Issue
Block a user