docs(ar): second-pass localization cleanup

This commit is contained in:
Adam
2026-02-11 14:42:53 -06:00
parent 3befd0c6c5
commit 8eea53a41e
12 changed files with 39 additions and 39 deletions

View File

@@ -54,11 +54,11 @@ Focus on the failing tests and suggest fixes.
{
"$schema": "https://opencode.ai/config.json",
"command": {
// This becomes the name of the command
// يصبح هذا اسم الأمر
"test": {
// This is the prompt that will be sent to the LLM
// هذه هي المطالبة التي ستُرسل إلى LLM
"template": "Run the full test suite with coverage report and show any failures.\nFocus on the failing tests and suggest fixes.",
// This is shown as the description in the TUI
// يظهر هذا كوصف في TUI
"description": "Run tests with coverage",
"agent": "build",
"model": "anthropic/claude-3-5-sonnet-20241022"