Skip to main content

Swift Forge 02

@brine_wraith/swift-forge-02v1.0.5· 1mo agoDRIVERS
01README

Compose Cloudflare zones reports from a single YAML source. Includes diff-vs-previous and breaking-change detection.

Quick start

Add @brine_wraith/swift-forge-02 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @brine_wraith/swift-forge-02

workflows:
  - name: swift-forge-02-run
    jobs:
      - name: main
        steps:
          - name: run
            model: brine_wraith/swift-forge-02
            method: run

Run with swamp workflow run swift-forge-02-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.

Configuration

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

Labels: cloudflare kubernetes virtualization yaml

02Drivers1
swift-forge-02-driverconfigurable
@brine_wraith/swift-forge-02/driverdriver.ts

Execution driver with bounded concurrency and retries.

03Previous Versions3
0.1.8Jan 28, 2026
1.2.8Oct 20, 2025
1.2.3Jul 31, 2025
04Stats
F
33 / 100
Downloads
30
Archive size
375.0 KB
  • Has README or module doc0/2missing
  • README has a code example0/1missing
  • README is substantive0/1missing
  • Most symbols documented1/1earned
  • No slow types0/1missing
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared0/1missing
  • Verified public repository0/2missing
05Platforms
06Labels