From c0f60c5d37bba861a88c9a7bc9c0bb252e439c07 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 2 Jul 2026 07:28:45 +0000 Subject: [PATCH] docs: add Cursor Cloud specific setup instructions to AGENTS.md Co-authored-by: Piotr Wodecki --- AGENTS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..d6965d3 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,10 @@ +# protos + +Fishjam protobuf definitions, managed with `buf`. + +## Cursor Cloud specific instructions + +`buf` is pre-installed (via `mise`). Non-obvious notes: + +- Validated: `buf lint`, `buf build`, `buf format` (all pass on `fishjam/`). +- `prepare.sh` regenerates docs and the Elixir bindings; it uses Docker (`pseudomuto/protoc-gen-doc`) and `fishjam_protos/compile_proto.sh` needs `protoc` with the Elixir plugin plus the Elixir toolchain from `fishjam_protos/.tool-versions`. Those codegen steps are not required just to lint/build the protos.