2025-12-17 00:02:39 +00:00

VaultMesh — Cloudflare Infrastructure Automation

Governed by the Red Book | Docs: Invariants enforced

VaultMesh is a proof-based infrastructure platform that manages Cloudflare resources through GitOps, intelligent agents, and cryptographic receipts. Every change leaves a trail; every state is verifiable.


Quick Start

# 1. Clone and configure
cd /Users/sovereign/Desktop/CLOUDFLARE
cp .env.example .env
# Edit .env with your API tokens

# 2. Initialize Terraform
cd terraform && terraform init && terraform plan

# 3. Validate environment
bash TEST_WORKFLOW.sh quick

# 4. Start OpenCode (interactive)
opencode

First time? See FIRST_RUN.md for step-by-step guidance.


Documentation Map

Need Document
Architecture overview STRUCTURE.md
Multi-account setup MULTI_ACCOUNT_AUTH.md
AI agent config AGENTS.md
MCP server reference MCP_GUIDE.md
Production deployment DEPLOYMENT_GUIDE.md
Security patterns WEB-INFRA-SECURITY-PATTERNS.md
Incident playbooks playbooks/
Philosophical doctrine RED-BOOK.md

Core Components

terraform/       Infrastructure as Code (Cloudflare zones, DNS, WAF)
gitops/          CI/CD automation, PR bots, drift detection
observatory/     Monitoring, metrics, dashboards
mcp/             MCP tool implementations
scripts/         Standalone utilities
playbooks/       Incident response procedures

Security Architecture


Governing Doctrine

This project follows the Red Book principles:

"Nothing evolves unless it is broken, nothing endures unless it is proven, nothing is real until it is sealed."

All changes flow through the fourfold work: Nigredo → Albedo → Citrinitas → Rubedo

See RED-BOOK.md for the complete operational philosophy.


License

See LICENSE


Version: 2.0
Last Updated: December 9, 2025

Description
No description provided
Readme MIT 448 KiB
Languages
Python 87.3%
Shell 9.3%
HCL 3.4%