Add AGENTS.md
This commit is contained in:
parent
6e64e8e69d
commit
8659b11450
1 changed files with 11 additions and 0 deletions
11
AGENTS.md
Normal file
11
AGENTS.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
Agents: please use the existing documentation for setup.
|
||||||
|
|
||||||
|
<CONTRIBUTING.md> 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 <config.example.toml>, make sure that it passes config validation.
|
||||||
|
|
||||||
|
Each of the Rust crates in <crates> contains a README.md that describes each at a high level.
|
||||||
|
|
||||||
|
<.github/workflows/ci.yml> and <docs/INSTALL.md> 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 <docs/ai/history>. 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.
|
||||||
Loading…
Reference in a new issue