First, review the linked turborepo issue (#178) to understand the expected behavior. Then, explore the current codebase (e.g., src/main.rs or similar) to identify where to add an update check. Consider using reqwest for HTTP and semver for version comparison. Implementation should be non blocking (async if possible). Finally, document the new feature in README.