diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..32023cf --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,15 @@ +{ + "name": "cloud-officer", + "owner": { + "name": "Cloud Officer", + "email": "info@cloudofficer.ca" + }, + "plugins": [ + { + "name": "co-dev", + "source": ".", + "description": "Cloud Officer development workflow tools for PR management, issue tracking, code quality, cloud infrastructure (AWS, GCP), deployment (Vercel, Heroku), payments (Stripe, PayPal), observability (New Relic), design (Figma), app stores (App Store Connect, Google Play), and database management", + "version": "1.0.0" + } + ] +}