/** * Sentient Daemon Entry Point — spawned by `spawnSentientDaemon()`. * * Runs as a detached background process. Receives the project root as * argv[2]. Does NOT import the CLI shim — only the sentient/ subtree. * * Environment variables (set by `cleo daemon install --saga ` / systemd * unit or launchd plist — AC3/T11497): * CLEO_SENTIENT_SAGA — restrict the task picker to this Saga's member tasks. * CLEO_SENTIENT_EPIC — restrict the task picker to children of this Epic. * * @see sentient/daemon.ts for spawn logic * @task T946 * @task T11497 E5-HEADLESS AC3 */ export {}; //# sourceMappingURL=daemon-entry.d.ts.map