Skip to content

Commit 4b74015

Browse files
authored
docs: add agents instructions (#2263)
* docs: add agents instructions * Update AGENTS.md
1 parent dfc1206 commit 4b74015

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

AGENTS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Agent Instructions
2+
3+
- Install dotnet 8
4+
- For cluster tests to work, start the Docker Compose environment defined in `tests/Proto.Cluster.Tests/docker-compose.yml` before running tests.
5+
- Compile the full project before completing any task: `dotnet build ProtoActor.sln`.
6+
- Run the full suite of .NET tests for the solution: `dotnet test ProtoActor.sln`.
7+

0 commit comments

Comments
 (0)