Skip to content

Promote develop to main - #857

Merged
ptr727 merged 1 commit into
mainfrom
develop
Aug 19, 2026
Merged

Promote develop to main#857
ptr727 merged 1 commit into
mainfrom
develop

Conversation

@ptr727

Copy link
Copy Markdown
Owner

Summary

Promote the current develop branch to main.

This promotion corrects the source-only release mechanics in the canonical skill reference and its generated distributions.

Closes#855

## 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
CopilotAI lite review requested due to automatic review settings August 19, 2026 22:59

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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-plugin trees consistent.
  • Update the .claude-plugin source digest to reflect the regenerated content.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

FileDescription
.github/skills/operational-vs-release-workflow/references/release-publish-mechanics.mdUpdates 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.mdUpdates the Claude plugin skill distribution copy to match the corrected source-only mechanics.
.claude-plugin/fleet-skills/.source-digestUpdates the digest to match the regenerated plugin distribution content.
.agents/skills/operational-vs-release-workflow/references/release-publish-mechanics.mdUpdates 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.

@ptr727
ptr727 merged commit dd520cc into mainAug 19, 2026
8 checks passed
Sign up for freeto 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.

Correct Source-Only Release Mechanics in Generated Skill

2 participants

@ptr727