Skip to content

Commit 5f703b2

Browse files
committed
ensure llm agents look for user-specific guidance
1 parent e1b39af commit 5f703b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Guidance for AI agents working in the Selenium monorepo.
33
Language-specific details live in respective subdirectories.
44
-->
5+
See @.local/AGENTS.md for additional guidance
56

67
Selenium is a Bazel-built monorepo implementing the W3C WebDriver (and related) protocols,
78
shipping multiple language bindings plus Grid and Selenium Manager.
@@ -39,7 +40,6 @@ Shared/high-risk areas:
3940
### Agent workspace
4041
The `.local/` directory (gitignored) is available for generated artifacts or temporary files:
4142
- Use `--output_base=.local/bazel-out` if bazel output directory restricted
42-
- Check `.local/AGENTS.md` for additional user-specific instructions
4343

4444
## Cross-binding consistency checks
4545
When changing user-visible behavior, compare with at least one other binding:

0 commit comments

Comments
 (0)