chore: ship trix v0.26.2 (invoke exit-code fix) to beta + 05-invoke cleanup#26
Merged
Merged
Conversation
…leanup Bundles three related changes: - Bump the trix submodule to v0.26.2 and raise the beta channel pin (`manifest-beta.json` trix ^0.26.1 → ^0.26.2). v0.26.2 carries the invoke exit-code fix (trix#124): `trix invoke` now exits non-zero when the underlying cshell resolve fails, instead of printing the error and exiting 0. - 05-invoke journey: drop the status/changelog narration from the journey code and CI comments; describe only what the step does. The journey stays strict (intentionally red) on its own. - Replace the misdiagnosed plans/invoke-arg-type-support-gap.md with plans/complex-arg-type-support.md: the SDK type-recognition half is already fixed (tx3-sdk 0.13.0 / cshell 0.14.1); the live blocker is the TRP resolver (tx3-resolver arg coercion + scalar-only ArgValue in core/tir), release-gated through dolos. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Bundles the trix invoke exit-code fix release with the related
05-invokecleanup.Changes
Ship trix v0.26.2 to beta
tooling/trixsubmodule pointer to v0.26.2.manifest-beta.jsontrix ^0.26.1 → ^0.26.2.trix invokenow exits non-zero when the underlying cshell resolve fails, instead of printing the error and exiting 0.05-invoke journey cleanup
e2e/journeys/05-invoke/journey.shand thedx-e2e.ymlmatrix comments — describe only what the step does. The journey stays strict (intentionally red) on its own.Correct the tracking plan
plans/invoke-arg-type-support-gap.mdwithplans/complex-arg-type-support.md. The SDK type-recognition half is already fixed (tx3-sdk 0.13.0 / cshell 0.14.1, live on beta); the live blocker is the TRP resolver (tx3-resolverarg coercion + scalar-onlyArgValueincore/tir), release-gated through dolos.Notes
dx-e2e.ymlruns on push tomain, so the journeys exercise the new pin only after merge. Merge once the trix v0.26.2 release binaries are published.05-invokeremains intentionally red on beta until complex-arg support ships (see the new plan).🤖 Generated with Claude Code