Skip to content

Latest commit

 

History

History
 
 

README.md

Vibe DevOps Server Specs

Organized from the VIBE CODE INFRA Notion page. These specs define the implementation roadmap for the Manifest deployment platform.

Specs

# Spec Description
01 Deployer Agent Orchestration layer that translates deploy intent into GitOps PRs
02 Git Push CLI Heroku-style git push manifest main workflow
03 Claude Agent Deployment Claude-based AI agents with structured tools
04 ChatGPT Agent Deployment OpenAI-based agents with tool calling
05 Server Infrastructure k3s, GitOps, and multi-environment setup

Implementation Priority

Phase 1: Foundation (Current)

  • Soft-delete across all tables
  • hex_id for all models
  • Core deployment models (apps, builds, releases)

Phase 2: Git Push Flow

  • Build service with Paketo buildpacks
  • Artifact storage
  • Release management
  • Basic CLI

Phase 3: Agent Infrastructure

  • Service accounts + API keys
  • Tool execution framework
  • Audit logging

Phase 4: Full Agent Support

  • Claude agent integration
  • ChatGPT agent integration
  • Policy engine

Phase 5: Production Infrastructure

  • Multi-server GitOps
  • Observability stack
  • Backup automation

Source

These specs were synthesized from toggle lists in the VIBE CODE INFRA Notion page.