Skip to content

Bind Antigravity dispatch to relay worktrees#672

Merged
sungjunlee merged 1 commit into
mainfrom
codex/antigravity-dispatch-worktree
May 31, 2026
Merged

Bind Antigravity dispatch to relay worktrees#672
sungjunlee merged 1 commit into
mainfrom
codex/antigravity-dispatch-worktree

Conversation

@sungjunlee
Copy link
Copy Markdown
Owner

Closes #621.

Summary

  • Add an Antigravity dispatch worktree-boundary prompt that explicitly changes into the relay worktree before touching files.
  • Update adapter capability metadata and operator docs to mark Antigravity dispatch as route-specific limited after healthy google/antigravity-cli evidence, while keeping primary/advisory review blocked/fail-safe experimental.
  • Lock the new Antigravity argv/prompt contract in executor and dispatch tests.

Live dogfood evidence

  • Reproduced pre-fix failure with:
    • RELAY_HOME=$(mktemp -d) node skills/relay-dispatch/scripts/live-dogfood.js --repo . --scenario antigravity-dispatch-canary --antigravity-dispatch-timeout 90 --command-timeout-ms 180000 --json --markdown
    • Outcome: fail
    • Notes: executor produced no reviewable repository changes; only runtime metadata dirt was detected: ?? .antigravitycli/.
    • Antigravity wrote the canary file under ~/.gemini/antigravity-cli/scratch instead of the relay worktree.
  • Verified the fix with the same command:

Validation

  • node --test tests/relay-dispatch/scripts/agent-adapters.test.js tests/relay-dispatch/scripts/docs-defaults.test.js tests/relay-dispatch/scripts/executors.test.js tests/relay-dispatch/scripts/live-dogfood.test.js
  • node --test tests/relay-dispatch/scripts/dispatch.test.js
  • node --test tests/relay-dispatch/scripts/*.test.js
  • node --test tests/skills-lint/scripts/*.test.js
  • git diff --check

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 31, 2026

Warning

Review limit reached

@sungjunlee, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 52 minutes and 17 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 530c3b37-1824-46c8-8d3b-2f7673bb5483

📥 Commits

Reviewing files that changed from the base of the PR and between 0607750 and 3a7252b.

📒 Files selected for processing (9)
  • README.md
  • docs/relay-operator-guide.md
  • skills/relay-dispatch/references/agent-adapter-platform.md
  • skills/relay-dispatch/scripts/agent-adapters/index.js
  • skills/relay-dispatch/scripts/executors/antigravity.js
  • tests/relay-dispatch/scripts/agent-adapters.test.js
  • tests/relay-dispatch/scripts/dispatch.test.js
  • tests/relay-dispatch/scripts/docs-defaults.test.js
  • tests/relay-dispatch/scripts/executors.test.js
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/antigravity-dispatch-worktree

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sungjunlee
Copy link
Copy Markdown
Owner Author

Local review LGTM. Codex and CodeRabbit did not provide substantive review due usage/rate limits; CI is green and local validation passed: node --test tests/relay-dispatch/scripts/*.test.js, node --test tests/skills-lint/scripts/*.test.js, and git diff --check. Live Antigravity dispatch dogfood passed and evidence PR #671 was closed after validation.

@sungjunlee sungjunlee merged commit 23235db into main May 31, 2026
2 checks passed
@sungjunlee sungjunlee deleted the codex/antigravity-dispatch-worktree branch May 31, 2026 13:57
sungjunlee added a commit that referenced this pull request Jun 1, 2026
Bind Antigravity dispatch to relay worktrees.
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.

live dogfood: make Antigravity dispatch canary write to the relay worktree and create a reviewable PR

1 participant