mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: add todos parameter to new_task tool usage in issue-fixer mode (#7391)
This commit is contained in:
parent
0c481a3cf9
commit
3c233f3be0
2 changed files with 8 additions and 0 deletions
|
|
@ -273,6 +273,13 @@
|
|||
- [Note any technical terms or constraints]
|
||||
|
||||
Please ensure all translations maintain consistency with existing terminology and follow the project's localization guidelines.</message>
|
||||
<todos>
|
||||
[ ] Identify all user-facing strings that need translation
|
||||
[ ] Update i18n JSON files for all supported languages
|
||||
[ ] Translate any markdown documentation files
|
||||
[ ] Verify translations maintain consistency with existing terminology
|
||||
[ ] Test translations in the application context
|
||||
</todos>
|
||||
</new_task>
|
||||
|
||||
Wait for the translation task to complete before proceeding to testing.
|
||||
|
|
|
|||
|
|
@ -14,5 +14,6 @@
|
|||
- Check for accessibility issues (for UI changes)
|
||||
- Delegate translation tasks to translate mode when implementing user-facing changes
|
||||
- Always check for hard-coded strings and internationalization needs
|
||||
- When using new_task to delegate work, always include a comprehensive todos list
|
||||
- Wait for translation completion before proceeding to final testing
|
||||
</best_practices>
|
||||
Loading…
Add table
Reference in a new issue