This repository has been archived on 2026-06-01 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
1511cfd595a18ea6fb90074afa0963ce99bee40e
The runDaemon function was using import.meta.url (pointing to start.js) as the script for the spawned child process. This meant the child ran `node start.js start` which has no CLI entry logic and exits immediately. Added cliEntryScript() that resolves to the correct CLI entry (cli.js) regardless of whether the code is bundled or split into separate files. Closes #27
nerve
Observation engine — Sense, Reflex, Workflow
Description
Languages
TypeScript
97.2%
HTML
2%
JavaScript
0.5%
Shell
0.3%