Skip to content

docs: remove false ADK reference from submission docs (#121)#130

Merged
ComBba merged 2 commits intomainfrom
fix/issue-121-remove-adk-references
Feb 25, 2026
Merged

docs: remove false ADK reference from submission docs (#121)#130
ComBba merged 2 commits intomainfrom
fix/issue-121-remove-adk-references

Conversation

@ComBba
Copy link
Copy Markdown
Contributor

@ComBba ComBba commented Feb 25, 2026

Summary

  • Remove google.golang.org/adk (Agent SDK) row from tech stack tables in README.md and CLAUDE.md
  • The project uses GenAI SDK only; ADK was never added to go.mod
  • Prevents judge trust erosion from false technology claims

Issue

Closes #121

Local CI

  • No code changes — documentation only
  • go vet passed
  • go test passed

Test plan

  • Verify go.mod has no ADK dependency (confirmed)
  • Review README.md tech stack table shows GenAI SDK only

🤖 Generated with Claude Code

The project uses google.golang.org/genai (GenAI SDK) only. ADK (Agent Development Kit) was never added as a dependency in go.mod but was incorrectly listed in the tech stack tables. Closes #121 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 25, 2026

Warning

Rate limit exceeded

@ComBba has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 10 minutes and 21 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 892f8e9 and 3463c50.

📒 Files selected for processing (4)
  • CLAUDE.md
  • README.md
  • plan/v7/00-INDEX.md
  • plan/v7/06-GO-SAFETY.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/issue-121-remove-adk-references

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello @ComBba, 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 focuses on updating the documentation to accurately reflect the project's technology stack. It removes a misleading reference to the Agent SDK (ADK) in the README.md and CLAUDE.md files, ensuring that the documentation aligns with the actual dependencies used by the project.

Highlights

  • Removal of ADK Reference: The primary change involves removing the google.golang.org/adk (Agent SDK) reference from the tech stack tables in both README.md and CLAUDE.md.
  • Justification: The project solely utilizes the GenAI SDK. The Agent SDK (ADK) was never incorporated into the go.mod file.
  • Preventing Misinformation: This update aims to prevent potential erosion of trust by rectifying false technology claims within the documentation.
Activity
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly removes references to the Agent SDK (ADK) from README.md and CLAUDE.md. However, the change is incomplete as other documentation files still contain this incorrect reference. I've added a comment with details on the other files that need to be updated for consistency.

| **Backend** | Go | 1.25+ |
| **Frontend** | Next.js (PWA, static export) | 15 |
| **AI SDK** | google.golang.org/genai | v1.47.0 |
| **Agent SDK** | google.golang.org/adk | v0.5.0 |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While removing this reference is correct, other documentation files still contain references to ADK. To fully address the issue of removing false technology claims, please also remove the ADK references from the following files:

  • plan/v7/00-INDEX.md
  • plan/v7/06-GO-SAFETY.md
- Update 00-INDEX.md: mark ADK as unused, clarify GenAI SDK only - Update 06-GO-SAFETY.md: remove ADK from tech stack header Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ComBba ComBba merged commit e4597c3 into main Feb 25, 2026
5 checks passed
@ComBba ComBba deleted the fix/issue-121-remove-adk-references branch February 25, 2026 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant