Skip to content

Commit 6245333

Browse files
mmalerbamattrbeck
authored andcommitted
build: add workspace rule for antigravity
Antigravity does not support AGENTS.md, instead it has "workspace rules" (antigravity.google/docs/rules-workflows). This commit adds a symlink for the workspace rule.
1 parent d75046b commit 6245333

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.agent/rules/agents.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../AGENTS.md

.prettierignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@ adev/src/content/aria/**/*.json
3535
adev/src/content/cli/**/*.json
3636
adev/src/content/cdk/**/*.json
3737

38+
# Antigravity rules
39+
.agent/rules/agents.md
40+
3841
CHANGELOG.md
39-
CHANGELOG_ARCHIVE.md
42+
CHANGELOG_ARCHIVE.md

AGENTS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
---
2+
trigger: always_on
3+
---
4+
15
This is the source code for the Angular framework. This guide outlines standard practices for AI agents working in this repository.
26

37
## Environment
48

59
- Use `pnpm` for package management.
6-
- Use `pnpm bazel test //target` to run tests. Do not use `ng test`, or just `bazel`
10+
- Use `pnpm bazel test //target` to run tests.
711

812
## Key Documentation
913

@@ -14,4 +18,3 @@ This is the source code for the Angular framework. This guide outlines standard
1418
## Pull Requests
1519

1620
- Use the `gh` CLI (GitHub CLI) for creating and managing pull requests.
17-
- Avoid using browser tools for PR operations when possible to maintain workflow efficiency.

0 commit comments

Comments
 (0)