From 54a6baecc96e078c61b118e7104be3dc73107aa9 Mon Sep 17 00:00:00 2001 From: Stanislau Niadbailau Date: Thu, 15 Jan 2026 12:18:05 -0500 Subject: [PATCH] Require latest version checks for deps --- AGENTS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 1d61d67..2d38f56 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -14,6 +14,13 @@ | 1st | Deno | Scripts, tooling, TypeScript | | 2nd | Bun | Performance-critical paths | +### Dependency Version Policy + +- For any change that adds or updates dependencies, tooling actions, or package + versions (npm, Deno, GitHub Actions), check the latest stable release from the + official source (registry or release page) before finalizing. +- If not using the latest version, note the reason in the PR summary. + --- ## 2. Deployment Policy