feat(integrations): add wordpress-com Stripe catalog provider#62
feat(integrations): add wordpress-com Stripe catalog provider#62snowmead wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4627f35. Configure here.
| "vercel/project", | ||
| "flyio/app", | ||
| "netlify/project", | ||
| } |
There was a problem hiding this comment.
Codegen drops implemented registry rows
Medium Severity
The catalog generator’s IMPLEMENTED set omits wordpress.com/site even though this PR lands that adapter manually. The script rebuilds register_providers! from only hardcoded Clerk/Cloudflare rows plus newly generated services, so marking the service implemented later removes the wordpress-com registry row while providers/mod.rs is rewritten without wordpress_com, leaving stacks unable to resolve that provider.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 4627f35. Configure here.


Summary
CatalogResourceadapter(s).OUTPUT_FIELDSprovisional untilmise run discover.Test plan
mise run discoverwhen provider is linkedregistry.rsconflict with other family PRsNote
Low Risk
Additive managed integration and config helpers with standard offline tests; no auth or provisioning behavior changes for existing providers beyond new registry dispatch.
Overview
Adds a WordPress.com Phase 1 catalog family for
wordpress.com/site(wordpress-comprovider, requiredplan,site_urloutput) with registry wiring, catalog gap test, and hermetic provision test;OUTPUT_FIELDSstay provisional until live discover.Also extends
stackless-provider-sdkwith optional/required integer and boolean config readers for generated catalog adapters, documents catalog-first waves and exclusions inPROVIDER-WAVES.md/DECISIONS.md, and addsscripts/generate_catalog_integrations.pyto scaffold remaining deployables (WordPress.com domain purchase remains excluded).Reviewed by Cursor Bugbot for commit 4627f35. Bugbot is set up for automated code reviews on this repo. Configure here.