Conversation
## Summary - correct the canonical source-only release description - document the hub-hosted reusable release task inputs - regenerate the GitHub Copilot and Claude Code skill distributions ## Root Cause The generated skill reference retained the former standalone publisher mechanics after source-only callers moved to the hub-hosted reusable release workflow. ## Validation - complete local verification suite from `OPERATIONS.md` - 730 unit tests - audit and safety self-tests - distribution, repository, prose, spec, editorconfig, ShellCheck, and PSScriptAnalyzer gates References #855
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the canonical and distributed operational-vs-release-workflow skill references to correctly describe the current source-only release flow, where publish-release.yml delegates release creation to the hub-hosted build-release-task.yml with all build targets disabled.
Changes:
- Correct the "Source-only / no build" release-mechanics description to match the reusable workflow contract.
- Regenerate the distributed skill copies to keep
.agents,.github, and.claude-plugintrees consistent. - Update the
.claude-pluginsource digest to reflect the regenerated content.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/skills/operational-vs-release-workflow/references/release-publish-mechanics.md | Updates the distributed GitHub skill reference to describe the reusable build-release-task.yml path for source-only releases. |
| .claude-plugin/fleet-skills/skills/operational-vs-release-workflow/references/release-publish-mechanics.md | Updates the Claude plugin skill distribution copy to match the corrected source-only mechanics. |
| .claude-plugin/fleet-skills/.source-digest | Updates the digest to match the regenerated plugin distribution content. |
| .agents/skills/operational-vs-release-workflow/references/release-publish-mechanics.md | Updates the canonical generated skill reference to match the current release workflow contract. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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
Promote the current
developbranch tomain.This promotion corrects the source-only release mechanics in the canonical skill reference and its generated distributions.
Closes#855