Initial commit: Cloudflare infrastructure with WAF Intelligence

- Complete Cloudflare Terraform configuration (DNS, WAF, tunnels, access)
- WAF Intelligence MCP server with threat analysis and ML classification
- GitOps automation with PR workflows and drift detection
- Observatory monitoring stack with Prometheus/Grafana
- IDE operator rules for governed development
- Security playbooks and compliance frameworks
- Autonomous remediation and state reconciliation
This commit is contained in:
Vault Sovereign
2025-12-16 18:31:53 +00:00
commit 37a867c485
123 changed files with 25407 additions and 0 deletions

37
.codex/README.md Normal file
View File

@@ -0,0 +1,37 @@
# Codex Knowledge Base
This directory contains knowledge base files that provide context and guidance for AI assistants working with this project.
## Purpose
Files in `.codex/` are designed to be:
- **Quickly accessible** by AI assistants (Cursor, Claude, etc.)
- **Project-specific** knowledge and patterns
- **Reference material** for common tasks and configurations
## Contents
- **multiple-accounts.md** - Guide for configuring multiple accounts (GitHub, GitLab, Cloudflare) with unique token variable names
## Usage
These files are automatically indexed by Cursor and other AI tools that support knowledge bases. They provide context when:
- Working with MCP configurations
- Setting up authentication tokens
- Understanding project patterns and conventions
## Adding New Knowledge
When adding new knowledge files:
1. Use descriptive filenames (kebab-case)
2. Include clear examples and code snippets
3. Reference related documentation in the main project
4. Keep files focused on specific topics
## Related Documentation
For comprehensive documentation, see:
- `AGENTS.md` - Agent configuration
- `MCP_GUIDE.md` - Complete MCP reference
- `GITLAB_CLOUDFLARE_AUTH.md` - Authentication setup
- `DEPLOYMENT_GUIDE.md` - Deployment and setup