Manage Google Tasks from the command line - view, create, update, delete tasks and task lists. Use when the user asks to interact with Google Tasks, manage t...
- Added homepage field with the Github URL for easier access to the project. - Specified required environment variables (GTASKS_CLIENT_ID, GTASKS_CLIENT_SECRET) and their descriptions for secure OAuth2 authentication. - Explicitly listed required configuration path for the token file (~/.gtasks/token.json) and its permissions. - Updated instructions for environment variable management, recommending use of a secrets manager or private env file rather than global shell profiles. - Clarified the OAuth2 credential application type and security best practices in the setup process.