chore(release): 1.0.55#347
Merged
Merged
Conversation
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
Release chore for
v1.0.55. Bumps all 16packages/*/package.jsonto1.0.55(they must move together — the umbrellacomisaipackage bundles the others, so version drift surfaces at publish time, not in local builds) and cuts the CHANGELOG's[Unreleased]section into## [1.0.55] - 2026-07-25.v1.0.54shipped without cutting a CHANGELOG section, so the[1.0.55]entry aggregates every user-visible change since1.0.53and states that explicitly, linking the v1.0.54 release for its generated notes. Link references updated so[Unreleased]now compares againstv1.0.55.No
packages/*/src/**change is included.Contents since v1.0.54
feat: durable proactive scheduling and background execution (feat: add durable proactive scheduling and background execution #344)fix(terminal): durable tmux underunsafeDisableSandboxvia scrubbed server env + per-session-e(fix(terminal): durable tmux under unsafeDisableSandbox via scrubbed server env + per-session -e #341)docs: README/website/docs/package-metadata refresh (docs: refresh README, website, docs, and package metadata copy #333, docs: remove the live-catalog evidence table from the README #334)Related Issue
N/A: release version bump limited to package manifests andCHANGELOG.md. No runtime behavior, architecture, or security expectation changes.Type of Change
Release chore — version manifests plus the CHANGELOG section cut.
Checklist
pnpm validate)N/AreasonRED Test Proof
Evidence and Residual Risk
pnpm validateon the bump commitdocs:check,build:clean,cycles,cycles:refs,lint:security,test:coverageall green — 2319 test files / 41121 tests passed, per-package coverage floors metpnpm validateis the cross-platform floor, not the full CI surface. It does not exercise the Docker image build,*.linux.test.ts(skipped on macOS), or the integration/tarball tiers (validate:full, Linux-only). Those run in CI on this PR. The version-pin sweep for1.0.54is clean: no*.json/*.mdx/*.mdpins remain outside the bumped manifests.Additional Notes
Every release from
1.0.40through1.0.54has been a patch bump regardless of content, so this follows that convention despite #344 landing afeat.Post-merge: tag
v1.0.55andgh release create, which triggersnpm-publish.yml,docker-release.yml, anddockerhub-release.yml. Verify the publish landed withnpm view comisai dist-tags— that job has silently drifted before.🤖 Generated with Claude Code