Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

1 line
2.2 KiB
JSON

{"content": "---\nallowed-tools: Read, Write, Edit, Bash\nargument-hint: [setup-mode] | --full | --webhooks-only | --monitoring | --deploy-target\ndescription: Setup comprehensive automated synchronization workflows with monitoring and CI/CD integration\n---\n\n# Sync Automation Setup\n\nSetup comprehensive automated synchronization workflows: **$ARGUMENTS**\n\n## Current Infrastructure State\n\n- GitHub CLI: !`gh --version 2>/dev/null && echo \"✓ Available\" || echo \"⚠ Not available\"`\n- Linear MCP: Check Linear MCP server availability and configuration\n- Infrastructure: Docker, webhook endpoints, database connectivity, queue services\n- CI/CD: !`find . -name \".github\" -o -name \".gitlab-ci.yml\" -o -name \"azure-pipelines.yml\" | wc -l` existing workflows\n\n## Task\n\nConfigure production-ready automated synchronization with comprehensive infrastructure:\n\n**Setup Mode**: Use $ARGUMENTS to specify full automation, webhooks-only, monitoring setup, or deployment target\n\n**Automation Framework**:\n1. **Prerequisites Setup** - Validate GitHub/Linear access, check infrastructure requirements, configure authentication, test connectivity\n2. **Webhook Configuration** - Setup GitHub/Linear webhooks, configure endpoints, implement security, test delivery\n3. **CI/CD Integration** - Create GitHub Actions workflows, setup scheduled syncs, implement event handling, configure deployments\n4. **Sync Server Deployment** - Configure sync engine, setup queue management, implement error handling, enable monitoring\n5. **Database & State Management** - Initialize sync databases, setup schema, configure backups, implement state tracking\n6. **Monitoring & Alerting** - Configure dashboards, setup alerts, implement health checks, enable notifications\n\n**Advanced Features**: Real-time webhook processing, intelligent conflict resolution, comprehensive monitoring, scalable infrastructure.\n\n**Production Ready**: High availability setup, comprehensive error handling, performance monitoring, security implementation, automated backups.\n\n**Output**: Complete automation infrastructure with webhook integration, CI/CD workflows, monitoring dashboards, and production deployment capabilities."}