Skip to content

Commit d9b6956

Browse files
santosomarCopilot
andauthored
Update src/formats/antigravity.py
This is true. We should be talking about `rule `files not `workflow` files here... Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 624ffb3 commit d9b6956

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/formats/antigravity.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
class AntigravityFormat(BaseFormat):
1515
"""
16-
Google Antigravity format implementation (.md workflow files).
16+
Google Antigravity format implementation (.md rule files).
1717
1818
Antigravity uses .md files with YAML frontmatter containing:
1919
- description: Rule description (required by Antigravity spec)
2020
21-
Workflows are stored in .agent/workflows/ and can be triggered
22-
on-demand with /workflow-name in the Antigravity interface.
21+
Rules are stored in .agent/rules/ and can be triggered
22+
on-demand with /rule-name in the Antigravity interface.
2323
"""
2424

2525
def get_format_name(self) -> str:

0 commit comments

Comments
 (0)