feat(integrations): add parallel Stripe catalog provider#47
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 7503beb. Configure here.
| count=1, | ||
| flags=re.S, | ||
| ) | ||
| reg_path.write_text(reg) |
There was a problem hiding this comment.
Generator drops IMPLEMENTED providers
Medium Severity
generate_catalog_integrations.py rebuilds providers/mod.rs and register_providers! from only clerk, cloudflare, and families still being generated. parallel/api is landed in this PR but not added to IMPLEMENTED, so each generator run can rewrite providers/parallel/. Once parallel/api is marked implemented, the script omits pub mod parallel and the ParallelApi registry row, unregistering the provider.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 7503beb. 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 integration registration and shared SDK helpers with hermetic tests; provisional output envelope is the main live-smoke follow-up, not a runtime regression risk.
Overview
Adds the Parallel Stripe Projects catalog family for
parallel/apias a managedCatalogResourcethat exposes${integrations.*.api_key}(provisionalOUTPUT_FIELDSuntilmise run discover).Registers
ParallelApiinregister_providers!, wiresproviders/parallel, and extends the catalog output drift test. stackless-provider-sdk gains optional/required boolean and optional integer config helpers for generated adapters.Docs add PROVIDER-WAVES and a catalog-first decision; ADDING-A-PROVIDER points at waves. A
generate_catalog_integrations.pyscript scaffolds remaining Phase 1 deployables (Parallel is the hand-landed slice of that rollout).Reviewed by Cursor Bugbot for commit 7503beb. Bugbot is set up for automated code reviews on this repo. Configure here.