fabro/lib/crates/arc-cli
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
..
src Send telemetry via detached subprocess to survive CLI exit 2026-03-10 20:18:35 -04:00
tests Remove --no-dotenv flag, always load ~/.arc/.env, never load ./.env 2026-03-10 19:26:43 -04:00
Cargo.toml Rename doctor "Sandbox" to "Cloud sandbox" and remove Docker checks 2026-03-10 19:05:47 -04:00