Drop Public Preview labelling for Standalone Activities GA - #262
Draft
starfleeth wants to merge 2 commits into
Draft
Drop Public Preview labelling for Standalone Activities GA#262starfleeth wants to merge 2 commits into
starfleeth wants to merge 2 commits into
Conversation
Standalone Activities reach GA on 2026-09-15. Removes the Public Preview NOTE from the concept file, all six language references, and job-queue.md, and drops the "(Public Preview)" label from SKILL.md and the six language index files. Deliberately untouched, because they are separate features that remain in Public Preview: Priority and Fairness, versioning, External Storage, Workflow Streams, and the Rust SDK. Also untouched: the "Public Preview limitations" section in core/standalone-activities.md. What it says about pause, reset, update and the TerminateExisting / TerminateIfRunning policies depends on what actually ships, so it needs verifying against the release rather than predicting. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Pause, reset and update are supported and production-ready at GA, but those options are themselves Public Preview. TerminateExisting / TerminateIfRunning are not supported. A Workflow still needs a wrapper Activity to start a Standalone Activity. Recurring Standalone Activities are not supported. Renames the section to "Limitations", since the feature is no longer in Public Preview. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
starfleeth
force-pushed
the
feat/standalone-activities-ga
branch
from
September 3, 2026 22:26
910c50b to
5de1308
Compare
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.
Stacked on #258 — retarget to
mainonce that merges. Both merge on GA day, 2026-09-15.Removes the Public Preview
NOTEand "(Public Preview)" labels for Standalone Activities: concept file, six language references,job-queue.md, and the index files. Priority/Fairness, versioning, External Storage, Workflow Streams and Rust stay Preview — different features.Rewrites the limitations section for GA.