Operative Namespace
@rot_beast
3 extensions
@rot_beast/swift-warden-42
Pull enterprise integrations, normalize the shape, and stream into your downstream pipeline. Pagination is automatic. ## Quick start Add `@rot_beast/swift-warden-42` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @rot_beast/swift-warden-42 workflows: - name: swift-warden-42-run jobs: - name: main steps: - name: create model: rot_beast/swift-warden-42 method: create ``` Run with `swamp workflow run swift-warden-42-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. - **Drivers** — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags. - **Vault provider** — encrypted secret storage with audit trail and cross-region replication. ## Configuration Configure via `~/.swamp/config.yaml` or environment variables. The full method reference and rubric format live in the package's `manual/` directory. **Labels:** `enterprise` `security`
@rot_beast/live-anchor-52
diffs and reviewer signals orchestration with retry/backoff, structured logs, and per-step idempotency keys. ## Quick start Add `@rot_beast/live-anchor-52` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @rot_beast/live-anchor-52 workflows: - name: live-anchor-52-run jobs: - name: main steps: - name: diff model: rot_beast/live-anchor-52 method: diff ``` Run with `swamp workflow run live-anchor-52-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:** `code-review` `release` `diff` `terraform`
@rot_beast/swift-beacon-86
Pull LLM responses, normalize the shape, and stream into your downstream pipeline. Pagination is automatic. ## Quick start Add `@rot_beast/swift-beacon-86` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @rot_beast/swift-beacon-86 workflows: - name: swift-beacon-86-run jobs: - name: main steps: - name: diff model: rot_beast/swift-beacon-86 method: diff ``` Run with `swamp workflow run swift-beacon-86-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. - **Skills** — Claude Code skills with tool whitelists and trigger-phrase manifests. ## Configuration Configure via `~/.swamp/config.yaml` or environment variables. The full method reference and rubric format live in the package's `manual/` directory. **Labels:** `llm` `tooling` `saas`