disclaw/src/runtime
Nick Tabeling 21052bc646
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
feat(DIS-152): mapped project paths (host:virtual) for agents
Adds optional path_mappings to agent.yaml so host directories are
transparently mapped to virtual paths in agent responses and CLAUDE.md.
Sanitizer replaces host paths (longest first, both slash styles) before
repoRoot/home substitutions. /new-agent accepts a host:virtual path
option with Windows-safe splitting and fs.existsSync validation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 10:41:10 +02:00
..
channel-queue.ts feat(DIS-103): ChannelQueue serializes messages per channel (FIFO) 2026-04-10 10:17:57 +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 feat(DIS-152): mapped project paths (host:virtual) for agents 2026-04-13 10:41:10 +02:00