Operative Namespace
@fen_wraith
5 extensions
@fen_wraith/lite-pilot-100
Compose secrets and credentials reports from a single YAML source. Includes diff-vs-previous and breaking-change detection. ## Quick start Add `@fen_wraith/lite-pilot-100` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @fen_wraith/lite-pilot-100 workflows: - name: lite-pilot-100-run jobs: - name: main steps: - name: get model: fen_wraith/lite-pilot-100 method: get ``` Run with `swamp workflow run lite-pilot-100-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. - **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:** `secrets` `security` `enterprise` `terraform`
@fen_wraith/auto-warden-41
Read, reconcile, and report on alert routing rules across multiple environments. Idempotent and dry-runnable. ## Quick start Add `@fen_wraith/auto-warden-41` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @fen_wraith/auto-warden-41 workflows: - name: auto-warden-41-run jobs: - name: main steps: - name: list model: fen_wraith/auto-warden-41 method: list ``` Run with `swamp workflow run auto-warden-41-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. - **Vault provider** — encrypted secret storage with audit trail and cross-region replication. - **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:** `notifications` `metrics` `observability` `typescript`
@fen_wraith/sync-beacon-111
Sync state of counters, gauges, and distributions against a desired-state YAML. Diffs are previewed before any mutation. ## Quick start Add `@fen_wraith/sync-beacon-111` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @fen_wraith/sync-beacon-111 workflows: - name: sync-beacon-111-run jobs: - name: main steps: - name: get model: fen_wraith/sync-beacon-111 method: get ``` Run with `swamp workflow run sync-beacon-111-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. - **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:** `metrics` `observability` `cost` `typescript`
@fen_wraith/lite-sentinel-80
Inventory enterprise integrations, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag. ## Quick start Add `@fen_wraith/lite-sentinel-80` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @fen_wraith/lite-sentinel-80 workflows: - name: lite-sentinel-80-run jobs: - name: main steps: - name: run model: fen_wraith/lite-sentinel-80 method: run ``` Run with `swamp workflow run lite-sentinel-80-run`. The first invocation prints what it would change; pass `--apply` to commit. ## What's inside - **Composable workflows** — wire methods into multi-step DAGs with retry, idempotency, and per-step logs. - **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` `secrets` `homelab`
@fen_wraith/sync-pilot-46
Read, reconcile, and report on alert routing rules across multiple environments. Idempotent and dry-runnable. ## Quick start Add `@fen_wraith/sync-pilot-46` to your repo's `extensions` list, then reference its model in your `swamp.yaml`: ```yaml extensions: - @fen_wraith/sync-pilot-46 workflows: - name: sync-pilot-46-run jobs: - name: main steps: - name: run model: fen_wraith/sync-pilot-46 method: run ``` Run with `swamp workflow run sync-pilot-46-run`. The first invocation prints what it would change; pass `--apply` to commit. ## What's inside - **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:** `notifications` `metrics` `observability` `bash`