Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cursorrules → AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ When users provide language files and request translation to corresponding langu
| ko.md | 입력 | 출력 |
| zh.md | 输入 | 输出 |
| ru.md | Входы | Выходы |
| fa.md | ورودی‌ها | خروجی‌ها |
| fa.md | ورودی‌ها | خروجی‌ها |
2 changes: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!-- Agent instructions live in AGENTS.md (the cross-agent standard). This is a Claude Code shim: Claude reads only CLAUDE.md, so the import below pulls AGENTS.md in. Don't add content here — edit AGENTS.md. -->
@AGENTS.md
2 changes: 1 addition & 1 deletion docs-generation/scripts/update_param_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def update_doc_with_translations(doc_file, node_name, lang, frontend_translation

# Update output parameter names
# DISABLED (2026-09-13): output names are programmatic identifiers and must
# stay English per repo policy (enforced by .cursorrules and
# stay English per repo policy (enforced by AGENTS.md and
# _fix_output_names_in_translation in batch_translate_docs.py). Replacing them
# with frontend display names was regressing the review fixes from PR #145
# commit 58a9d1c2. Flip this flag only if the policy changes.
Expand Down
Loading