Skip to content

feat(integrations): add postalform Stripe catalog provider#49

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

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

Conversation

@snowmead

@snowmead snowmead commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds the postalform 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 provider registration and offline tests; provisional output envelope is documented and unchanged from other catalog adapters until discover.

Overview
Adds a PostalForm Phase 1 Stripe Projects catalog integration for postalform/mail: managed CatalogResource with optional webhook_url / workspace_name, provisional api_key output until mise run discover, plus catalog gap and hermetic provision tests. Wires it through register_providers!, providers/mod.rs, and an assert_outputs_match row for PostalFormMail.

Also extends stackless-provider-sdk with shared int_optional, bool_required, and bool_optional config helpers (for generated catalog modules), documents catalog-first waves in PROVIDER-WAVES.md, DECISIONS.md, and ADDING-A-PROVIDER.md, and adds scripts/generate_catalog_integrations.py to scaffold remaining deployables.

Reviewed by Cursor Bugbot for commit 7872896. 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 7872896. Configure here.

count=1,
flags=re.S,
)
reg_path.write_text(reg)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Generator omits implemented registry rows

High Severity

The catalog generator rebuilds register_providers! and providers/mod.rs from only hardcoded Clerk/Cloudflare rows plus services it generates this run. It never keeps families already landed manually, and postalform/mail is missing from IMPLEMENTED. After postalform/mail is added to IMPLEMENTED, a normal generator run drops postalform from the registry and pub mod list while the on-disk module remains, so provider = "postalform" stops resolving.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7872896. 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