feat(integrations): add supabase Stripe catalog provider#57
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 ad53acf. Configure here.
| count=1, | ||
| flags=re.S, | ||
| ) | ||
| reg_path.write_text(reg) |
There was a problem hiding this comment.
Generator drops landed providers
High Severity
Running generate_catalog_integrations.py rebuilds providers/mod.rs, the output-field test, and register_providers! from only Clerk, Cloudflare, and families generated in that run. Landed adapters such as supabase are omitted from pub mod, registry rows, and assert_outputs_match, so the integration is silently unregistered even when its source files remain.
Reviewed by Cursor Bugbot for commit ad53acf. 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 and SDK helpers with offline tests; provisional output field names may need discover before live smoke but do not affect existing providers.
Overview
Introduces a Supabase Phase 1 catalog integration for
supabase/project: managedCatalogResourcewith optionalname/region, outputsurl,anon_key, andservice_role_key(provisional untildiscover), gap and hermetic provision tests, plus registry/providers/modwiring and anassert_outputs_matchentry forSupabaseProject.Provider SDK gains shared
int_optional,bool_required, andbool_optionalconfig readers instackless-provider-sdkfor generated catalog adapters.Docs/process: PROVIDER-WAVES.md defines Phase 1 vs 2, exclusions, fixed-base branching, merge gates, and suggested waves; DECISIONS.md and ADDING-A-PROVIDER.md link to it.
scripts/generate_catalog_integrations.pyscaffolds remaining deployables fromcatalog.json(registry/mod updates included).Reviewed by Cursor Bugbot for commit ad53acf. Bugbot is set up for automated code reviews on this repo. Configure here.