From 944ac7bd08159273d934e9dd6e2fe7af65b30547 Mon Sep 17 00:00:00 2001 From: Michael Jabbour Date: Mon, 31 Mar 2025 20:34:56 -0400 Subject: [PATCH 1/2] Remove output_root override to prevent path duplication - Remove output_root override from build_component.json to prevent path duplication - This ensures the output directory is used consistently across recipe execution --- recipes/recipe_executor/build_component.json | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/recipe_executor/build_component.json b/recipes/recipe_executor/build_component.json index 4bc58e6..56528d1 100644 --- a/recipes/recipe_executor/build_component.json +++ b/recipes/recipe_executor/build_component.json @@ -16,7 +16,6 @@ "recipe_path": "recipes/codebase_generator/generate_code.json", "context_overrides": { "model": "openai:o3-mini", - "output_root": "output", "output_path": "recipe_executor{{component_path}}", "language": "python", "spec": "{{spec}}", From f8c35e30a752bfc5225cd0458f6888b0b0d77fcc Mon Sep 17 00:00:00 2001 From: Michael Jabbour Date: Mon, 31 Mar 2025 22:02:37 -0400 Subject: [PATCH 2/2] Add PR note for Recipe improvements --- PR_NOTE.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 PR_NOTE.md diff --git a/PR_NOTE.md b/PR_NOTE.md new file mode 100644 index 0000000..946b461 --- /dev/null +++ b/PR_NOTE.md @@ -0,0 +1 @@ +# PR for Recipe Improvements