Skip to content

chore: release v0.8.6 - #3386

Merged
jrusso1020 merged 1 commit into
mainfrom
release/v0.8.6
Aug 21, 2026
Merged

chore: release v0.8.6#3386
jrusso1020 merged 1 commit into
mainfrom
release/v0.8.6

Conversation

@jrusso1020

Copy link
Copy Markdown
Collaborator

What

Prepare the stable HyperFrames v0.8.6 patch release.

  • Bump all 13 publishable packages and three plugin manifests from 0.8.5 to 0.8.6.
  • Add reviewed GitHub and docs changelog entries.
  • Publish through the protected release/v* merge workflow. No stable tag was pushed from this branch.

Why

This patch ships two user-visible audio correctness fixes: ended dialogue now replays after backward timeline seeks, and delayed render-mix clips stay at their authored times instead of jumping to the start or disappearing.

It also keeps subcomposition timelines open during playback, requires confirmation before skill updates, and removes a brittle lint rule that could block correct compositions.

Included changes

Validation

  • Release workflow tests: 56 passed
  • Full monorepo build: passed
  • Release-script typecheck: passed
  • Packed manifests and clean consumer install: passed across 13 packages, 121 exports, and 116 Node exports
  • Changelog formatting, tracked-artifact check, commitlint, and release pre-commit hooks: passed
  • Release commit is based on the current main head and the local-only v0.8.6 tag points to the exact release commit

Merging this reviewed PR will create the stable tag at the immutable merge commit, publish npm packages with the latest dist-tag, and create the GitHub release.

@miguel-heygen miguel-heygen left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Reviewed exact release head beeece5212fe95b8167a297f0787097f5c1e9654.

The release tree and publication contract are internally consistent:

  • v0.8.5..HEAD contains exactly the five advertised merge commits plus this release commit; every changelog link resolves to the corresponding merge SHA.
  • All 13 packages enumerated by set-version.ts and all three plugin manifests are 0.8.6. The publish workflow covers the same 13 npm artifacts (12 scoped packages plus the unscoped CLI rewrite). Neither remote v0.8.6 nor any npm 0.8.6 artifact exists, so the tag/version namespace is free.
  • The two constituents that lacked an APPROVED aggregate were audited at their merged heads: #3382's follow-up adds the mounted isPlaying: true hook regression and corrects the store-clock wording flagged in its prior review; #3385 removes only head_leaked_text plus its private helpers/patterns/fixtures, while visible_markup_comment and its coverage remain intact. The other three constituents are approved and match the release notes.
  • The exact-head required Build job includes—and passed—both the monorepo build and verify:packed-manifests; Linux/Windows tests, runtime contract, typecheck, Windows render, regression, docs, format, and CodeQL are green.

Audited: all 18 release-file diffs; package/plugin version parity; release range and changelog SHAs; publish workflow/package mapping; remote tag + npm collision checks; final #3382/#3385 source/test deltas; required CI job steps.

Trusting: compiled artifact bytes beyond the successful packed-manifest/clean-consumer verifier; implementation bodies of #3295/#3380/#3383 under their separate exact-head reviews.

Verdict: APPROVE
Reasoning: The release contains exactly the documented fixes, versions and publish targets are synchronized with no namespace collision, previously unstamped constituents hold at their merged heads, and every required release/consumer gate is green.

— Magi

@jrusso1020
jrusso1020 merged commit 36c7dff into main Aug 21, 2026
60 checks passed
@jrusso1020
jrusso1020 deleted the release/v0.8.6 branch August 21, 2026 04:47
@jrusso1020
jrusso1020 deployed to npm-publish August 21, 2026 04:47 — with GitHub Actions Active
@mintlify

mintlify Bot commented Aug 21, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
hyperframes 🔴 Failed Aug 21, 2026, 4:49 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

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.

2 participants