This commit is contained in:
Colin McDonnell
2025-12-17 11:37:05 -08:00
parent 9cc1e7b689
commit 02ce90556f
3 changed files with 15 additions and 7 deletions
+1
View File
@@ -85,6 +85,7 @@ function buildRuntimeContext({ repo, prepResults }: BuildRuntimeContextParams):
// working directory
lines.push(`working_directory: ${process.cwd()}`);
lines.push(`log_level: ${process.env.LOG_LEVEL}`);
// git status (try to get it, but don't fail if git isn't available)
try {