update AGENTS.md

This commit is contained in:
Stuart Axelbrooke 2025-11-24 19:55:15 +08:00
parent 6508809745
commit 26b085a84e

View file

@ -86,3 +86,4 @@ def lookup_job_for_partition(partition_ref: str) -> str:
## Notes / Tips
- Rust dependencies are implemented via rules_rust, so new dependencies should be added in the `MODULE.bazel` file.
- Designs/plans should rarely include code snippets, outside of specifying interfaces or very specific changes.