From fa45ad387adba5956dc5a03647be76d2d9018bcb Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 19 Aug 2026 05:15:32 +0000 Subject: [PATCH] chore: add Cloud Agent environment config Co-authored-by: 867762462f <867762462f@gmail.com> --- .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..f7c9fda --- /dev/null +++ b/.cursor/environment.json @@ -0,0 +1,4 @@ +{ + "name": "rename", + "install": "pip install -e \".[dev]\"" +}