Skip to content

Commit e70fe2e

Browse files
Flossyclaude
andcommitted
fix: Multi-AI reviewed fixes, documentation cleanup, and README
Fixes identified via 3-model consensus review (Cohere, Groq/Llama, Gemini): - OneDrive: rewrite to use Graph REST API for list/getFileSize with pagination - GoogleDrive: fix query injection, add ConcurrentHashMap, paginate list() - S3: add pagination with continuation tokens in list() - Extract shared PrefixUtils for Azure/GCS/S3 path handling - Fix malformed POM: misplaced <licenses> blocks, remove unused dependency - Add comprehensive tests (198 total, 91%+ coverage maintained) Remove document cruft: Claude Code operational guides, wrong-project CONTRIBUTING.md, stale Maven site content, and POM backup files. Add project README with installation, all 6 providers, API overview, provider-agnostic usage examples, build instructions, and license. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bc1033a commit e70fe2e

24 files changed

Lines changed: 851 additions & 4108 deletions

.github/README.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ target/
1111
.project
1212
*.log
1313
logs/
14+
*.backup*
1415
.claude

0 commit comments

Comments
 (0)