Initial commit: Product OS platform

- Control Plane API with Gemini integration
- Executors: Deploy, Analytics, Marketing
- MCP Adapter for Continue integration
- VSCode/VSCodium extension
- Tool registry and run tracking
- In-memory storage for local dev
- Terraform infrastructure setup
This commit is contained in:
2026-01-19 20:34:43 -08:00
commit b6d7148ded
58 changed files with 5365 additions and 0 deletions

39
.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
# Dependencies
node_modules/
package-lock.json
# Build outputs
dist/
*.vsix
# Environment
.env
.env.local
.env.*.local
# IDE
.idea/
*.swp
*.swo
.DS_Store
# Logs
*.log
npm-debug.log*
# Testing
coverage/
# Temporary
tmp/
temp/
# Continue local config (may contain API keys)
.continue/config.json
# GCP credentials (never commit these!)
*.json
!package.json
!tsconfig.json
!**/package.json
!**/tsconfig.json