diff --git a/docs/TASKS.md b/docs/TASKS.md new file mode 100644 index 0000000..a4181ae --- /dev/null +++ b/docs/TASKS.md @@ -0,0 +1,34 @@ + +## 🔧 TROUBLESHOOTING TASKS + +### GitHub Mirror Access Issue +**Priority:** Medium +**Status:** Open +**Created:** Feb 9, 2026 1:15 PM CST + +**Issue:** +Claude cannot directly fetch files from GitHub mirror using web_fetch tool. Getting "PERMISSIONS_ERROR: This URL cannot be fetched because it was not provided by the user nor did it appear in any search/fetch results" + +**Impact:** +- Claude cannot read documentation from GitHub without Michael manually pasting URLs +- Reduces automation efficiency +- Forces manual copy/paste workflow + +**URLs Attempted:** +- https://raw.githubusercontent.com/Frostystyle/firefrost-operations-manual/master/docs/provider-communications.md +- https://github.com/Frostystyle/firefrost-operations-manual/blob/master/docs/provider-communications.md + +**Potential Solutions:** +1. Check if GitHub repo is actually public (visibility settings) +2. Verify push mirror is syncing properly from Gitea +3. Test if Michael can access raw URLs in browser (confirms public access) +4. Investigate Claude's URL permission system (may need user to provide URL first) + +**Next Steps:** +1. Michael verifies GitHub repo is public +2. Michael tests raw URL access in browser +3. Michael provides working raw URL to Claude +4. Document solution in workflow-guide.md + +**Resolution:** TBD +