/** * Background ticker daemon (standalone). * * Optional — only needed when MCP server is not running. * Runs gather() on schedule, caches text results. * Exits cleanly on SIGTERM. * * Usage: node src/daemon/ticker.ts */ export {};