release: prepare T4 Code 0.1.24#65
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the v0.1.24 release commit by updating all release-facing version/contracts across the workspace (packages, desktop/web/mobile clients, site release metadata), refreshing release notes, and advancing the published app-wire provenance while keeping the verified runtime baseline.
Changes:
- Bump package/app/client versions and release contract constants to 0.1.24 (including download URLs and fixtures/tests that enforce them).
- Update public docs/release notes and security scope notes to reflect signed + notarized macOS distribution in v0.1.24.
- Advance published
@oh-my-pi/app-wireprovenance metadata in the compatibility matrix.
Reviewed changes
Copilot reviewed 25 out of 25 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| SECURITY.md | Updates security scope notes to reflect v0.1.24 macOS signing/notarization expectations. |
| scripts/check-release-consistency.test.mjs | Aligns release-consistency tests to v0.1.24 tag/version expectations. |
| README.md | Updates download links, requirements prose, platform package notes, and v0.1.24 change highlights. |
| packages/ui/package.json | Bumps workspace package version to 0.1.24. |
| packages/service-manager/package.json | Bumps workspace package version to 0.1.24. |
| packages/remote/package.json | Bumps workspace package version to 0.1.24. |
| packages/protocol/test/fixtures/platform-boundaries.ts | Updates protocol fixture latestVersion values to 0.1.24. |
| packages/protocol/package.json | Bumps workspace package version to 0.1.24. |
| packages/fixture-server/package.json | Bumps workspace package version to 0.1.24. |
| packages/client/src/omp-client-frames.ts | Updates client hello version field to 0.1.24. |
| packages/client/package.json | Bumps workspace package version to 0.1.24. |
| package.json | Bumps root workspace version to 0.1.24. |
| e2e/site-mobile-docs.spec.ts | Updates E2E expectations for Android download URL to v0.1.24. |
| docs/CURRENT_RELEASE_NOTES.md | Publishes v0.1.24 release notes (macOS signing, attention inbox, transport health, projections, provenance). |
| compat/omp-app-matrix.json | Advances published app-wire provenance and bumps desktop protocol version to 0.1.24. |
| apps/web/src/platform/browser-shell-port.ts | Updates web/mobile client version string to 0.1.24. |
| apps/web/package.json | Bumps web app version to 0.1.24. |
| apps/site/test/release.test.ts | Updates site release contract tests (tag/version/asset filenames) to v0.1.24. |
| apps/site/src/release.ts | Updates site release constants and contracted asset list to v0.1.24. |
| apps/site/package.json | Bumps site app version to 0.1.24. |
| apps/mobile/package.json | Bumps mobile app version to 0.1.24. |
| apps/mobile/capacitor.config.json | Updates appended mobile User-Agent version to 0.1.24. |
| apps/desktop/src/target-manager.ts | Updates desktop client identification version to 0.1.24. |
| apps/desktop/package.json | Bumps desktop app version to 0.1.24. |
| .github/ISSUE_TEMPLATE/bug_report.yml | Updates bug report template placeholder version to 0.1.24. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ef97516da8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
b4fca5b to
f128a3b
Compare
Summary
Verification
node scripts/check-release-consistency.mjs --tag v0.1.24pnpm buildpnpm test:packagingpnpm checkpnpm testThis prepares the immutable release commit only. It does not create the tag or publish artifacts.