CI/CD smoke deployment
vibecc
This temporary endpoint proves the full delivery flow for the VibeCC project: build an image from GitHub, push it to GHCR, then deploy it onto the Ubuntu VPS behind Traefik.
Repository: https://github.com/xingcorp/vibecc.git
# VibeCC **Control plane for coding agents** — route, govern, and observe AI coding traffic across multiple models and providers in real time. Internal codename: Inference Fabric v2 Optimized for: - **Scale-out** across multi-provider, multi-protocol, multi-tenant - **Provider-agnostic** and **adapter-first** design - **PromptOps**, **AI advisory layer**, **self-host**, **realtime analytics**, **enterprise governance** - Zero rewrite when adding DeepSeek, MiniMax, GLM, Claude, OpenAI, Gemini, xAI, Azure, Bedrock, Vertex, vLLM, TGI, Ollama, aggregators ## Quick Start ```bash # Install dependencies pnpm install # Start infrastructure (Postgres, Redis, ClickHouse, MinIO, NATS) pnpm dev:up # Validate contracts and snapshots pnpm contracts:validate pnpm snapshot:validate