chore: remove .agents/skills/deepgram-rust-maintaining-sdk (moved to deepgram/agents)#155
Merged
lukeocodes merged 1 commit intomainfrom Apr 29, 2026
Merged
Conversation
…deepgram/agents) [no-ci] The per-language SDK maintenance skill duplicated AGENTS.md content (its own footer admitted this) and was internal-facing -- targeted at the SDK team running regen cycles, not at SDK users. The maintenance workflow has been generalized and consolidated into the internal deepgram/agents repo (PR #16): deepgram-sdk-maintenance, deepgram-sdk-prepare-regen, deepgram-sdk-review-regen. AGENTS.md in this repo remains as the SDK-specific source of truth for frozen file lists and validation commands. Removing the duplicate makes `deepgram/agents` + AGENTS.md the canonical pair (workflow + per-repo specifics). No information is lost -- AGENTS.md has the full per-repo detail. See: deepgram/agents#16
There was a problem hiding this comment.
Pull request overview
Removes the internal-facing Agents skill for maintaining this Rust SDK, since the maintenance workflow has been consolidated into the internal deepgram/agents repository.
Changes:
- Deletes
.agents/skills/deepgram-rust-maintaining-sdk/SKILL.md(internal maintenance guidance duplicated elsewhere).
Comments suppressed due to low confidence (1)
.agents/skills/deepgram-rust-maintaining-sdk/SKILL.md:1
- PR description mentions that
AGENTS.mdin this repo is unchanged and remains the source of truth, but there is noAGENTS.mdfile present in the repository (searched repo root and.agents/). Please double-check the filename/location and update the PR description accordingly so maintainers know where the canonical per-repo guidance lives.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
GregHolmes
approved these changes
Apr 29, 2026
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
Removes
.agents/skills/deepgram-rust-maintaining-sdk/. This skill duplicatedAGENTS.mdcontent (its own footer says so) and was internal-facing — targeted at the SDK team running regen cycles, not at SDK users.The maintenance workflow has been generalized and consolidated into the internal
deepgram/agentsrepo so the SDK team installs it once and gets it across every Deepgram SDK we maintain.What's not changing
AGENTS.mdin this repo is unchanged. It remains the SDK-specific source of truth for the frozen-file list, validation command, and any language-specific maintainer notes..agents/skills/(deepgram-rust-speech-to-text,deepgram-rust-voice-agent, etc.) are untouched. Those are for SDK consumers and stay where they are.After this lands
The canonical maintenance reference is now
deepgram/agents(workflow) + each SDK'sAGENTS.md(specifics). No content is lost —AGENTS.mdhas the full per-repo detail.SDK-team members install the new skills via
deepgram/agentsand run the regen workflow exactly as before. Triggers like "fern regen" / "freeze classification" / "prepare regen" / "review regen" continue to work; they're now driven by the generalized skills indeepgram/agents.