Skip to main content

Swift Pilot 49

@dank_crawler/swift-pilot-49v2.7.4· Apache-2.0· 21d agoWORKFLOWS·REPORTS
01README

financial operations data orchestration with retry/backoff, structured logs, and per-step idempotency keys.

Quick start

Add @dank_crawler/swift-pilot-49 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @dank_crawler/swift-pilot-49

workflows:
  - name: swift-pilot-49-run
    jobs:
      - name: main
        steps:
          - name: run
            model: dank_crawler/swift-pilot-49
            method: run

Run with swamp workflow run swift-pilot-49-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.
  • 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: finops metrics stable

02Workflows1
lite anchorlite-anchor

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.
03Reports1
swift-pilot-49-reportextension
report.ts

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

auditsummary
04Stats
B
75 / 100
Downloads
13
Archive size
142.0 KB
  • Has README or module doc2/2earned
  • 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 declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels