iop/apps/node/internal
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
..
adapters fix(cli): mutex unlock and session cleanup for persistent Execute (REVIEW_REVIEW_API_FOLLOWUP_2) 2026-05-03 15:01:57 +09:00
bootstrap feat: cli terminal cycle 구현 및 테스트 코드 추가 2026-05-03 14:51:29 +09:00
node feat: edge/node architecture updates and agent-task integration 2026-05-03 10:51:29 +09:00
router 기능: IOP 모노레포 스캐폴드 초기 구현 2026-05-02 13:20:35 +09:00
runtime 기능: IOP 모노레포 스캐폴드 초기 구현 2026-05-02 13:20:35 +09:00
store 기능: IOP 모노레포 스캐폴드 초기 구현 2026-05-02 13:20:35 +09:00
transport feat: edge/node architecture updates and agent-task integration 2026-05-03 10:51:29 +09:00