What problem does it solve?
Provides a consistent, auditable way to configure deployment pipelines and environment variables across Vercel, git-hook/homelab, and Docker-based projects while clarifying background vs foreground execution and notification behavior to prevent runaway tasks and secret leakage.
Core Features & Use Cases
- Deployment type guidance: Distinguishes Vercel auto-builds from git-hook deployments and documents how each project category should be triggered and monitored.
- Env var lifecycle: Describes Terraform-managed Vercel variables, local .env/.env.local patterns, and which values must remain machine-only versus deployed.
- Background execution & notifications: Defines default background behavior, when to use --foreground, and safe notification routing via nexus-agent to avoid notification loops.
- Use Case: Configure a T3 Turbo service to sync production secrets from Terraform, run CI-safe deploys on Vercel, and ensure local-only secrets remain out of CI while preserving TTS notification safety.
Quick Start
Ask the agent to configure deployment and environment variable management for your project, including Vercel terraform sync, .env inclusion rules, and background execution defaults.