Block a user
fix(gitea): handle single-object response in ListContents
bug: ListContents fails when path is a file (object vs array response)
fix(gitea): handle single-object response in ListContents
How do you know this solves the problem without any tests against the actual gitea API?
fix(gitea): normalize "." path to empty string in ListContents
bug: patterns-files="." causes 500 error from Gitea API
fix(gitea): normalize "." path to empty string in ListContents
Should this be '""' or '/'? In Rodin we needed to use a '/' as a '""' caused it to default to README.md
feat(gitea): add retry logic for 5xx errors
Add retry logic for pattern fetch API calls
Log loaded pattern files for debugging
feat: log loaded pattern files for debugging
Document required token scopes in README
docs: add read:user to required token scopes