Skip to main content

Swift Weaver 106

@muck_gator/swift-weaver-106v2.4.8· MIT· 18d agoDRIVERS·REPORTS
01README

AI-assisted analysis of Kubernetes pods, deployments, and RBAC. Returns rubric-scored JSON suitable for downstream judging.

Quick start

Add @muck_gator/swift-weaver-106 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @muck_gator/swift-weaver-106

workflows:
  - name: swift-weaver-106-run
    jobs:
      - name: main
        steps:
          - name: run
            model: muck_gator/swift-weaver-106
            method: run

Run with swamp workflow run swift-weaver-106-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: kubernetes finops metrics

02Drivers1
swift-weaver-106-driverconfigurable
@muck_gator/swift-weaver-106/driverdriver.ts

Execution driver with bounded concurrency and retries.

03Reports1
swift-weaver-106-reportextension
report.ts

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

auditsummary
04Stats
B
75 / 100
Downloads
30
Archive size
143.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • 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 repository0/2missing
05Platforms
06Labels