Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the repository for the v0.4.3 patch release by bumping version metadata, syncing the README/DocC version badges, adding release notes, and archiving the FLOW artifacts and validation report for P8-T2.
Changes:
- Bumped release versions to
0.4.3inpyproject.tomlandserver.json. - Synced version badges to
v0.4.3inREADME.mdand DocC overview. - Added
0.4.3release notes and archivedP8-T2spec/review/validation artifacts.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
server.json |
Updates MCP registry manifest version fields to 0.4.3. |
pyproject.toml |
Bumps Python package version to 0.4.3. |
README.md |
Updates the version badge target to v0.4.3. |
Sources/XcodeMCPWrapper/Documentation.docc/XcodeMCPWrapper.md |
Syncs DocC overview version badge to v0.4.3. |
CHANGELOG.md |
Adds 0.4.3 entry and a new reference link. |
SPECS/Workplan.md |
Records completion of P8-T2 and its acceptance criteria. |
SPECS/INPROGRESS/next.md |
Notes P8-T2 archival and adds post-merge tagging instructions. |
SPECS/ARCHIVE/P8-T2_Prepare_for_Release_0.4.3/REVIEW_release_0.4.3_preparation.md |
Adds the review report for the release-prep task. |
SPECS/ARCHIVE/P8-T2_Prepare_for_Release_0.4.3/P8-T2_Validation_Report.md |
Adds the validation report documenting pre-merge gates and post-merge steps. |
SPECS/ARCHIVE/P8-T2_Prepare_for_Release_0.4.3/P8-T2_Prepare_for_Release_0.4.3.md |
Archives the task spec/work plan for P8-T2. |
SPECS/ARCHIVE/INDEX.md |
Adds P8-T2 archive index entries. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
SPECS/ARCHIVE/P8-T2_Prepare_for_Release_0.4.3/P8-T2_Prepare_for_Release_0.4.3.md
Show resolved
Hide resolved
SPECS/ARCHIVE/P8-T2_Prepare_for_Release_0.4.3/P8-T2_Prepare_for_Release_0.4.3.md
Show resolved
Hide resolved
SPECS/ARCHIVE/P8-T2_Prepare_for_Release_0.4.3/P8-T2_Prepare_for_Release_0.4.3.md
Show resolved
Hide resolved
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.
Description
Prepare the
0.4.3patch release for the work merged afterv0.4.2by bumping release metadata, syncing the README and DocC overview version badges, adding theCHANGELOG.mdentry, and archiving the full FLOW artifacts forP8-T2.Validation report:
SPECS/ARCHIVE/P8-T2_Prepare_for_Release_0.4.3/P8-T2_Validation_Report.mdPost-merge only: tag
v0.4.3onmain, push the tag, and verifypublish-mcp.yml, PyPI, and MCP Registry.Type of Change
Quality Gates
Before submitting, ensure all quality gates pass:
Or run individually:
make test- All tests pass with ≥90% coveragemake lint- No linting errorsmake format- Code is properly formattedmake typecheck- Type checking passesmake doccheck- Documentation is synced with DocC (if docs changed)Documentation Sync
If you modified files in
docs/, ensure corresponding DocC files are also updated:docs/installation.mdmcpbridge-wrapper.docc/Installation.mddocs/cursor-setup.mdmcpbridge-wrapper.docc/CursorSetup.mddocs/claude-setup.mdmcpbridge-wrapper.docc/ClaudeCodeSetup.mddocs/codex-setup.mdmcpbridge-wrapper.docc/CodexCLISetup.mddocs/troubleshooting.mdmcpbridge-wrapper.docc/Troubleshooting.mddocs/architecture.mdmcpbridge-wrapper.docc/Architecture.mddocs/environment-variables.mdmcpbridge-wrapper.docc/EnvironmentVariables.mdREADME.mdmcpbridge-wrapper.docc/mcpbridge-wrapper.mdTesting
Checklist