Skip to content

feat: remove builder package #25

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

Merged
merged 1 commit into from
Jul 5, 2025

Conversation

cursor[bot]
Copy link
Contributor

@cursor cursor bot commented Jul 5, 2025

Summary

This PR removes the builder package entirely as requested.

Changes Made

  • ✅ Closed PR feat: display sandbox in the docs for quick visualization #21 (sandbox feature) with explanation that it will not be merged
  • ✅ Removed packages/builder/ directory entirely
  • ✅ Verified no remaining references to builder package in the codebase
  • ✅ Package was self-contained with no external dependencies

Files Removed

  • packages/builder/index.html
  • packages/builder/package.json
  • packages/builder/src/AgentNode.tsx
  • packages/builder/src/App.tsx
  • packages/builder/src/index.css
  • packages/builder/src/main.tsx
  • packages/builder/src/vite-env.d.ts
  • packages/builder/tsconfig.json
  • packages/builder/vite.config.ts

Impact

No breaking changes - the builder package was not referenced anywhere else in the codebase and was completely self-contained.

- Closed PR #21 (sandbox feature) as it will not be merged
- Removed packages/builder directory entirely
- No remaining references to builder package in codebase
- Package was self-contained with no external dependencies
Copy link

Deploying flows-ai with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3a0b917
Status: ✅  Deploy successful!
Preview URL: https://49dafeca.flows-ai.pages.dev
Branch Preview URL: https://cursor-close-pr-and-clean-up.flows-ai.pages.dev

View logs

@grabbou grabbou requested a review from Copilot July 5, 2025 20:55
Copy link

@Copilot Copilot AI left a 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 removes the self-contained builder package, including all its files, and closes the related sandbox feature PR.

  • Closed sandbox feature PR #21 without merging
  • Deleted packages/builder/ directory and its files
  • Ensured no remaining references to the builder package

Reviewed Changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/builder/index.html Removed HTML entrypoint
packages/builder/package.json Deleted package manifest
packages/builder/src/main.tsx Removed React application bootstrap
packages/builder/src/index.css Deleted styling for builder
packages/builder/src/App.tsx Removed main builder component
packages/builder/src/AgentNode.tsx Deleted custom agent node component
packages/builder/tsconfig.json Removed TypeScript config
packages/builder/vite.config.ts Deleted Vite configuration

@grabbou grabbou merged commit 4671648 into main Jul 5, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants