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.
This commit is contained in:
Miles Malerba
2026-02-11 08:44:34 -08:00
committed by Matthew Beck (Berry)
parent d75046bc09
commit 62453330f5
3 changed files with 10 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
../../AGENTS.md
+4 -1
View File
@@ -35,5 +35,8 @@ adev/src/content/aria/**/*.json
adev/src/content/cli/**/*.json
adev/src/content/cdk/**/*.json
# Antigravity rules
.agent/rules/agents.md
CHANGELOG.md
CHANGELOG_ARCHIVE.md
CHANGELOG_ARCHIVE.md
+5 -2
View File
@@ -1,9 +1,13 @@
---
trigger: always_on
---
This is the source code for the Angular framework. This guide outlines standard practices for AI agents working in this repository.
## Environment
- Use `pnpm` for package management.
- Use `pnpm bazel test //target` to run tests. Do not use `ng test`, or just `bazel`
- Use `pnpm bazel test //target` to run tests.
## Key Documentation
@@ -14,4 +18,3 @@ This is the source code for the Angular framework. This guide outlines standard
## Pull Requests
- Use the `gh` CLI (GitHub CLI) for creating and managing pull requests.
- Avoid using browser tools for PR operations when possible to maintain workflow efficiency.