Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/content/docs-vi/cli/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Lệnh `ck migrate`:
6. **Gộp** cấu hình hooks vào `settings.json` của provider
7. **Dọn dẹp** registry cũ và đường dẫn deprecated

> **Antigravity 2.0:** agents project được gộp vào `.agents/agents.md`, skills project ghi vào `.agents/skills/<name>/SKILL.md`, rules ghi vào `.agents/rules/`, commands ghi vào `.agents/workflows/`, và skills global ghi vào `~/.gemini/config/skills/`. Chưa có đường dẫn `agents.md` global đã được xác minh.

## Provider Được Hỗ Trợ

Mỗi cột cho biết mức độ `ck migrate` có thể chuyển loại nội dung đó sang provider đích:
Expand All @@ -63,7 +65,7 @@ Mỗi cột cho biết mức độ `ck migrate` có thể chuyển loại nội
| Goose | Một phần | - | Co | Co | Co | - |
| Gemini CLI | Một phần | Co | Co | Co | Co | - |
| Amp | Một phần | - | Co | Co | Co | - |
| Antigravity | - | Co | Co | Co | Co | - |
| Antigravity | Co | Co | Co | Co | Co | - |
| Cline | Một phần | - | Co | Co | Co | - |
| OpenHands | Một phần | - | Co | Co | Co | - |

Expand Down
5 changes: 4 additions & 1 deletion src/content/docs/cli/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ After execution, the command ends with a boxed footer:
- **Default scope**: project-level
- **Global scope**: pass `-g` or `--global`
- **Provider quirks still apply**: for example, Codex commands migrate as skills, so project scope writes `.agents/skills/source-command-*/SKILL.md` and global scope writes `~/.agents/skills/source-command-*/SKILL.md`
- **Antigravity 2.0 paths**: project agents merge into `.agents/agents.md`, project skills write to `.agents/skills/<name>/SKILL.md`, project rules write to `.agents/rules/`, project commands write to `.agents/workflows/`, and global skills write to `~/.gemini/config/skills/`

If you are migrating in older Windows terminals, set `CK_FORCE_ASCII=1` to force the ASCII fallback border set.

Expand Down Expand Up @@ -100,10 +101,12 @@ Each column indicates how well `ck migrate` can transfer that content type to th
| Goose | Partial | - | Yes | Yes | Yes | - |
| Gemini CLI | Partial | Yes | Yes | Yes | Yes | - |
| Amp | Partial | - | Yes | Yes | Yes | - |
| Antigravity | - | Yes | Yes | Yes | Yes | - |
| Antigravity | Yes | Yes | Yes | Yes | Yes | - |
| Cline | Partial | - | Yes | Yes | Yes | - |
| OpenHands | Partial | - | Yes | Yes | Yes | - |

Antigravity agents migrate into `.agents/agents.md`, Antigravity 2.0's project agents/personas file. Global Antigravity skills are supported, but no verified global `agents.md` path is documented.

## Options

### Target Options
Expand Down
Loading