Fix so people are scoped to users

This commit is contained in:
Josh-Heaps
2026-02-12 15:14:49 -07:00
parent c173677f57
commit cfd6bb530b
8 changed files with 390 additions and 11 deletions
@@ -447,7 +447,7 @@ Only include fields you can confidently extract. Return ONLY the JSON object, no
return null;
}
_logger.LogError("claude CLI exited with code {ExitCode}: {Stderr}", process.ExitCode, stderr);
_logger.LogError("claude CLI exited with code {ExitCode}.\nStderr: {Stderr}\nStdout: {Stdout}", process.ExitCode, stderr, stdout);
return null;
}