docs(skills): add extension deprecation to publish skill#1460
Merged
Conversation
The extension deprecation feature (shipped in #1455) wasn't documented in any skill. Add it to swamp-extension-publish since deprecation is a registry operation sharing the same auth/collective context as push. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
There was a problem hiding this comment.
Code Review
Documentation-only PR adding deprecation/undeprecation coverage to the swamp-extension-publish skill. Verified against the actual CLI implementation from #1455.
Blocking Issues
None.
Suggestions
None — this is a clean, well-structured docs addition. Specific things I verified:
- SKILL.md line count: ~248 lines post-merge, well under the 500-line limit
- Frontmatter: Correct structure (
name+descriptiononly), triggers updated with deprecation phrases - CLI flag accuracy:
--reason(required),--superseded-by(optional),-y/--yesall matchextension_deprecate.tsandextension_undeprecate.ts - Section placement: "Post-Publication: Deprecation" after State 8 (pushed) is logical — deprecation is a post-publish lifecycle operation
- references/publishing.md: New error entries ("Extension is already deprecated", "Extension is not deprecated") and Related Skills self-reference are accurate
- DDD: No domain code changes; the existing implementation correctly uses libswamp boundary imports
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
swamp-extension-publishskillreferences/publishing.mdThe deprecation feature shipped in #1455 but wasn't covered in any skill. It fits naturally in
swamp-extension-publishsince deprecation is a registry operation sharing the same auth/collective context as push.Passed
npx tessl skill reviewat 97%.Test Plan
deno fmtpasses on modified filesnpx tessl skill review .claude/skills/swamp-extension-publishpasses (97%)🤖 Generated with Claude Code