From 8659b114509d28732c7300c08289fabb6f86835e Mon Sep 17 00:00:00 2001 From: Albert Armea Date: Sat, 7 Feb 2026 17:35:07 -0500 Subject: [PATCH] Add AGENTS.md --- AGENTS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..54a6d78 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,11 @@ +Agents: please use the existing documentation for setup. + + describes environment setup and build, test, and lint, including helper scripts and exact commands. + +Please ensure that your changes build and pass tests and lint. If you changed the example configuration at , make sure that it passes config validation. + +Each of the Rust crates in contains a README.md that describes each at a high level. + +<.github/workflows/ci.yml> and describes exact environment setup, especially if coming from Ubuntu 24.04 (shepherd-launcher requires 25.10). + +Historical prompts and design docs provided to agents are placed in . Please refer there for history, and if this prompt is substantial, write it along with any relevant context (like the GitHub issue) to that directory as well.