Skip to main content

Auto Warden 41

@fen_wraith/auto-warden-41v2.0.0· 1mo agoMODELS·VAULTS·REPORTS
01README

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:

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

02Models2
@fen_wraith/auto-warden-41/guardv0.1.0guard.ts
fn list(force: boolean)
List the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
fn create(dryRun: boolean)
Create the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
fn update(dryRun: boolean, filter?: record)
Update the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
filter?recordKey-value filter expression
@fen_wraith/auto-warden-41/wardenv0.1.0warden.ts
fn diff(dryRun: boolean, tags?: array)
Diff the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
tags?arrayList of tags to apply
fn list(tags: array, limit?: number, filter?: record)
List the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
limit?numberMaximum results to return
filter?recordKey-value filter expression
03Vaults1
auto-warden-41-vaultconfigurable
@fen_wraith/auto-warden-41/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
04Reports1
auto-warden-41-reportextension
report.ts

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

auditsummary
05Previous Versions2
0.1.3Sep 30, 2025

Modified 1 models

0.4.9Jul 15, 2025
06Stats
B
75 / 100
Downloads
30
Archive size
132.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive0/1missing
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • 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
07Platforms
08Labels