Skip to content

Remove unreleased apps from main branch - #24

Draft
mxjxn with Copilot wants to merge 2 commits into
mainfrom
copilot/remove-unreleased-projects
Draft

Remove unreleased apps from main branch#24
mxjxn with Copilot wants to merge 2 commits into
mainfrom
copilot/remove-unreleased-projects

Conversation

Copilot AI commented Dec 7, 2025

Copy link
Copy Markdown
Contributor

Plan: Remove Unreleased Projects from Main Branch

  • Analyze repository structure and identify directories to remove
  • Create backup branch to preserve unreleased work
  • Remove directories from main:
    • apps/auctionhouse-docs
    • apps/auctionhouse
    • apps/cryptoart-studio-app
    • apps/such-gallery
  • Update README.md to remove references to removed projects
  • Update documentation files that reference removed projects
    • docs/DEPLOYMENT.md
    • docs/PACKAGES.md
    • docs/llms-full.md
  • Rebase on latest main branch
  • Verify build still works after removal
  • Final verification and cleanup

Summary

Successfully removed 4 unreleased app directories and rebased on the latest main branch (89 commits ahead):

  • apps/auctionhouse-docs - Auctionhouse documentation app
  • apps/auctionhouse - Auctionhouse Farcaster mini app
  • apps/cryptoart-studio-app - Studio creator tools app
  • apps/such-gallery - NFT curation and gallery app

Rebase Completed

Successfully rebased on origin/main (commit d326da2)

  • Incorporated 89 new commits from main
  • Resolved merge conflicts (1 deleted file that was modified in main)
  • Branch is now up to date with the latest changes

Documentation Updated

  • README.md - Updated project overview and structure
  • docs/DEPLOYMENT.md - Removed deployment instructions for removed apps
  • docs/PACKAGES.md - Removed specific app references
  • docs/llms-full.md - Removed app documentation sections

Remaining Apps

The repository now contains only:

  • apps/mvp/ - Main MVP application
  • apps/docs/ - Documentation site

Note

The branch has been rebased on the latest main, so a force push was required. The history has been rewritten to include all the latest changes from main.

Original prompt

We need to remove auctionhouse-docs, auctionhouse, and cryptoart-studio-app and suchgallery from main. I want to hold them in another branch because they represent unfinished unreleased work. How should i go aobut this process? can you prescribe a solution and begin executing?


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel

vercel Bot commented Dec 7, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
cryptoart-studio-mvp Error Error Dec 7, 2025 5:21am

Co-authored-by: mxjxn <943499+mxjxn@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove unfinished projects from main branch Remove unreleased apps from main branch Dec 7, 2025
Copilot AI requested a review from mxjxn December 7, 2025 05:25
@mxjxn

mxjxn commented Dec 9, 2025

Copy link
Copy Markdown
Owner

@copilot this is way behind main. is it possible to get it up to date despite some divergence?

Copilot AI commented Dec 9, 2025

Copy link
Copy Markdown
Contributor Author

@copilot this is way behind main. is it possible to get it up to date despite some divergence?

Rebased on latest main (commit d326da2). The branch is now up to date with 89 new commits from main incorporated. The rebase required resolving one merge conflict where a deleted file was modified in main.

Note: Since this is a rebase, the PR will need a force push to update - this should be handled automatically by the PR system.

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