chore: bump Aspect CLI to 2026.24.11 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
diff --git a/.aspect/config.axl b/.aspect/config.axl index 526ef9c..ea945b6 100644 --- a/.aspect/config.axl +++ b/.aspect/config.axl
@@ -30,7 +30,7 @@ # buildifier_binary is a symlink to the raw Go binary; it does not # switch to $BUILD_WORKING_DIRECTORY on its own, so we run it in # the user's cwd to make relative paths resolve. - "run_in_cwd": True, + "run_in": "cwd", "include_patterns": [ "**/BUCK", "**/BUILD",
diff --git a/.aspect/version.axl b/.aspect/version.axl index 56de2b8..62c4d3a 100644 --- a/.aspect/version.axl +++ b/.aspect/version.axl
@@ -1 +1 @@ -version("2026.22.44") +version("2026.24.11")