Skip to main content

Rapid Weaver 81

@stripe/rapid-weaver-81v0.0.5· BSD-3-Clause· 23d agoDRIVERS·REPORTS
01README

Operate on compliance signals with typed arguments, prepared-statement caching, and bounded concurrency.

Quick start

Add @stripe/rapid-weaver-81 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @stripe/rapid-weaver-81

workflows:
  - name: rapid-weaver-81-run
    jobs:
      - name: main
        steps:
          - name: run
            model: stripe/rapid-weaver-81
            method: run

Run with swamp workflow run rapid-weaver-81-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.
  • Reports — markdown roll-ups grouped by label and breaking-change flag.

Configuration

Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.

Labels: compliance metrics stable

02Drivers1
rapid-weaver-81-driver
@stripe/rapid-weaver-81/driverdriver.ts

Execution driver with bounded concurrency and retries.

03Reports1
rapid-weaver-81-reportextension
report.ts

Roll-up report grouped by label and breaking-change flag.

auditsummary
04Previous Versions1
2.8.2Jan 13, 2026
05Stats
Downloads
30
Archive size
150.0 KB

Not yet scored.

A score will be generated the next time this extension is published. The owner can also trigger scoring manually.

06Platforms
07Labels