This repository contains the configuration for your Google Cloud Workstation and AI Agents.
- Install Google Cloud SDK.
- Run
setup_cloud_migration.ps1again. - Copy your project files into this folder.
- Commit and push:
git add . git commit -m "Migration from PC 1" git push google main
- Install Google Cloud SDK.
- Clone this repository:
gcloud source repos clone antigravity-unified-cloud cd antigravity-unified-cloud
- Create your branch:
git checkout -b pc2-legacy
- Copy your PC 2 files into this folder.
- Push:
git add . git commit -m "Migration from PC 2" git push origin pc2-legacy
- .devcontainer: Optimizes the environment for Google Cloud Workstations with Python, Node.js, and Google Cloud tools.
- mcp_config.json: Configures AI Agents (Jules, Anthropic, Gemini) and Google Drive access.
- Port Forwarding: Automatically forwards ports 3000 and 8080 to your local browser.
Once both PC 1 and PC 2 have pushed their branches, go to Cloud Source Repositories and merge pc2-legacy into main. Then use the Cloud Workstation for development.