disclaw/tests/unit
Nick Tabeling 04450bb6d9
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-104): global semaphore for max_concurrent_agents cap
Add Semaphore class in src/runtime/concurrency.ts.
Runner acquires/releases slot around claude spawn.
Default cap: 4, configurable via disclaw.yaml max_concurrent_agents.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 17:08:58 +02:00
..
identity-templates.test.ts feat(identity): harden settings.json template, add injection-resistance clause 2026-04-09 11:19:19 +02:00
lockfile.test.ts feat(runtime): add startup lockfile to prevent double-start 2026-04-09 11:49:17 +02:00
path-traversal.test.ts fix(new-agent): add path traversal containment check 2026-04-09 11:19:28 +02:00
resolve-claude.test.ts fix(runner): replace shell:true with cross-spawn, add resolveClaude 2026-04-09 10:29:58 +02:00
sanitize-env.test.ts fix: remove --bare flag to restore OAuth login for Claude Pro/Max 2026-04-09 13:48:45 +02:00
semaphore.test.ts feat(DIS-104): global semaphore for max_concurrent_agents cap 2026-04-09 17:08:58 +02:00
workspace-root-resolve.test.ts feat(config): move workspaces_root to home dir, add tilde expansion 2026-04-09 10:40:34 +02:00