Rapid Guard 17
01README
Operate on release notes and changelogs with typed arguments, prepared-statement caching, and bounded concurrency.
Quick start
Add @stripe/rapid-guard-17 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @stripe/rapid-guard-17
workflows:
- name: rapid-guard-17-run
jobs:
- name: main
steps:
- name: run
model: stripe/rapid-guard-17
method: runRun with swamp workflow run rapid-guard-17-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Composable workflows — wire methods into multi-step DAGs with retry, idempotency, and per-step logs.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: release github code-review
02Workflows
rapid compassrapid-compass
Composed workflow with retry and idempotency.
mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
03Previous Versions
1.1.7Jan 12, 2026
1.2.5Jul 13, 2025
1.6.8Jun 12, 2025
04Stats
A
100 / 100
Downloads
30
Archive size
351.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
Repository
https://github.com/stripe/rapid-guard-1705Platforms
06Labels