From 65516b5eff2078a0ded85540f1e1fafa550ae14b Mon Sep 17 00:00:00 2001 From: Mackenzie Zastrow Date: Wed, 27 May 2026 17:42:20 -0400 Subject: [PATCH] chore: address fast-follow items from docs monorepo merge - Bump aws-actions/configure-aws-credentials@v4 to @v6 - Align docs-strands-command.yml to Node 22 - Fix stale docs repo reference in designs/README.md --- .github/workflows/docs-deploy-preview.yml | 2 +- .github/workflows/docs-strands-command.yml | 2 +- designs/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs-deploy-preview.yml b/.github/workflows/docs-deploy-preview.yml index 2473253fba..cce7bad904 100644 --- a/.github/workflows/docs-deploy-preview.yml +++ b/.github/workflows/docs-deploy-preview.yml @@ -79,7 +79,7 @@ jobs: run: npm run cms:build - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ env.AWS_DEPLOY_ROLE }} role-session-name: GitHubActions-Docs-${{ env.RUN_ID }} diff --git a/.github/workflows/docs-strands-command.yml b/.github/workflows/docs-strands-command.yml index 94507ed074..7e356dd9ad 100644 --- a/.github/workflows/docs-strands-command.yml +++ b/.github/workflows/docs-strands-command.yml @@ -67,7 +67,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: '20' + node-version: '22' - name: Run Strands Agent id: agent-runner diff --git a/designs/README.md b/designs/README.md index af0fdf84fb..58a6780bb1 100644 --- a/designs/README.md +++ b/designs/README.md @@ -23,7 +23,7 @@ Skip the design process for bug fixes, small improvements, documentation updates ## How to submit a feature proposal 1. **Check the [roadmap](https://github.com/orgs/strands-agents/projects/8/views/1)** — See if your idea aligns with our direction -2. **Fork the [docs repository](https://github.com/strands-agents/docs)** +2. **Fork the [sdk-python repository](https://github.com/strands-agents/sdk-python)** 3. **Create your design** — Add a new file: `designs/NNNN-feature-name.md` using the template below 4. **Submit a pull request** — We'll review and discuss 5. **Iterate based on feedback** — Address comments and questions