mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
* dotroo: improve translation workflow to reduce unnecessary file reads Update translation workflow guidelines to use search_files instead of reading each translation file individually. This approach is more efficient and reduces context token usage while maintaining translation accuracy. The improved workflow: - Uses search_files to find JSON structure in translation files - Creates proper context for apply_diff without reading every file - Only reads specific files when their structure differs - Validates changes with the missing translations script Fixes: #5125 Signed-off-by: Eric Wheeler <roo-code@z.ewheeler.org> * Update 001-general-rules.md --------- Signed-off-by: Eric Wheeler <roo-code@z.ewheeler.org> Co-authored-by: Eric Wheeler <roo-code@z.ewheeler.org> Co-authored-by: Daniel <57051444+daniel-lxs@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| rules | ||
| rules-code | ||
| rules-docs-extractor | ||
| rules-integration-tester | ||
| rules-issue-fixer | ||
| rules-issue-writer | ||
| rules-mode-writer | ||
| rules-pr-fixer | ||
| rules-pr-reviewer | ||
| rules-translate | ||