Skip to content

docs(agents): add API lifecycle and stability guidelines skill#13179

Merged
blakeli0 merged 4 commits into
mainfrom
update-api-lifecycle-skill
May 13, 2026
Merged

docs(agents): add API lifecycle and stability guidelines skill#13179
blakeli0 merged 4 commits into
mainfrom
update-api-lifecycle-skill

Conversation

@blakeli0
Copy link
Copy Markdown
Contributor

@blakeli0 blakeli0 commented May 12, 2026

This pull request creates the api-lifecycle agent skill guidelines (SKILL.md) to align with our latest standards.

All public APIs should go through the following lifecycle:
@BetaApi (Experimental) ──> General Availability (GA) ──> @ObsoleteApi (Staged Deprecation) ──> @Deprecated (Official) ──> Removed
unless they are internal APIs (annotated with @IntenalApi or @InternalExtensionOnly).

@blakeli0 blakeli0 requested a review from a team as a code owner May 12, 2026 22:57
@blakeli0 blakeli0 changed the title docs(agents): update API lifecycle and stability guidelines skill docs(agents): add API lifecycle and stability guidelines skill May 12, 2026
Copy link
Copy Markdown
Contributor

@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 introduces a comprehensive API Lifecycle & Stability Guide for the Google Cloud Java SDK, detailing the stages from experimental Beta to removal. Review feedback identified several areas for improvement, including correcting a redundancy in visibility guidelines, ensuring policy consistency regarding deprecation in minor releases, and clarifying the technical usage of @ObsoleteApi parameters versus @deprecated Javadoc tags.

Comment thread .agents/skills/api-lifecycle/SKILL.md Outdated
Comment thread .agents/skills/api-lifecycle/SKILL.md Outdated
Comment thread .agents/skills/api-lifecycle/SKILL.md
blakeli0 and others added 3 commits May 13, 2026 12:10
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@blakeli0 blakeli0 enabled auto-merge (squash) May 13, 2026 19:11
@blakeli0 blakeli0 merged commit 9110ad6 into main May 13, 2026
161 checks passed
@blakeli0 blakeli0 deleted the update-api-lifecycle-skill branch May 13, 2026 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants