fabro/lib/crates/arc-util
Bryan Helmkamp 992a920f72 Send telemetry via detached subprocess to survive CLI exit
Replace tokio::spawn fire-and-forget with a detached subprocess pattern:
send() serializes Track to ~/.arc/tmp/, spawns `arc __send_analytics <path>`
with ARC_TELEMETRY=off, and the child sends to Segment then cleans up the file.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-10 20:18:35 -04:00
..
data Move crates/ to lib/crates/ and update all references 2026-03-09 13:12:35 -04:00
src Send telemetry via detached subprocess to survive CLI exit 2026-03-10 20:18:35 -04:00
build.rs Add version info (semver + git SHA + build date) to arc CLI 2026-03-09 15:04:01 -04:00
Cargo.toml Write per-run tracing logs to cli.log inside each run directory 2026-03-10 09:30:00 -04:00