From 58b6ae173d68158e58ea359c6bd14fa9db22c573 Mon Sep 17 00:00:00 2001 From: Vinay Rao <143531540+vinaysrao1@users.noreply.github.com> Date: Fri, 10 Apr 2026 19:41:36 -0700 Subject: [PATCH] require human approval for any dependency change (#53) --- software-development-practices/agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software-development-practices/agents.md b/software-development-practices/agents.md index 971857e..98f859b 100644 --- a/software-development-practices/agents.md +++ b/software-development-practices/agents.md @@ -66,4 +66,4 @@ Agents must stop and get explicit human approval before: - Changing license headers, copyright notices, or any legal text - Modifying release, signing, or deploy workflows (CI/CD pipeline files, Makefiles, etc.) -- Adding a new dependency — confirm its license is compatible first \ No newline at end of file +- Adding, removing, or upgrading any library or package (including transitive dependencies) — confirm licenses are compatible -- 2.51.2