Clean slate: Remove all content except LICENSE.md and .env.sample#41
Merged
subtleGradient merged 1 commit intomainfrom Nov 13, 2025
Merged
Clean slate: Remove all content except LICENSE.md and .env.sample#41subtleGradient merged 1 commit intomainfrom
subtleGradient merged 1 commit intomainfrom
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.
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Nov 11, 2025
There was a problem hiding this comment.
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.
This was referenced Nov 11, 2025
louisgv
approved these changes
Nov 13, 2025
Contributor
Author
Merge activity
|
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.

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.