v0.10: add native Codex adapter for deep research
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# Codex Command: dr-glossary
|
||||
|
||||
You are dr-pm. The user requested `/dr-glossary $ARGUMENTS`.
|
||||
|
||||
Goal: run terminology verification in Codex native mode.
|
||||
|
||||
Default command:
|
||||
|
||||
```bash
|
||||
uv run python scripts/dr.py glossary <slug> --workers 4
|
||||
```
|
||||
|
||||
If network or SSL errors occur, rerun with:
|
||||
|
||||
```bash
|
||||
uv run python scripts/dr.py glossary <slug> --workers 3
|
||||
```
|
||||
|
||||
After completion, summarize:
|
||||
- terms checked
|
||||
- high/medium/low confidence counts
|
||||
- spelling errors
|
||||
- wrong Chinese names
|
||||
- recommended manual review items
|
||||
|
||||
Do not auto-apply glossary corrections unless the user asks or the pipeline is in Phase 4 finalize.
|
||||
Reference in New Issue
Block a user