disclaw/src/runtime
Nick Tabeling 5869c15f9d
Some checks failed
CI / build-and-test (ubuntu-latest) (pull_request) Has been cancelled
CI / build-and-test (windows-latest) (pull_request) Has been cancelled
CI / lint (pull_request) Has been cancelled
fix(DIS-102): handle both slash styles for Windows path sanitization
os.homedir() returns backslashes on Windows but Claude Code outputs
paths with forward slashes. Replace both C:\Users\x and C:/Users/x
variants so home and repoRoot are always redacted.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 09:58:34 +02:00
..
concurrency.ts feat(DIS-104): global semaphore for max_concurrent_agents cap 2026-04-09 17:08:58 +02:00
env.ts fix(env): remove CI=true from sanitizedEnv, breaks Claude Code OAuth login 2026-04-09 13:18:25 +02:00
lockfile.ts feat(runtime): add startup lockfile to prevent double-start 2026-04-09 11:49:17 +02:00
logger.ts feat(DIS-101): introduce pino structured logger, remove console.* 2026-04-09 17:09:37 +02:00
resolve-claude.ts fix(runner): replace shell:true with cross-spawn, add resolveClaude 2026-04-09 10:29:58 +02:00
sanitize.ts fix(DIS-102): handle both slash styles for Windows path sanitization 2026-04-10 09:58:34 +02:00