Auto Warden 41
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: listRun 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
02Models
@fen_wraith/auto-warden-41/guardv0.1.0guard.ts
fn list(force: boolean)
List the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
fn create(dryRun: boolean)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
fn update(dryRun: boolean, filter?: record)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| filter? | record | Key-value filter expression |
@fen_wraith/auto-warden-41/wardenv0.1.0warden.ts
fn diff(dryRun: boolean, tags?: array)
Diff the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| tags? | array | List of tags to apply |
fn list(tags: array, limit?: number, filter?: record)
List the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| limit? | number | Maximum results to return |
| filter? | record | Key-value filter expression |
03Vaults
auto-warden-41-vaultconfigurable
@fen_wraith/auto-warden-41/vaultvault.ts
Encrypted secret storage with cross-region replication.
Config Fields
| Field | Type | Description |
|---|---|---|
| region | string | Storage region |
04Reports
auto-warden-41-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
05Previous Versions
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