19 lines
676 B
JSON
19 lines
676 B
JSON
{
|
|
"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"
|
|
]
|
|
} |