chore: update stale references for monorepo consolidation#2358
Conversation
Update URLs, paths, and content across the repository to reflect that sdk-python, sdk-typescript, and docs are now a single monorepo. Package metadata: - strands-ts/package.json: repo URL → sdk-python - strands-py-wasm/pyproject.toml: repo URL → sdk-python Root docs: - README.md: add monorepo layout table, multi-language dev instructions - CONTRIBUTING.md: add TypeScript and docs sections, link both PR guides - AGENTS.md: rewrite header as monorepo guide with sub-project pointers Sub-project docs: - strands-py/AGENTS.md: fix directory tree root name - site/AGENTS.md: remove stale private-docs-staging references - strands-wasm/README.md: fix clone URL - designs/README.md: remove "fork the docs repo" instruction Templates: - .github/ISSUE_TEMPLATE/config.yml: docs link → strandsagents.com - .github/PULL_REQUEST_TEMPLATE.md: docs section → site/ reference Agent skills: - .agents/skills/strands-review/SKILL.md: local paths for team docs - .agents/references/code-verification.md: fix API paths for monorepo Site contribution guides: - documentation.mdx: clone instructions → sdk-python/site - core-sdk.mdx: unified repo clone, fix CONTRIBUTING links - feature-proposals.mdx: designs folder → sdk-python tree
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Assessment: Approve Clean, well-scoped documentation update that correctly addresses the P0 monorepo consolidation items. URLs, paths, and content all point to the right places for the new monorepo layout. Review Notes
Nice job extracting the TS-specific AGENTS.md content into its proper sub-project location — the root AGENTS.md is much more navigable now. |
Documentation Preview ReadyYour documentation preview has been successfully deployed! Preview URL: https://d3ehv1nix5p99z.cloudfront.net/pr-cms-2358/docs/user-guide/quickstart/overview/ Updated at: 2026-05-28T18:26:45.407Z |
Team governance docs (tenets, decisions, API bar-raising, feature lifecycle) are shared across all sub-projects, not site-specific. Move them to a top-level team/ directory alongside designs/ and dev-docs/. Updated all references in .agents/, site/AGENTS.md, and contribution guides.
57b2fc7 to
d519be3
Compare
|
Assessment: Approve Well-scoped documentation update that correctly addresses the P0 monorepo consolidation items. All URL and path changes verified correct. Review Details
|
- CONTRIBUTING.md: add typecheck:snippets to docs site commands - README.md: more descriptive monorepo layout table entries - strands-py/AGENTS.md: replace 200-line detailed tree with compact high-level overview (same treatment as TS) - strands-ts/AGENTS.md: reference PR template alongside guidelines
Description
Update URLs, paths, and content across the repository to reflect that sdk-python, sdk-typescript, and docs are now a single monorepo. This addresses the P0 items from the post-merge cleanup tracker.
Package metadata:
strands-ts/package.json: repository/bugs/homepage URLs → sdk-pythonstrands-py-wasm/pyproject.toml: Homepage/Bug Tracker → sdk-pythonstrands-wasm/README.md: clone URL → sdk-pythonRoot docs restructured for monorepo:
AGENTS.md: stripped to monorepo layout + shared conventions only (was 700+ lines of TS-specific content)strands-ts/AGENTS.md: new file with all TypeScript-specific patterns extracted from rootREADME.md: added monorepo layout table, multi-language dev instructionsCONTRIBUTING.md: added TypeScript SDK and docs site sectionsSub-project docs:
strands-py/AGENTS.md: fixed directory tree root namesite/AGENTS.md: removed staleprivate-docs-stagingreferences, fixed TS SDK linkdesigns/README.md: "Create a branch in this repository" (was "fork the docs repo")Templates:
.github/ISSUE_TEMPLATE/config.yml: docs link → strandsagents.com.github/PULL_REQUEST_TEMPLATE.md: docs section → "include changes under site/"Agent skills:
.agents/skills/strands-review/SKILL.md: local paths for team docs, removed stale monorepo-imminent comment.agents/references/code-verification.md: fixed API paths for monorepo layoutSite contribution guides:
documentation.mdx: clone instructions → sdk-python/sitecore-sdk.mdx: unified repo clone, fixed CONTRIBUTING linksfeature-proposals.mdx: designs folder → sdk-python treeRelated Issues
#2286
Documentation PR
N/A — this PR updates docs references.
Type of Change
Documentation update
Testing
hatch run prepareChecklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.