You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: complete multilingual translations for all 11 locales
Translate all remaining English placeholder content across ar, de, es, fr, ja, ko, ru, uz, vi, zh, zh-TW locales. Includes lecture index files, code examples, templates, references, and skills docs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
-`projects/shared/` — Shared Electron + TypeScript + React foundation
38
38
-`projects/project-NN/` — Per-project `starter/` and `solution/` directories
39
39
@@ -57,6 +57,6 @@ Each project's starter/solution is a complete copy of the Electron app at that e
57
57
- Progressive disclosure: short AGENTS.md entrypoint linking to focused docs
58
58
- Each project has two tsconfigs: `tsconfig.json` (renderer) and `tsconfig.node.json` (main/preload)
59
59
60
-
## Bilingual Content
60
+
## Multilingual Content
61
61
62
-
All content exists in both English and Chinese. Documentation lives in shared `docs/lectures/` and `docs/projects/` dirs (content is bilingual within each file). Resources have separate `docs/resources/en/` and `docs/resources/zh/` directories. Keep both in sync.
62
+
Course documentation is organized by locale under `docs/<lang>/`. Keep English as the structural source of truth, keep localized directories in sync, and preserve runnable code examples across languages.
@@ -49,7 +62,7 @@ Learn Harness Engineering is a course dedicated to the engineering of AI coding
49
62
50
63
The repository now includes a PDF build pipeline for the course content.
51
64
52
-
- Run `npm run pdf:build` to generate English and Chinese PDFs locally.
65
+
- Run `npm run pdf:build` to generate the currently configured PDF coursebooks locally.
53
66
- Output files are written to `artifacts/pdfs/`.
54
67
- Run `npm run screenshots:readme` if you want to refresh the README preview images.
55
68
- GitHub Actions workflow [`release-course-pdfs.yml`](./.github/workflows/release-course-pdfs.yml) can build the PDFs and publish them to GitHub Releases.
Learn Harness Engineering هو مساق مخصص لهندسة وكلاء البرمجة بالذكاء الاصطناعي. درسنا و لخصنا مجموعة من أكثر نظريات وممارسات Harness Engineering تقدمًا في الصناعة. تشمل مراجعنا الأساسية:
4
+
-[OpenAI: Harness engineering: leveraging Codex in an agent-first world](https://openai.com/index/harness-engineering/)
5
+
-[Anthropic: Effective harnesses for long-running agents](https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents)
6
+
-[Anthropic: Harness design for long-running application development](https://www.anthropic.com/engineering/harness-design-long-running-apps)
من خلال تصميم البيئة، وإدارة الحالة، والتحقق، وأنظمة التحكم بطريقة منهجية، يوضح هذا المساق كيف تجعل أدوات البرمجة الوكيلية مثل Codex و Claude Code موثوقة فعليًا. ستتعلم كيف تبني الميزات، وتصلح الأخطاء، وتؤتمت مهام التطوير عبر تقييد مساعد البرمجة بالذكاء الاصطناعي بقواعد وحدود صريحة.
0 commit comments