kimi-code/packages/agent-core-v2/test/process
haozhe.yang 4d8dd8cd5c refactor(agent-core-v2): extract host process primitives into os/
Add App-scope IHostProcessService in os/interface with a node-local
backend, then make ISessionProcessRunner delegate to it instead of
calling child_process directly. Session/process keeps cwd/env overlay
semantics while os/ owns spawn/kill/cross-platform process-tree cleanup.

- add os/interface/hostProcess.ts and hostProcessService.ts
- update os/interface and os/backends barrels
- migrate session/process/processRunnerService.ts to inject IHostProcessService
- delete session/process/spawnedProcess.ts
- add tests for HostProcessService and update processRunnerService tests
2026-07-03 12:17:50 +08:00
..
processRunnerService.test.ts refactor(agent-core-v2): extract host process primitives into os/ 2026-07-03 12:17:50 +08:00