docs(readme): add Kiro platform support to translated READMEs

Mirror the English README's Kiro additions across all 7 translations
(es-ES, ja-JP, ko-KR, ru-RU, tr-TR, zh-CN, zh-TW): the one-line install
heading, supported <platform> values, a dedicated Kiro CLI / IDE
section, and the Platform Compatibility table row.
This commit is contained in:
Lum1104
2026-06-16 15:50:37 +08:00
Unverified
parent af435ed251
commit bfb51a5ee0
7 changed files with 105 additions and 14 deletions
+15 -2
View File
@@ -181,7 +181,7 @@ Understand-Anything funciona en múltiples plataformas de codificación con IA.
/plugin install understand-anything
```
### Instalación de una línea (Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Nanobot)
### Instalación de una línea (Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Nanobot / Kiro)
**macOS / Linux:**
```bash
@@ -197,7 +197,7 @@ iwr -useb https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/i
El instalador clona el repositorio en `~/.understand-anything/repo` y crea los enlaces simbólicos correspondientes para la plataforma elegida. Reinicia tu CLI/IDE al terminar.
- Valores soportados de `<platform>`: `gemini`, `codex`, `opencode`, `pi`, `openclaw`, `antigravity`, `vibe`, `vscode`, `hermes`, `cline`, `kimi`, `nanobot`
- Valores soportados de `<platform>`: `gemini`, `codex`, `opencode`, `pi`, `openclaw`, `antigravity`, `vibe`, `vscode`, `hermes`, `cline`, `kimi`, `nanobot`, `kiro`
- Actualizar más adelante: `./install.sh --update`
- Desinstalar: `./install.sh --uninstall <platform>`
@@ -219,6 +219,18 @@ Para habilidades personales (disponibles en todos los proyectos), ejecuta el `in
copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
```
### Kiro CLI / IDE
```bash
curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash -s kiro
```
Tras la instalación:
- **Kiro CLI**: `kiro-cli chat --agent understand "Analiza este proyecto"`
- **Kiro IDE**: Las habilidades se enlazan simbólicamente en `~/.kiro/skills/` y el agente `understand` se escribe en `~/.kiro/agents/understand.json`, de modo que ambos quedan disponibles tras reiniciar el IDE.
Para habilidades personales (disponibles en todos los proyectos), ejecuta el `install.sh` de arriba con la plataforma `kiro`.
### Compatibilidad de Plataformas
| Plataforma | Estado | Método de Instalación |
@@ -238,6 +250,7 @@ copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
| Cline | ✅ Soportado | `install.sh cline` |
| KIMI CLI | ✅ Soportado | `install.sh kimi` |
| Nanobot | ✅ Soportado | `install.sh nanobot` |
| Kiro CLI / IDE | ✅ Soportado | `install.sh kiro` |
---
+15 -2
View File
@@ -182,7 +182,7 @@ Understand-Anythingは複数のAIコーディングプラットフォームで
/plugin install understand-anything
```
### ワンラインインストール(Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Nanobot
### ワンラインインストール(Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Nanobot / Kiro
**macOS / Linux**
```bash
@@ -198,7 +198,7 @@ iwr -useb https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/i
インストーラーはリポジトリを `~/.understand-anything/repo` にクローンし、選択したプラットフォーム用のシンボリックリンクを作成します。完了後はCLI/IDEを再起動してください。
- サポートされる `<platform>` 値:`gemini``codex``opencode``pi``openclaw``antigravity``vibe``vscode``hermes``cline``kimi``nanobot`
- サポートされる `<platform>` 値:`gemini``codex``opencode``pi``openclaw``antigravity``vibe``vscode``hermes``cline``kimi``nanobot``kiro`
- 後で更新:`./install.sh --update`
- アンインストール:`./install.sh --uninstall <platform>`
@@ -220,6 +220,18 @@ GitHub Copilot拡張機能(v1.108+)をインストールしたVS Codeは、`
copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
```
### Kiro CLI / IDE
```bash
curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash -s kiro
```
インストール後:
- **Kiro CLI**`kiro-cli chat --agent understand "このプロジェクトを解析して"`
- **Kiro IDE**:スキルは `~/.kiro/skills/` にシンボリックリンクされ、`understand` エージェントは `~/.kiro/agents/understand.json` に書き込まれます。そのため、IDEを再起動するとどちらも利用可能になります。
全プロジェクトで使用するパーソナルスキルとして導入したい場合は、上記の `install.sh``kiro` プラットフォームで実行してください。
### プラットフォーム互換性
| プラットフォーム | ステータス | インストール方法 |
@@ -239,6 +251,7 @@ copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
| Cline | ✅ サポート | `install.sh cline` |
| KIMI CLI | ✅ サポート | `install.sh kimi` |
| Nanobot | ✅ サポート | `install.sh nanobot` |
| Kiro CLI / IDE | ✅ サポート | `install.sh kiro` |
---
+15 -2
View File
@@ -181,7 +181,7 @@ Understand-Anything은 다양한 AI 코딩 플랫폼에서 사용할 수 있습
/plugin install understand-anything
```
### 한 줄 설치 (Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Nanobot)
### 한 줄 설치 (Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Nanobot / Kiro)
**macOS / Linux:**
```bash
@@ -197,7 +197,7 @@ iwr -useb https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/i
설치 스크립트는 저장소를 `~/.understand-anything/repo`에 클론하고 선택한 플랫폼에 맞는 심볼릭 링크를 생성합니다. 설치 후 CLI 또는 IDE를 재시작하세요.
- 지원되는 `<platform>` 값: `gemini`, `codex`, `opencode`, `pi`, `openclaw`, `antigravity`, `vibe`, `vscode`, `hermes`, `cline`, `kimi`, `nanobot`
- 지원되는 `<platform>` 값: `gemini`, `codex`, `opencode`, `pi`, `openclaw`, `antigravity`, `vibe`, `vscode`, `hermes`, `cline`, `kimi`, `nanobot`, `kiro`
- 이후 업데이트: `./install.sh --update`
- 제거: `./install.sh --uninstall <platform>`
@@ -219,6 +219,18 @@ GitHub Copilot(v1.108+)이 설치된 VS Code는 `.copilot-plugin/plugin.json`을
copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
```
### Kiro CLI / IDE
```bash
curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash -s kiro
```
설치 후:
- **Kiro CLI**: `kiro-cli chat --agent understand "이 프로젝트를 분석해줘"`
- **Kiro IDE**: 스킬이 `~/.kiro/skills/`에 심볼릭 링크로 연결되고 `understand` 에이전트가 `~/.kiro/agents/understand.json`에 작성되므로, IDE를 재시작하면 둘 다 사용할 수 있습니다.
모든 프로젝트에서 사용하는 개인 스킬로 설치하려면 위 `install.sh``kiro` 플랫폼으로 실행하세요.
### 플랫폼 호환성
| 플랫폼 | 상태 | 설치 방법 |
@@ -238,6 +250,7 @@ copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
| Cline | ✅ 지원 | `install.sh cline` |
| KIMI CLI | ✅ 지원 | `install.sh kimi` |
| Nanobot | ✅ 지원 | `install.sh nanobot` |
| Kiro CLI / IDE | ✅ 지원 | `install.sh kiro` |
---
+15 -2
View File
@@ -182,7 +182,7 @@ Understand-Anything работает с несколькими платформ
/plugin install understand-anything
```
### Установка одной командой (Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Nanobot)
### Установка одной командой (Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Nanobot / Kiro)
**macOS / Linux:**
```bash
@@ -198,7 +198,7 @@ iwr -useb https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/i
Установщик клонирует репозиторий в `~/.understand-anything/repo` и создаёт нужные симлинки для выбранной платформы. После установки перезапустите свой CLI/IDE.
- Поддерживаемые значения `<platform>`: `gemini`, `codex`, `opencode`, `pi`, `openclaw`, `antigravity`, `vibe`, `vscode`, `hermes`, `cline`, `kimi`, `nanobot`
- Поддерживаемые значения `<platform>`: `gemini`, `codex`, `opencode`, `pi`, `openclaw`, `antigravity`, `vibe`, `vscode`, `hermes`, `cline`, `kimi`, `nanobot`, `kiro`
- Обновление: `./install.sh --update`
- Удаление: `./install.sh --uninstall <platform>`
@@ -220,6 +220,18 @@ VS Code с GitHub Copilot (v1.108+) автоматически обнаружи
copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
```
### Kiro CLI / IDE
```bash
curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash -s kiro
```
После установки:
- **Kiro CLI**: `kiro-cli chat --agent understand "Проанализируй этот проект"`
- **Kiro IDE**: skills симлинкуются в `~/.kiro/skills/`, а агент `understand` записывается в `~/.kiro/agents/understand.json`, поэтому оба становятся доступны после перезапуска IDE.
Для персональных skills (доступных во всех проектах) запустите `install.sh` выше с платформой `kiro`.
### Совместимость с платформами
| Платформа | Статус | Способ установки |
@@ -239,6 +251,7 @@ copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
| Cline | ✅ Поддерживается | `install.sh cline` |
| KIMI CLI | ✅ Поддерживается | `install.sh kimi` |
| Nanobot | ✅ Поддерживается | `install.sh nanobot` |
| Kiro CLI / IDE | ✅ Поддерживается | `install.sh kiro` |
---
+15 -2
View File
@@ -182,7 +182,7 @@ Understand-Anything birden fazla AI kodlama platformunda çalışır.
/plugin install understand-anything
```
### Tek satırlık kurulum (Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Nanobot)
### Tek satırlık kurulum (Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Nanobot / Kiro)
**macOS / Linux:**
```bash
@@ -198,7 +198,7 @@ iwr -useb https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/i
Kurulum betiği depoyu `~/.understand-anything/repo` dizinine klonlar ve seçilen platform için uygun sembolik bağlantıları oluşturur. Sonrasında CLI/IDE'ni yeniden başlat.
- Desteklenen `<platform>` değerleri: `gemini`, `codex`, `opencode`, `pi`, `openclaw`, `antigravity`, `vibe`, `vscode`, `hermes`, `cline`, `kimi`, `nanobot`
- Desteklenen `<platform>` değerleri: `gemini`, `codex`, `opencode`, `pi`, `openclaw`, `antigravity`, `vibe`, `vscode`, `hermes`, `cline`, `kimi`, `nanobot`, `kiro`
- Daha sonra güncelle: `./install.sh --update`
- Kaldır: `./install.sh --uninstall <platform>`
@@ -220,6 +220,18 @@ Tüm projelerde kullanmak için kişisel beceri olarak kurmak istersen yukarıda
copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
```
### Kiro CLI / IDE
```bash
curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash -s kiro
```
Kurulumdan sonra:
- **Kiro CLI**: `kiro-cli chat --agent understand "Bu projeyi analiz et"`
- **Kiro IDE**: Beceriler `~/.kiro/skills/` dizinine sembolik bağlantı olarak eklenir ve `understand` ajanı `~/.kiro/agents/understand.json` dosyasına yazılır, böylece IDE'yi yeniden başlattıktan sonra her ikisi de kullanılabilir.
Tüm projelerde kullanmak için kişisel beceri olarak kurmak istersen yukarıdaki `install.sh`'ı `kiro` platformuyla çalıştır.
### Platform Uyumluluğu
| Platform | Durum | Kurulum Yöntemi |
@@ -239,6 +251,7 @@ copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
| Cline | ✅ Destekleniyor | `install.sh cline` |
| KIMI CLI | ✅ Destekleniyor | `install.sh kimi` |
| Nanobot | ✅ Destekleniyor | `install.sh nanobot` |
| Kiro CLI / IDE | ✅ Destekleniyor | `install.sh kiro` |
---
+15 -2
View File
@@ -181,7 +181,7 @@ Understand-Anything 可在多个 AI 编码平台上运行。
/plugin install understand-anything
```
### 一行命令安装(Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Nanobot
### 一行命令安装(Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Nanobot / Kiro
**macOS / Linux**
```bash
@@ -197,7 +197,7 @@ iwr -useb https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/i
安装脚本会将仓库克隆到 `~/.understand-anything/repo`,并为所选平台创建相应的符号链接。安装完成后请重启 CLI 或 IDE。
- 支持的 `<platform>` 取值:`gemini``codex``opencode``pi``openclaw``antigravity``vibe``vscode``hermes``cline``kimi``nanobot`
- 支持的 `<platform>` 取值:`gemini``codex``opencode``pi``openclaw``antigravity``vibe``vscode``hermes``cline``kimi``nanobot``kiro`
- 后续更新:`./install.sh --update`
- 卸载:`./install.sh --uninstall <platform>`
@@ -219,6 +219,18 @@ iwr -useb https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/i
copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
```
### Kiro CLI / IDE
```bash
curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash -s kiro
```
安装完成后:
- **Kiro CLI**`kiro-cli chat --agent understand "分析这个项目"`
- **Kiro IDE**:技能会被符号链接到 `~/.kiro/skills/``understand` agent 会被写入 `~/.kiro/agents/understand.json`,重启 IDE 后两者均可使用。
若需要在所有项目中使用(个人技能),运行上面的 `install.sh` 并选择 `kiro` 平台即可。
### 多平台兼容
| 平台 | 状态 | 安装方式 |
@@ -238,6 +250,7 @@ copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
| Cline | ✅ 支持 | `install.sh cline` |
| KIMI CLI | ✅ 支持 | `install.sh kimi` |
| Nanobot | ✅ 支持 | `install.sh nanobot` |
| Kiro CLI / IDE | ✅ 支持 | `install.sh kiro` |
---
+15 -2
View File
@@ -181,7 +181,7 @@ Understand-Anything 可在多個 AI 編碼平台上執行。
/plugin install understand-anything
```
### 一行指令安裝(Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Nanobot
### 一行指令安裝(Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Nanobot / Kiro
**macOS / Linux**
```bash
@@ -197,7 +197,7 @@ iwr -useb https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/i
安裝指令稿會將儲存庫複製到 `~/.understand-anything/repo`,並為所選平台建立相應的符號連結。安裝完成後請重新啟動 CLI 或 IDE。
- 支援的 `<platform>` 取值:`gemini``codex``opencode``pi``openclaw``antigravity``vibe``vscode``hermes``cline``kimi``nanobot`
- 支援的 `<platform>` 取值:`gemini``codex``opencode``pi``openclaw``antigravity``vibe``vscode``hermes``cline``kimi``nanobot``kiro`
- 後續更新:`./install.sh --update`
- 解除安裝:`./install.sh --uninstall <platform>`
@@ -219,6 +219,18 @@ iwr -useb https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/i
copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
```
### Kiro CLI / IDE
```bash
curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash -s kiro
```
安裝完成後:
- **Kiro CLI**`kiro-cli chat --agent understand "分析這個專案"`
- **Kiro IDE**:技能會以符號連結的方式建立到 `~/.kiro/skills/`,並將 `understand` agent 寫入 `~/.kiro/agents/understand.json`,因此重新啟動 IDE 後兩者皆可使用。
若需要在所有專案中使用(個人技能),執行上面的 `install.sh` 並選擇 `kiro` 平台即可。
### 多平台相容性
| 平台 | 狀態 | 安裝方式 |
@@ -238,6 +250,7 @@ copilot plugin install Egonex-AI/Understand-Anything:understand-anything-plugin
| Cline | ✅ 支援 | `install.sh cline` |
| KIMI CLI | ✅ 支援 | `install.sh kimi` |
| Nanobot | ✅ 支援 | `install.sh nanobot` |
| Kiro CLI / IDE | ✅ 支援 | `install.sh kiro` |
---