mirror of
https://github.com/shareAI-lab/learn-claude-code.git
synced 2026-05-20 09:33:20 +00:00
docs: Update README files to include Korean language support
- Added links to Korean documentation in the English, Japanese, and Chinese README files. - Updated documentation structure to reflect the inclusion of Korean, increasing accessibility for a broader audience.
This commit is contained in:
parent
ec49a650f6
commit
a59c103aa3
3 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Learn Claude Code -- 真の Agent のための Harness Engineering
|
||||
|
||||
[English](./README.md) | [中文](./README-zh.md) | [日本語](./README-ja.md)
|
||||
[English](./README.md) | [中文](./README-zh.md) | [日本語](./README-ja.md) | [한국어](./README-ko.md)
|
||||
|
||||
## モデルこそが Agent である
|
||||
|
||||
|
|
@ -291,7 +291,7 @@ s08 バックグラウンドタスク [6] s10 チームプロトコル
|
|||
learn-claude-code/
|
||||
|
|
||||
|-- agents/ # Python リファレンス実装 (s01-s12 + s_full 総括)
|
||||
|-- docs/{en,zh,ja}/ # メンタルモデル優先のドキュメント (3言語)
|
||||
|-- docs/{en,zh,ja,ko}/ # メンタルモデル優先のドキュメント (4言語)
|
||||
|-- web/ # インタラクティブ学習プラットフォーム (Next.js)
|
||||
|-- skills/ # s05 の Skill ファイル
|
||||
+-- .github/workflows/ci.yml # CI: 型チェック + ビルド
|
||||
|
|
@ -300,7 +300,7 @@ learn-claude-code/
|
|||
## ドキュメント
|
||||
|
||||
メンタルモデル優先: 問題、解決策、ASCII図、最小限のコード。
|
||||
[English](./docs/en/) | [中文](./docs/zh/) | [日本語](./docs/ja/)
|
||||
[English](./docs/en/) | [中文](./docs/zh/) | [日本語](./docs/ja/) | [한국어](./docs/ko/)
|
||||
|
||||
| セッション | トピック | モットー |
|
||||
|-----------|---------|---------|
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Learn Claude Code -- 真正的 Agent Harness 工程
|
||||
|
||||
[English](./README.md) | [中文](./README-zh.md) | [日本語](./README-ja.md)
|
||||
[English](./README.md) | [中文](./README-zh.md) | [日本語](./README-ja.md) | [한국어](./README-ko.md)
|
||||
|
||||
## 模型就是 Agent
|
||||
|
||||
|
|
@ -291,7 +291,7 @@ s08 Background Tasks [6] s10 Team Protocols [12]
|
|||
learn-claude-code/
|
||||
|
|
||||
|-- agents/ # Python 参考实现 (s01-s12 + s_full 总纲)
|
||||
|-- docs/{en,zh,ja}/ # 心智模型优先的文档 (3 种语言)
|
||||
|-- docs/{en,zh,ja,ko}/ # 心智模型优先的文档 (4 种语言)
|
||||
|-- web/ # 交互式学习平台 (Next.js)
|
||||
|-- skills/ # s05 的 Skill 文件
|
||||
+-- .github/workflows/ci.yml # CI: 类型检查 + 构建
|
||||
|
|
@ -300,7 +300,7 @@ learn-claude-code/
|
|||
## 文档
|
||||
|
||||
心智模型优先: 问题、方案、ASCII 图、最小化代码。
|
||||
[English](./docs/en/) | [中文](./docs/zh/) | [日本語](./docs/ja/)
|
||||
[English](./docs/en/) | [中文](./docs/zh/) | [日本語](./docs/ja/) | [한국어](./docs/ko/)
|
||||
|
||||
| 课程 | 主题 | 格言 |
|
||||
|------|------|------|
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[English](./README.md) | [中文](./README-zh.md) | [日本語](./README-ja.md)
|
||||
[English](./README.md) | [中文](./README-zh.md) | [日本語](./README-ja.md) | [한국어](./README-ko.md)
|
||||
# Learn Claude Code -- Harness Engineering for Real Agents
|
||||
|
||||
## The Model IS the Agent
|
||||
|
|
@ -290,7 +290,7 @@ s08 Background Tasks [6] s10 Team Protocols [12]
|
|||
learn-claude-code/
|
||||
|
|
||||
|-- agents/ # Python reference implementations (s01-s12 + s_full capstone)
|
||||
|-- docs/{en,zh,ja}/ # Mental-model-first documentation (3 languages)
|
||||
|-- docs/{en,zh,ja,ko}/ # Mental-model-first documentation (4 languages)
|
||||
|-- web/ # Interactive learning platform (Next.js)
|
||||
|-- skills/ # Skill files for s05
|
||||
+-- .github/workflows/ci.yml # CI: typecheck + build
|
||||
|
|
@ -299,7 +299,7 @@ learn-claude-code/
|
|||
## Documentation
|
||||
|
||||
Mental-model-first: problem, solution, ASCII diagram, minimal code.
|
||||
Available in [English](./docs/en/) | [中文](./docs/zh/) | [日本語](./docs/ja/).
|
||||
Available in [English](./docs/en/) | [中文](./docs/zh/) | [日本語](./docs/ja/) | [한국어](./docs/ko/).
|
||||
|
||||
| Session | Topic | Motto |
|
||||
|---------|-------|-------|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue