Update docs for keyring, XDG, config file, and credentials changes#52
Merged
Conversation
- Keyring token storage, XDG config dirs, koanf layered config - Updated key files, notable features, security considerations - Removed stale references to ~/.gtasks/token.json and config.json Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…nges - SKILL.md: token now in system keyring, not token.json - SKILL.md: config file preferred over env file for credentials - SKILL.md: default task list via GTASKS_DEFAULT_TASKLIST or config file - SKILL.md: auto-select when single list exists - ADVANCED.md: update file path examples for XDG dirs - ADVANCED.md: update debugging and security sections for keyring Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ntials - installation: fix go get -> go install, fix releases URL - login: add credentials setup section, mention keyring token storage - configuration: support toml/yaml/json, fix "embedded credentials" claim, update token storage note, add chmod 600 recommendation - task commands: mention default task list and auto-select behaviour Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Key corrections:
token.jsonon diskgo get→go installin installation docschmod 600guidance for config file containing credentialsTest plan
🤖 Generated with Claude Code