@dank_crawler/swift-pilot-49
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`:
```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`
darwin-x86_64linux-x86_64linux-aarch64darwin-aarch64
finopsmetricsstable
workflowsreports
2.7.4