ECC/ecc2/src
mohameddsh3ban 0ce14a423c
fix(ecc2): resolve kill_process duplicate definition on Windows (#2195)
On Windows both cfg(windows) and cfg(not(unix)) evaluate true, so the sync taskkill kill_process and the async taskkill kill_process both compiled in and collided (E0428). Call sites are synchronous and never await it (passed as a fn pointer to enforce_session_heartbeats_with, and called as kill_process(pid)? in stop_session_recorded), so remove the stray async cfg(not(unix)) definition. The sync cfg(windows) version already handles termination via taskkill /T /F.
2026-06-15 13:48:42 -04:00
..
comms feat: add ecc2 remote dispatch intake 2026-04-10 09:21:30 -07:00
config feat: add ecc2 computer use remote dispatch 2026-04-10 09:40:01 -07:00
observability feat: group ecc2 sessions by project and task 2026-04-09 19:54:28 -07:00
session fix(ecc2): resolve kill_process duplicate definition on Windows (#2195) 2026-06-15 13:48:42 -04:00
tui chore: pin rust toolchain to 1.96 for edition2024 deps (#2228) 2026-06-11 00:56:55 -04:00
worktree chore(deps): bump sha2 from 0.10.9 to 0.11.0 in /ecc2 (#2208) 2026-06-11 01:16:07 -04:00
main.rs stabilize ecc2 cwd-mutating tests 2026-05-15 14:14:24 -04:00
notifications.rs fix(ecc2): port webhook sender to ureq 3 Agent API (#2231) 2026-06-11 01:26:59 -04:00