A centralized daemon that caches shell state (git, battery, hostname, etc.) so every consumer reads from one fast cache instead of independently forking shells
packagebeachcomber// ParseResponseForTest exposes the internal parseResponse function so external
// test packages can construct Result values without a live daemon.
funcParseResponseForTest(raw[]byte)(*Result,error){returnparseResponse(raw)}