Initial commit
This commit is contained in:
19
.claude-plugin/plugin.json
Normal file
19
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user