Conversation
Describe that this repo is a fork of googleworkspace/cli maintained by HODL1 (kushim-team), and document the branch strategy: main stays in sync with upstream, custom carries all HODL1-specific changes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…velopment cycle; add design, requirements, and tasks documents for Remote MCP Gateway
|
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request primarily focuses on documenting the repository's status as a fork and introducing the initial planning and design for a new "Remote MCP Gateway" feature. This gateway aims to enable secure and controlled access to Google Workspace APIs via Claude for Business/Enterprise, including robust authentication, authorization, and usage tracking mechanisms. The changes lay the groundwork for future development by outlining requirements, architectural decisions, and an implementation roadmap. Highlights
Changelog
Ignored Files
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
@claude tasks.md の タスク1 を実行して |
There was a problem hiding this comment.
Code Review
このプルリクエストは、フォークに関するドキュメントと新機能「Remote MCP Gateway」の仕様を追加するものです。CLAUDE.mdというファイルが追加されていますが、これはAGENTS.mdのコピーであり、誤って追加された可能性があります。また、AGENTS.mdとREADME.mdでフォークのブランチ戦略に関する情報が重複しています。詳細は各コメントをご確認ください。
Note: Security Review has been skipped due to the limited scope of the PR.
| @@ -0,0 +1 @@ | |||
| AGENTS.md No newline at end of file | |||
| > [!NOTE] | ||
| > This is a fork of [googleworkspace/cli](https://github.com/googleworkspace/cli) maintained by **HODL1** (kushim-team). | ||
| > This is **not** an officially supported Google product. | ||
|
|
||
| ### Fork Branch Strategy | ||
|
|
||
| This repository is a fork of [googleworkspace/cli](https://github.com/googleworkspace/cli) with the following branch strategy: | ||
|
|
||
| | Branch | Purpose | | ||
| |--------|---------| | ||
| | `main` | Kept in sync with upstream `googleworkspace/cli` main. No custom changes. | | ||
| | `custom` | All HODL1-specific changes are developed here. | | ||
|
|
||
| #### Syncing with upstream | ||
|
|
||
| ```bash | ||
| git fetch upstream | ||
| git checkout main | ||
| git merge upstream/main | ||
| git checkout custom | ||
| git merge main | ||
| ``` | ||
|
|
||
| Upstream updates are merged (not rebased) into `custom` to preserve a clean, shared-friendly history. |
Description
Please include a summary of the change and which issue is fixed. If adding a new feature or command, please include the output of running it with
--dry-runto prove the JSON request body matches the Discovery Document schema.Dry Run Output:
// Paste --dry-run output here if applicableChecklist:
AGENTS.mdguidelines (no generatedgoogle-*crates).cargo fmt --allto format the code perfectly.cargo clippy -- -D warningsand resolved all warnings.pnpx changeset) to document my changes.