Skip to content

feat(antigravity): add full skill-based editor support#2

Merged
phuthuycoding merged 1 commit into
phuthuycoding:masterfrom
diepdous:feat/antigravity-support
May 31, 2026
Merged

feat(antigravity): add full skill-based editor support#2
phuthuycoding merged 1 commit into
phuthuycoding:masterfrom
diepdous:feat/antigravity-support

Conversation

@diepdous
Copy link
Copy Markdown
Contributor

Description

Chuyển đổi hoàn toàn cơ chế hỗ trợ Antigravity editor từ "merge-to-file" (như Cursor) sang "skill-based" (như Codex) để tối ưu khả năng đọc của Antigravity đối với định dạng SKILL.md.

Key Changes

  • symlink.ts: Bật đầy đủ hỗ trợ agents/commands/skills cho cấu hình antigravity, chỉ định thư mục skills/ và thêm helper getAntigravityDir.
  • install.ts: Triển khai installAntigravityScope để biến đổi 16 agents và 4 commands thành skill folders với file SKILL.md và frontmatter metadata riêng biệt, đồng thời cài đặt architecture docs.
  • uninstall.ts: Triển khai gỡ cài đặt sạch sẽ uninstallAntigravityScope dọn dẹp toàn bộ skill folders và architecture docs.
  • list.ts & status.ts: Bổ sung hiển thị danh sách kỹ năng và đếm trạng thái cài đặt tương thích cho Antigravity.
  • cli.js: Bổ sung target antigravity vào các tùy chọn của lệnh liststatus.
  • Docs: Cập nhật checkbox hoạt động của Antigravity trong README.md và nhật ký thay đổi v2.2.0 trong CHANGELOG.md.

How to Test

  1. npm install && npm run build
  2. npm link
  3. moicle install -t antigravity
  4. moicle list -t antigravity
  5. moicle status -t antigravity
  6. moicle uninstall -t antigravity

@phuthuycoding phuthuycoding merged commit cb4ad5e into phuthuycoding:master May 31, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants