Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.

refactor: move SDK examples into package directories - #46

Merged
matthew-petty merged 1 commit into
mainfrom
refactor/40-move-sdk-examples
Dec 25, 2025
Merged

refactor: move SDK examples into package directories#46
matthew-petty merged 1 commit into
mainfrom
refactor/40-move-sdk-examples

Conversation

@matthew-petty

Copy link
Copy Markdown
Member

Summary

  • Move examples from docs/examples/{typescript,python}/ into their respective SDK package directories
  • Add npm scripts for TypeScript examples that load .env from project root
  • Update all documentation with new paths and run commands
  • Convert docs/examples/README.md to a stub pointing to SDK directories

Changes

Files Moved

  • docs/examples/typescript/*.tspackages/sdks/typescript/examples/
  • docs/examples/python/*.pypackages/sdks/python/examples/

Documentation Updated

  • docs/examples/README.md - Now a stub pointing to SDK directories
  • packages/sdks/typescript/README.md - Updated example paths
  • packages/sdks/python/README.md - Updated example paths
  • docs/sdk-guide.md - Updated links
  • CONTRIBUTING.md - Updated example commands

Test plan

  • TypeScript examples run via bun run example:hello from SDK directory
  • Python examples run via uv run python examples/hello.py from SDK directory

Closes #40

Move examples from docs/examples/{typescript,python}/ into their
respective SDK package directories for better discoverability and
simpler paths when running from SDK directories.

- Add npm scripts for TypeScript examples that load .env from project root
- Update all documentation with new paths and run commands

Closes #40
@codecov

codecov Bot commented Dec 25, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@matthew-petty
matthew-petty merged commit 6f1a098 into main Dec 25, 2025
3 checks passed
@matthew-petty
matthew-petty deleted the refactor/40-move-sdk-examples branch December 25, 2025 20:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move SDK examples into respective SDK package directories

1 participant