Skip to content

feat(integrations): add wordpress-com Stripe catalog provider#62

Open
snowmead wants to merge 1 commit into
mainfrom
feat/integration-wordpress-com
Open

feat(integrations): add wordpress-com Stripe catalog provider#62
snowmead wants to merge 1 commit into
mainfrom
feat/integration-wordpress-com

Conversation

@snowmead

@snowmead snowmead commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds the wordpress-com Stripe Projects catalog integration family as CatalogResource adapter(s).
  • Follows docs/ADDING-A-PROVIDER.md and docs/PROVIDER-WAVES.md.
  • Includes gap test + hermetic provision test. OUTPUT_FIELDS provisional until mise run discover.

Test plan

  • Gap + hermetic tests in module
  • Live mise run discover when provider is linked
  • Merge after resolving additive registry.rs conflict with other family PRs

Note

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-com provider, required plan, site_url output) with registry wiring, catalog gap test, and hermetic provision test; OUTPUT_FIELDS stay provisional until live discover.

Also extends stackless-provider-sdk with optional/required integer and boolean config readers for generated catalog adapters, documents catalog-first waves and exclusions in PROVIDER-WAVES.md / DECISIONS.md, and adds scripts/generate_catalog_integrations.py to 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.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ 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",
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 4627f35. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant