Swift Weaver 61
01README
Sync state of GitHub issues and pull requests against a desired-state YAML. Diffs are previewed before any mutation.
Quick start
Add @sludge_ghoul/swift-weaver-61 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @sludge_ghoul/swift-weaver-61
workflows:
- name: swift-weaver-61-run
jobs:
- name: main
steps:
- name: run
model: sludge_ghoul/swift-weaver-61
method: runRun with swamp workflow run swift-weaver-61-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: github release
02Drivers
swift-weaver-61-driver
@sludge_ghoul/swift-weaver-61/driverdriver.ts
Execution driver with bounded concurrency and retries.
03Previous Versions
1.1.7Sep 20, 2025
0.2.7Jul 16, 2025
1.8.4May 5, 2025
04Stats
B
83 / 100
Downloads
30
Archive size
365.0 KB
- Has README or module doc2/2earned
- README has a code example0/1missing
- README is substantive0/1missing
- 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
05Platforms
06Labels