coco-research / coco-research/coco

[GFI] Add Antigravity (Google) adapter

Open
#25 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
Dominant language
HTML
Stars
251
Forks
12
Avg merge
7d 6h
Merged PRs (30d)
80

Description

Goal

Add an antigravity IDE adapter so Coco artifacts install into Google's Antigravity editor. The README's System Compatibility table lists Antigravity as Planned for v0.2 — this issue tracks building it.

Files involved

  • adapters/antigravity/manifest.json (new) — mirror an existing adapter's manifest
  • adapters/antigravity/install.sh (new) — link/compile skills, commands, agents, rules into Antigravity's config location
  • adapters/antigravity/README.md (new)
  • install.shdetect_adapter() may add an Antigravity heuristic

Reference

adapters/cursor/ and adapters/vscode-continue/ are the closest patterns. The generic adapter (AGENTS.md producer) is a good fallback model if Antigravity supports AGENTS.md.

Acceptance criteria

  • bash install.sh --adapter antigravity installs without error
  • Skills, commands, agents, and rules are wired into the correct Antigravity location
  • manifest.json validates; README documents the target paths
  • CI passes (frontmatter linter, manifest validator, install script syntax check)
  • README System Compatibility row updated from "Planned" to "Beta/Stable"

Hints

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with adapters/cursor/, adapters/vscode-continue/, and the generic adapter, then read CONTRIBUTING.md and docs/architecture.md. Add adapters/antigravity/manifest.json, install.sh, and README.md, update the root install.sh detection and README compatibility row, and run the documented CI checks plus bash install.sh --adapter antigravity. Done means the manifest validates, installation succeeds, all artifact types are wired to documented Antigravity paths, and CI passes.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
developer-experience, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.