From 8f119eb3120f6da21b5cfea6b3669d6a581c99e8 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 23 Jan 2026 23:42:50 +0000 Subject: [PATCH] Add just command runner to nvim-dev container Install just via Homebrew in the core tools layer. Since ai-dev inherits from nvim-dev and its entrypoint PATH includes the Homebrew bin directory, just is available in both containers. --- dot_files/nvim/Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_files/nvim/Containerfile b/dot_files/nvim/Containerfile index 9812c10..0a1e6e8 100644 --- a/dot_files/nvim/Containerfile +++ b/dot_files/nvim/Containerfile @@ -92,7 +92,8 @@ RUN brew install \ jq \ yq \ bat \ - eza + eza \ + just # ============================================================================= # LAYER 4: Languages via Homebrew