From 952d6c94650acec024ed832ced24d2797f98f787 Mon Sep 17 00:00:00 2001 From: Josh McKinney Date: Fri, 5 Dec 2025 16:24:55 -0800 Subject: [PATCH] Move justfile to repository root (#7652) ## Summary - move the workspace justfile to the repository root for easier discovery - set the just working directory to codex-rs so existing recipes still run in the Rust workspace ## Testing - not run (not requested) ------ [Codex Task](https://chatgpt.com/codex/tasks/task_i_69334db473108329b0cc253b7fd8218e) --- codex-rs/justfile => justfile | 1 + 1 file changed, 1 insertion(+) rename codex-rs/justfile => justfile (97%) diff --git a/codex-rs/justfile b/justfile similarity index 97% rename from codex-rs/justfile rename to justfile index b1b9d7337..79b691e0a 100644 --- a/codex-rs/justfile +++ b/justfile @@ -1,3 +1,4 @@ +set working-directory := "codex-rs" set positional-arguments # Display help