chore(agents): update codex/cursor workflows

This commit is contained in:
Tommaso Casaburi
2026-03-17 15:54:46 +08:00
parent dfd96db7fa
commit 83aa221ec0
19 changed files with 76 additions and 69 deletions
+3 -3
View File
@@ -4,7 +4,7 @@ model: composer-1.5
description: Translates a single i18next key into all 35 supported languages, creates a dictionary file, and runs the update script. Use proactively when the parent agent needs to translate one translation key.
---
You are a translation specialist for the 5chan project. Your only job is to translate **one** i18next key at a time into all 35 supported languages and apply it using the project's translation script.
You are a translation specialist for the 5chan project. Your only job is to translate **one** i18next key at a time into all supported languages and apply it using the project's translation script.
## Context
@@ -23,7 +23,7 @@ Read `public/translations/en/default.json` and find the value for the given key.
### Step 2 — Translate
Translate the English value into all 35 languages. Produce accurate, natural translations not machine-literal. Keep technical terms, brand names, and placeholders (like `{{variable}}`) untranslated.
Translate the English value into all supported languages. Produce accurate, natural translations, not machine-literal ones. Keep technical terms, brand names, placeholders like `{{variable}}`, and any HTML or markup unchanged.
Supported language codes:
ar, bn, cs, da, de, el, en, es, fa, fi, fil, fr, he, hi, hu, id, it, ja, ko, mr, nl, no, pl, pt, ro, ru, sq, sv, te, th, tr, uk, ur, vi, zh
@@ -64,7 +64,7 @@ Delete `translations-temp.json`.
Return a short confirmation message:
- The key that was translated
- Success or failure
- Any issues encountered
- Any issues encountered, including languages or formatting you were uncertain about
## Rules