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

Environment
production
Release
63a587feedf19452de3e6786731611f5320af08f
Started At
2026-03-23T05:08:15.903Z
# 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