Skip to content

feat(integrations): add railway Stripe catalog provider#53

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

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

Conversation

@snowmead

@snowmead snowmead commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds the railway 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 catalog adapters and tests only; no auth or lifecycle engine changes. Provisional output envelopes may need discover before first live provision.

Overview
Adds Phase 1 Stripe Projects CatalogResource integrations for the full Railway family: railway/bucket, railway/hosting, railway/mongo, railway/postgres, and railway/redis. Each module wires catalog refs, optional config fields, provisional OUTPUT_FIELDS, gap tests against catalog.json, and hermetic provision_script tests; register_providers! and providers/mod.rs register all five, with output-drift assertions extended to Railway types.

SDK: stackless-provider-sdk gains int_optional, bool_required, and bool_optional config helpers (for generated/catalog schemas).

Docs & tooling: PROVIDER-WAVES.md documents parallel wave landing; DECISIONS.md and ADDING-A-PROVIDER.md link catalog-first vs Phase 2 substrates. scripts/generate_catalog_integrations.py is a new generator for remaining deployables (Railway hints included).

Note: OUTPUT_FIELDS stay provisional until live mise run discover; this PR does not add --on railway or smoke fixtures.

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

Generator omits implemented Railway refs

Medium Severity

The new codegen script lists railway/* hints and maps but leaves all five Railway deployables out of IMPLEMENTED. Running the generator still treats them as missing and can rewrite providers/railway/ and rebuild registry rows over the hand-landed adapters.

Fix in Cursor Fix in Web

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