From 09e9eff27ebe7d3b2d31e7cf57dc7eac8fbb5e9c Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 9 Sep 2026 16:53:49 +0000 Subject: [PATCH] chore: add Cloud Agent environment config Co-authored-by: Abhishek Patil --- .cursor/environment.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .cursor/environment.json diff --git a/.cursor/environment.json b/.cursor/environment.json new file mode 100644 index 0000000..a9711a0 --- /dev/null +++ b/.cursor/environment.json @@ -0,0 +1,4 @@ +{ + "name": "ds-platform-utils", + "install": "curl -LsSf https://astral.sh/uv/install.sh | sh && \"$HOME/.local/bin/uv\" sync" +}