Skip to main content

Lite Forge 23

@mud_ghoul/lite-forge-23v1.4.7· 17d agoDRIVERS
01README

Inventory Kubernetes pods, deployments, and RBAC, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag.

Quick start

Add @mud_ghoul/lite-forge-23 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @mud_ghoul/lite-forge-23

workflows:
  - name: lite-forge-23-run
    jobs:
      - name: main
        steps:
          - name: run
            model: mud_ghoul/lite-forge-23
            method: run

Run with swamp workflow run lite-forge-23-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: kubernetes homelab terraform

02Drivers1
lite-forge-23-driver
@mud_ghoul/lite-forge-23/driverdriver.ts

Execution driver with bounded concurrency and retries.

03Stats
Downloads
30
Archive size
281.0 KB

Not yet scored.

A score will be generated the next time this extension is published. The owner can also trigger scoring manually.

04Platforms
05Labels