Feat/add antigravity#202
Open
kenisteward wants to merge 4 commits into
Open
Conversation
|
The "--prompt" flag is not a valid parameter for agy. This code is syntactically valid but cannot possibly work. Suggest dogfooding before resubmitting |
Author
|
That in the first line of the pr description. I'm currently using it for an app to test things now. I wanted to make sure that the base skills were in place and made sense from and outside perspective. I think my issue ( why I hadn't ran into a problem yet) is I'm in the prd phase of testing which bmalph doesn't care about |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I used AGY to generate this and it currently looks to support it. I would like someone to look over this as i'm testing the full phase 4 IMPL still.
Summary
This PR adds full platform support for the Google Antigravity (
agy) agent, enabling developers to usebmalphworkflows alongside Antigravity's nativeSKILL.mdsystem.Key Additions:
src/platform/antigravity.ts): Registers Antigravity, setsAGENTS.mdas the root instruction file, and maps bmalph's command delivery to output native Antigravity skills into the.agents/skills/directory usingcommandfrontmatter.src/platform/detect.ts): Added.agentsandAGENTS.mdto the strong detection markers sobmalph initwill automatically select Antigravity in compatible workspaces.ralph/drivers/antigravity.sh): Added the execution driver that maps the.ralph/@fix_plan.mdpayload directly into theagy --promptinvocation to bridge Phase 4 implementations.src/platform/registry.tsandsrc/cli.tsto expose the new platform option.CHANGELOG.md, and bumped the version to2.12.0.Checklist
npm test)npm run lint)npm run build)package.json(if applicable)