From fdfa504ab95b2107ea5b3ff6ba5b32627a265a78 Mon Sep 17 00:00:00 2001 From: Interchouette <484423+Interchouette@users.noreply.github.com> Date: Wed, 12 Aug 2026 15:38:53 +0200 Subject: [PATCH] chore: drop Cursor sandbox env wrappers from make Build into repo target/ with plain cargo; keep sandbox policy in agent rules only. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 32da6a3..4525658 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,9 @@ CI ?= 0 COMPOSE_PROD ?= docker/docker-compose.yml WWW ?= www -# Host Rust CLI / MCP — same shape as tvscreener-rs -unexport CARGO_TARGET_DIR +# Host Rust CLI / MCP CARGO_BIN ?= cargo -CARGO = env -u CARGO_TARGET_DIR $(CARGO_BIN) +CARGO = $(CARGO_BIN) CARGO_FLAGS ?= --features apps CLI_MANIFEST ?= rust/Cargo.toml CLI_BIN ?= evaluator