fix translation: compassion→care, making a living→survival-level, 生生增上 life-after-life, 因病返贫 remove 'back'
1.2 KiB
1.2 KiB
MPI Project Conventions
Skills
MPI skills live in skills/ and are loaded via ~/.hermes/config.yaml:
skills:
external_dirs:
- /home/user/documents/mpi/skills
Available skills: terms-search, dharma-translation, translation-review, chinese-text-normalize, pptx-translate, pdf-to-docx-conversion.
{% hermes config set stringifies list values — edit config.yaml directly for proper YAML list syntax. %}
Terms Database
- DB:
terms-search/termlib.duckdb - CLI:
terms-search/search.py <query> [limit] - Source priority: DoT定稿 > 内部特色词 > 佛教术语 > 经论名
Translation Workflow
- Load
dharma-translationandterms-searchskills - Search terms DB for key terms before translating
- Translate directly (agent IS the model — no external translation APIs)
- Write
target.djalongsidesource.dj, matching source line count - TOC: bullet list, no link targets
Djot Conventions
- Comments:
{% ... %} - Em dashes in English: three hyphens (
---) - En dashes in English: two hyphens (
--) - No
对照.djfiles — don't create or delete them - Translation formatting: preserve source formatting exactly
Scripts
Fish shell. Live in scripts/.