From 9b69dd0d03d969cd5dd6266dfd28cad2f92f64df Mon Sep 17 00:00:00 2001 From: Dang Nguyen <56065982+dawngnd@users.noreply.github.com> Date: Sun, 8 Mar 2026 05:48:07 +0700 Subject: [PATCH] feat(CLI): Add Antigravity IDE support via `--target antigravity` flag (#332) * feat(CLI): Add Antigravity IDE support via `--target antigravity` flag This Pull Request introduces `--target antigravity` support within the installation script to bridge Everything Claude Code configurations smoothly onto the Antigravity IDE ecosystem. ### Key Changes - Modified `install.sh` to parse and act on the new `--target antigravity` CLI arg. - **Flattened Rules Conversion**: Logic automatically copies Language-agnostic (Common/Globs) rules as well as specific language stack rules into `common-*.md` and `{lang}-*.md` structures within `.agent/rules/`. - **Workflow & Agent Aggregation**: Commands safely fall in `.agent/workflows/`, and `agents/` alongside `skills/` components are merged into `.agent/skills/`. - Contains overwrite warnings to ensure local customized rules aren't completely overridden without consent. - Minor updates to `README.md` to properly document the flag addition. * Update install.sh Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: dangnd1 Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>