rowboat/apps/x
Prakhar Pandey 2ba122c375 fix: use sync execFileSync in macOS mic probe to avoid spawn EBADF
Both async variants (execFile and Promise-wrapped spawn) fail with spawn EBADF
(errno -9) in a Finder-launched packaged .app, every detector tick. execFileSync
uses the sync child_process path, already proven in this packaged app
(main.ts uses it at startup). parseAssertions and tests unchanged.
2026-06-16 20:29:07 +05:30
..
apps fix: use sync execFileSync in macOS mic probe to avoid spawn EBADF 2026-06-16 20:29:07 +05:30
packages feat: wire mic-detect popup into note-taking flow 2026-05-27 10:42:28 +05:30
.gitignore chore: ignore test-fixtures dir 2026-05-08 17:04:25 +05:30
ANALYTICS.md feat: live notes — single objective per note replaces multi-track model 2026-05-09 00:30:43 +05:30
eslint.config.mts ignore renderer eslint 2026-01-16 12:05:33 +05:30
LIVE_NOTE.md Refactor builtin file tools beyond workspace scope 2026-05-25 16:21:51 +05:30
package.json integrate electron forge 2026-01-17 10:28:44 +05:30
pnpm-lock.yaml feat: detect mic-in-use meetings and prompt for note-taking 2026-05-27 10:42:27 +05:30
pnpm-workspace.yaml Refactor builtin file tools beyond workspace scope 2026-05-25 16:21:51 +05:30
tsconfig.base.json bootstrap new electron app 2026-01-16 12:05:33 +05:30