codeburn/app/electron
iamtoruk 707d621d7a fix(app): resolve bundled CLI on Windows + enrich cli_error telemetry
path.startsWith('/') POSIX guard rejected the Windows bundled-CLI path
(C:\...\launch.js), so 100% of Windows installs got not-found
(confirmed in telemetry: 84 events, all win32/x64). Use path.isAbsolute
everywhere. cli_error now carries {cmd, kind, detail?} for
self-diagnosing errors, never paths/args/stderr.
2026-07-17 13:51:35 -07:00
..
quota feat(app): refresh cadence, instant switching, cache coherence, telemetry v1 2026-07-16 11:47:05 -07:00
cli.test.ts fix(app): resolve bundled CLI on Windows + enrich cli_error telemetry 2026-07-17 13:51:35 -07:00
cli.ts fix(app): resolve bundled CLI on Windows + enrich cli_error telemetry 2026-07-17 13:51:35 -07:00
main.test.ts fix(app): resolve bundled CLI on Windows + enrich cli_error telemetry 2026-07-17 13:51:35 -07:00
main.ts fix(app): resolve bundled CLI on Windows + enrich cli_error telemetry 2026-07-17 13:51:35 -07:00
preload.ts feat(app): update-available notifications 2026-07-17 04:58:13 -07:00
telemetry.test.ts fix(app): one cold_start per launch, attempt-scoped 2026-07-16 14:26:30 -07:00
telemetry.ts fix(app): telemetry flush drops permanently-rejected batches 2026-07-16 12:10:38 -07:00
updates.test.ts feat(app): update-available notifications 2026-07-17 04:58:13 -07:00
updates.ts feat(app): update-available notifications 2026-07-17 04:58:13 -07:00