mirror of
https://github.com/mindfold-ai/Trellis.git
synced 2026-04-25 01:55:54 +03:00
[PR #47] [MERGED] feat: add Antigravity workflow integration (official path + slash trigger) #56
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Trellis#56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mindfold-ai/Trellis/pull/47
Author: @lapse12
Created: 2/26/2026
Status: ✅ Merged
Merged: 2/26/2026
Merged by: @taosu0216
Base:
main← Head:codex/adapt-antigravity📝 Commits (1)
96fc723feat(platform): add antigravity workflows with official path and trigger syntax📊 Changes
18 files changed (+396 additions, -47 deletions)
View changed files
📝
README.md(+5 -2)📝
README_CN.md(+4 -1)📝
scripts/copy-templates.js(+1 -0)📝
src/cli/index.ts(+1 -0)📝
src/commands/init.ts(+1 -0)➕
src/configurators/antigravity.ts(+19 -0)📝
src/configurators/index.ts(+12 -0)➕
src/templates/antigravity/index.ts(+52 -0)📝
src/templates/extract.ts(+24 -0)📝
src/templates/trellis/scripts/common/cli_adapter.py(+49 -12)📝
src/templates/trellis/scripts/common/registry.py(+1 -1)📝
src/types/ai-tools.ts(+15 -4)📝
test/commands/init.integration.test.ts(+42 -7)📝
test/configurators/index.test.ts(+6 -6)📝
test/configurators/platforms.test.ts(+41 -0)📝
test/regression.test.ts(+55 -14)➕
test/templates/antigravity.test.ts(+56 -0)📝
test/templates/extract.test.ts(+12 -0)📄 Description
Summary
antigravityas a first-class platform in registry and CLI init flags.agent/workflows/*.mdcli_adapterto detect.agent/workflowsand map command paths accordingly.agents/skills/.../SKILL.md->.agent/workflows/... .md$workflowstyle triggers ->/workflowstyle triggers/skillsUX wording for AntigravityVerification
pnpm -s typecheckpnpm -s test(23 files, 348 tests)pnpm -s lintpnpm -s lint:py(warnings only, no errors)Notes
.agent/workflowsand are invoked via/workflow-namein chat.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.