-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Documentation: Update Uninstall/Remove Cached Data section with platform-specific paths #5170
Copy link
Copy link
Closed
Labels
hacktoberfestIssues awarding points for Hacktoberfest 2025!Issues awarding points for Hacktoberfest 2025!mediumWeight label for Hacktoberfest 2025 issuesWeight label for Hacktoberfest 2025 issues
Description
Issue
The "Uninstall Goose or Remove Cached Data" section in troubleshooting.md currently only documents macOS paths. Need to add platform-specific paths for Linux and Windows.
Current State
- Only shows macOS paths:
~/.config/goose(logs and config)~/Library/Application Support/Goose(app data)
Required Changes
- Add Linux-specific paths to the documentation
- Data/sessions:
~/.local/share/goose/ - Logs:
~/.local/state/goose/ - Config:
~/.config/goose/
- Data/sessions:
- Add Windows-specific paths to the documentation
- Need to research Windows paths (likely
%APPDATA%or%LOCALAPPDATA%)
- Need to research Windows paths (likely
- Restructure section to show all three platforms clearly
- Update keychain/keyring instructions for each platform
- Test instructions on each platform if possible
Reference
- Linux paths:
.local/share/gooseand.local/state/goose - Section URL: https://block.github.io/goose/docs/troubleshooting/#uninstall-goose-or-remove-cached-data
- File location:
documentation/docs/troubleshooting.md(around line 230)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
hacktoberfestIssues awarding points for Hacktoberfest 2025!Issues awarding points for Hacktoberfest 2025!mediumWeight label for Hacktoberfest 2025 issuesWeight label for Hacktoberfest 2025 issues