feat(drive): full API parity — 25 new commands (#93)#102
Merged
Conversation
Add 25 new commands to gws drive for complete Google Drive API coverage: Permissions (5): permissions, share, unshare, permission, update-permission Revisions (3): revisions, revision, delete-revision Replies (4): replies, reply, get-reply, delete-reply Comments (3): comment, add-comment, delete-comment Files (3): export, empty-trash, update Shared Drives (5): shared-drives, shared-drive, create-drive, delete-drive, update-drive Other (2): about, changes All commands follow existing patterns with SupportsAllDrives where applicable. Includes comprehensive tests and updated skill documentation (v2.0.0). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0670258 to
3cd1925
Compare
- Fix gofmt alignment in drive_test.go Permission struct literal - Clean up partial output file on export io.Copy failure - Clarify changes command polling pattern in help and SKILL.md Co-Authored-By: Claude Opus 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
permissions,share,unshare,permission,update-permissionrevisions,revision,delete-revisionreplies,reply,get-reply,delete-replycomment,add-comment,delete-commentexport,empty-trash,updateshared-drives,shared-drive,create-drive,delete-drive,update-driveabout,changesAll commands use
SupportsAllDrives(true)where applicable. Includes comprehensive mock-server tests, flag tests, and updated skill docs (v2.0.0).Closes #93
Test plan
go test ./cmd/...passesgo vet ./...passes🤖 Generated with Claude Code