iop/apps/node/internal/adapters
toki 4bece3fb2d fix(cli): mutex unlock and session cleanup for persistent Execute (REVIEW_REVIEW_API_FOLLOWUP_2)
- [2-1] executePersistent: add defer sess.mu.Unlock() so all return paths
  release the session mutex. Remove explicit unlock calls.
- [2-2] Protect c.sessions map access in Execute with c.mu. Replace
  c.Stop() in timeout/cancel path with per-session close/kill/delete so
  only the affected profile session is cleaned up.
- [2-3] Add TestCLIExecutePersistentConsecutiveExecutes to verify the
  same persistent profile can be executed consecutively without blocking.
  Apply gofmt to all adapter files.
2026-05-03 15:01:57 +09:00
..
cli fix(cli): mutex unlock and session cleanup for persistent Execute (REVIEW_REVIEW_API_FOLLOWUP_2) 2026-05-03 15:01:57 +09:00
mock 기능: IOP 모노레포 스캐폴드 초기 구현 2026-05-02 13:20:35 +09:00
ollama 기능: IOP 모노레포 스캐폴드 초기 구현 2026-05-02 13:20:35 +09:00
vllm 기능: IOP 모노레포 스캐폴드 초기 구현 2026-05-02 13:20:35 +09:00
factory.go feat: cli terminal cycle 구현 및 테스트 코드 추가 2026-05-03 14:51:29 +09:00
factory_internal_test.go feat: cli terminal cycle 구현 및 테스트 코드 추가 2026-05-03 14:51:29 +09:00
factory_test.go feat: edge/node architecture updates and agent-task integration 2026-05-03 10:51:29 +09:00
registry.go fix(cli): mutex unlock and session cleanup for persistent Execute (REVIEW_REVIEW_API_FOLLOWUP_2) 2026-05-03 15:01:57 +09:00
registry_test.go fix(cli): mutex unlock and session cleanup for persistent Execute (REVIEW_REVIEW_API_FOLLOWUP_2) 2026-05-03 15:01:57 +09:00