Skip to main content

Swift Warden 42

@rot_beast/swift-warden-42v0.0.0· 1mo agoMODELS·VAULTS·DRIVERS
01README

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:

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

02Models3
@rot_beast/swift-warden-42/wardenv0.1.0warden.ts
fn create(filter: record, force: boolean)
Create the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
forcebooleanSkip confirmation and apply immediately
fn list(limit: number, dryRun?: boolean, force: boolean)
List the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
dryRun?booleanCompute changes without applying them
forcebooleanSkip confirmation and apply immediately
fn sync(filter: record)
Sync the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
@rot_beast/swift-warden-42/reactorv0.1.0reactor.ts
fn update(dryRun: boolean, force?: boolean)
Update the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
force?booleanSkip confirmation and apply immediately
fn sync(id: string, force?: boolean)
Sync the resource.
ArgumentTypeDescription
idstringResource identifier
force?booleanSkip confirmation and apply immediately
fn create(dryRun: boolean, id?: string)
Create the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
id?stringResource identifier
@rot_beast/swift-warden-42/nexusv0.1.0nexus.ts
fn update(tags: array, filter: record, force: boolean)
Update the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
filterrecordKey-value filter expression
forcebooleanSkip confirmation and apply immediately
fn delete(id: string, force: boolean)
Delete the resource.
ArgumentTypeDescription
idstringResource identifier
forcebooleanSkip confirmation and apply immediately
03Vaults1
swift-warden-42-vaultconfigurable
@rot_beast/swift-warden-42/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
04Drivers1
swift-warden-42-driverconfigurable
@rot_beast/swift-warden-42/driverdriver.ts

Execution driver with bounded concurrency and retries.

05Previous Versions3
1.1.4Oct 20, 2025

Modified 1 models

1.2.2Jun 5, 2025

Modified 1 models

2.3.3Dec 31, 2024
06Stats
C
66 / 100
Downloads
16
Archive size
89.0 KB
  • Has README or module doc2/2earned
  • README has a code example0/1missing
  • 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