Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:29:04 +08:00
commit 62641cca84
9 changed files with 3236 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "cloudflare-deployment-observability",
"description": "Comprehensive observability for Cloudflare deployments with GitHub Actions CI/CD integration. Monitor deployment pipelines, track metrics, analyze logs, and receive alerts for Cloudflare Workers and Pages.",
"version": "1.0.0",
"author": {
"name": "Grey Haven Studio",
"url": "https://github.com/greyhaven-ai/claude-code-config"
},
"agents": [
"./agents/deployment-monitor.md",
"./agents/ci-cd-analyzer.md",
"./agents/performance-tracker.md"
],
"commands": [
"./commands/deployment-status.md",
"./commands/logs-analyze.md",
"./commands/metrics-dashboard.md"
]
}