Skip to content

chore(release): v0.31.1 — QA format_parity SKIP fix + MCP M5 pmcp scaffold#909

Merged
noahgift merged 2 commits into
mainfrom
release/v0.31.1
Apr 19, 2026
Merged

chore(release): v0.31.1 — QA format_parity SKIP fix + MCP M5 pmcp scaffold#909
noahgift merged 2 commits into
mainfrom
release/v0.31.1

Conversation

@noahgift

Copy link
Copy Markdown
Contributor

Summary

Cuts v0.31.1 patch release combining two PRs that landed post-v0.31.0:

Plus cargo fmt --all normalization (45 lines across 17 non-Cargo files; no semantic changes).

Wire-level

  • Workspace + root aprender package: 0.31.0 → 0.31.1
  • All 60+ path-dep pins updated in lockstep
  • opentelemetry family kept at 0.31.0 (external — not our bump)

Pre-push gates

  • cargo fmt --all --check — clean after format
  • cargo test -p aprender-contracts --lib — 1371 passed / 0 failed
  • cargo deny check advisoriesadvisories ok
  • cargo check --workspace — clean build

Post-merge

  1. Tag v0.31.1 on the squashed merge commit
  2. Create GH Release
  3. Publish to crates.io in dep order (pending this merge)

Test plan

  • Workspace type-checks
  • Contract suite green (1371 tests)
  • fmt + deny clean
  • CI ci / gate + workspace-test green before merge

🤖 Generated with Claude Code

…ffold

Cuts a patch release combining the two PRs that landed post-v0.31.0 (#907, #908)
plus incidental `cargo fmt --all` normalization across the workspace.

Wire-level changes:
- Workspace + root `aprender` package bumped 0.31.0 → 0.31.1
- All 60+ path-dep pins updated in lockstep so the published crates resolve
  against each other without range-version drift
- `opentelemetry` / `opentelemetry_sdk` / `opentelemetry-otlp` kept at 0.31.0
  (external deps — global sed caught them as false-positives during bump)

CHANGELOG.md covers:
- Fixed: `apr qa` format_parity gate SKIPs non-GGUF primaries (#907)
- Added: `pmcp = "2.3"` optional dep behind `pmcp-dispatcher` feature (#908)

Pre-push gates:
- cargo fmt --all (applied — 45 lines across 17 non-Cargo files)
- cargo test -p aprender-contracts --lib: 1371 passed / 0 failed
- cargo deny check advisories: advisories ok

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@noahgift noahgift enabled auto-merge (squash) April 19, 2026 12:36
…c-sccache wrapper

The `sovereign-ci:stable` container image is currently missing the
`rustc-sccache` wrapper script, causing every sccache-gated CI job
(ci/test, ci/lint, ci/coverage, ci/gate) to fail at the rustc probe:

    error: could not execute process `rustc-sccache /.../rustc -vV`
      (never executed)
    Caused by: No such file or directory (os error 2)

Reruns fail identically — not transient.

Workaround: flip `enable_sccache: true → false` on this repo's
workflow input. The sovereign-ci reusable workflow reads this to set
`RUSTC_WRAPPER: ${{ inputs.enable_sccache && 'rustc-sccache' || '' }}`,
so disabling it removes the wrapper entirely and CI builds proceed
normally (just slower, since there's no compile cache).

Revert once paiml/.github ships a runner image with the wrapper
present — this is a temporary unblock for the v0.31.1 release PR.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@noahgift noahgift merged commit 61dbd29 into main Apr 19, 2026
16 checks passed
@noahgift noahgift deleted the release/v0.31.1 branch April 19, 2026 13:20
Sign up for free to 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.

1 participant