This commit is contained in:
iacore
2026-06-14 12:26:28 +08:00
parent 27546d04a0
commit 43b2734d31
5 changed files with 227 additions and 14 deletions
+6 -5
View File
@@ -48,11 +48,12 @@ Four registers observed, useful as style targets:
## Workflow
1. Load both `terms-search` and `dharma-translation` skills
2. For each key term in the source: search the terms DB first
3. For register decisions: scan relevant MB articles matching the target register
4. Translate directly in the response — never call external translation APIs
5. After translation, offer to align against the terms DB for verification
1. Load both `terms-search` and `dharma-translation` skills (and `mpi-project-conventions` for output conventions)
2. For each key term in the source: search the terms DB first (HTTP API at port 8910)
3. For register decisions: consult the register table above (scanning MB articles is optional)
4. Translate directly — never call external translation APIs. Agent IS the model.
5. Write `target.dj` alongside `source.dj`. Match source line count exactly.
6. After translation, offer to align against the terms DB for verification
## MB Article Quick-Find