27 lines
607 B
Markdown
27 lines
607 B
Markdown
# 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.
|