Migrate workflows to new CMS#561
Merged
zastrowm merged 11 commits intostrands-agents:workstream/cms-migrationfrom Feb 19, 2026
Merged
Migrate workflows to new CMS#561zastrowm merged 11 commits intostrands-agents:workstream/cms-migrationfrom
zastrowm merged 11 commits intostrands-agents:workstream/cms-migrationfrom
Conversation
Contributor
Documentation Preview ReadyYour documentation preview has been successfully deployed! Preview URL: https://d3ehv1nix5p99z.cloudfront.net/pr-cms-561/user-guide/quickstart/overview/ Updated at: 2026-02-19T15:16:48.454Z |
mehtarac
previously approved these changes
Feb 19, 2026
Unshure
previously approved these changes
Feb 19, 2026
afarntrog
previously approved these changes
Feb 19, 2026
afarntrog
approved these changes
Feb 19, 2026
70e420d
into
strands-agents:workstream/cms-migration
3 checks passed
Closed
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.
Note: This is targeting the workstream/cms-migration branch.
Description
ci.ymlnow does testing & linting in a single workflow. Both requiredcms:build(~50s), so running it once avoids duplicate work.Steps:
cms:build) - Clones SDKs, generates API docs, updates docs, builds Astro sitetypecheck) - Runstsc --noEmiton main codebasetypecheck:snippets) - Typechecks code examples intest-snippets/test:prep) - Starts dev server briefly to generate.astro/data-store.json. Required because Astro 5's content layer only generates this file when the dev server runs—not during build. Without it,getCollection()fails. See: Content Collection getEntry does not work with Astro 5.1 + Vitest. withastro/astro#12836test) - Runs vitestTypeScript fixes
Fixed type errors that were causing
typecheckto fail.Related Issues
#441
Type of Change
Checklist
mkdocs serveBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.