From 86f8d117a20603e5db2221a7b6e2226d143cfed3 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Sun, 8 Feb 2026 10:23:39 -0800 Subject: [PATCH] chore(direnv): watch uv.lock for automatic environment reload Add `watch_file uv.lock` to `.envrc` so that direnv triggers a re-evaluation of the environment whenever the lockfile changes. This ensures dependencies stay in sync without manual `direnv reload`. --- .envrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.envrc b/.envrc index 3550a30..6312a59 100644 --- a/.envrc +++ b/.envrc @@ -1 +1,2 @@ +watch_file uv.lock use flake