-
Notifications
You must be signed in to change notification settings - Fork 43
Clean slate: Remove all content except LICENSE.md and .env.sample #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Prepare for ecosystem-first reorganization by removing all existing examples and configuration. This clean slate allows us to rebuild with a clear structure where each ecosystem (curl, ts-fetch, ts-effect-ai, ts-openrouter-sdk, ts-ai-sdk) is an independent project. Evidence: Only LICENSE.md and .env.sample remain in repository root.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR performs a complete cleanup of the repository by removing all existing code examples, configuration files, and dependencies. The purpose is to create a clean slate for restructuring the project with an ecosystem-first approach where each SDK integration (curl, ts-fetch, ts-effect-ai, ts-openrouter-sdk, ts-ai-sdk) will become an independent project.
Key Changes
- Removed all TypeScript example implementations (OpenAI SDK and LangChain.js examples)
- Deleted all Node.js project configuration and dependencies (package.json, pnpm-lock.yaml)
- Removed build configuration (.gitignore)
- Retained only LICENSE.md and .env.sample for the new structure
Reviewed Changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Deleted entire lockfile containing all project dependencies |
| package.json | Removed Node.js project configuration including scripts and dependencies |
| examples/openai/index.ts | Removed OpenAI SDK integration example |
| examples/langchain/index.ts | Removed LangChain.js integration example |
| README.md | Deleted project documentation describing SDK usage examples |
| .gitignore | Removed git ignore configuration for node_modules and .env |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merge activity
|

Prepare for ecosystem-first reorganization by removing all existing
examples and configuration. This clean slate allows us to rebuild with
a clear structure where each ecosystem (curl, ts-fetch, ts-effect-ai,
ts-openrouter-sdk, ts-ai-sdk) is an independent project.
Evidence: Only LICENSE.md and .env.sample remain in repository root.