Operative Namespace
@sludge_ghoul
3 extensions
@sludge_ghoul/live-prism-15
Operate on AWS resources with typed arguments, prepared-statement caching, and bounded concurrency. ## Quick start Add `@sludge_ghoul/live-prism-15` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @sludge_ghoul/live-prism-15 workflows: - name: live-prism-15-run jobs: - name: main steps: - name: run model: sludge_ghoul/live-prism-15 method: run ``` Run with `swamp workflow run live-prism-15-run`. The first invocation prints what it would change; pass `--apply` to commit. ## What's inside - **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:** `aws` `network` `homelab`
@sludge_ghoul/smart-reactor-79
metrics, logs, and traces orchestration with retry/backoff, structured logs, and per-step idempotency keys. ## Quick start Add `@sludge_ghoul/smart-reactor-79` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @sludge_ghoul/smart-reactor-79 workflows: - name: smart-reactor-79-run jobs: - name: main steps: - name: list model: sludge_ghoul/smart-reactor-79 method: list ``` Run with `swamp workflow run smart-reactor-79-run`. The first invocation prints what it would change; pass `--apply` to commit. ## What's inside - **Typed models** — Zod-validated arguments, structured outputs, and a manifest the agent can reason about. - **Composable workflows** — wire methods into multi-step DAGs with retry, idempotency, and per-step logs. - **Datastore provider** — collection-level Zod schemas, change-stream subscriptions, TTL indexes. ## Configuration Configure via `~/.swamp/config.yaml` or environment variables. The full method reference and rubric format live in the package's `manual/` directory. **Labels:** `observability` `notifications`
@sludge_ghoul/swift-weaver-61
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`: ```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: run ``` Run 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`