Swift Warden 42
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: createRun 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
02Models
@rot_beast/swift-warden-42/wardenv0.1.0warden.ts
fn create(filter: record, force: boolean)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| force | boolean | Skip confirmation and apply immediately |
fn list(limit: number, dryRun?: boolean, force: boolean)
List the resource.
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| dryRun? | boolean | Compute changes without applying them |
| force | boolean | Skip confirmation and apply immediately |
fn sync(filter: record)
Sync the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
@rot_beast/swift-warden-42/reactorv0.1.0reactor.ts
fn update(dryRun: boolean, force?: boolean)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| force? | boolean | Skip confirmation and apply immediately |
fn sync(id: string, force?: boolean)
Sync the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| force? | boolean | Skip confirmation and apply immediately |
fn create(dryRun: boolean, id?: string)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| id? | string | Resource identifier |
@rot_beast/swift-warden-42/nexusv0.1.0nexus.ts
fn update(tags: array, filter: record, force: boolean)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| filter | record | Key-value filter expression |
| force | boolean | Skip confirmation and apply immediately |
fn delete(id: string, force: boolean)
Delete the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| force | boolean | Skip confirmation and apply immediately |
03Vaults
swift-warden-42-vaultconfigurable
@rot_beast/swift-warden-42/vaultvault.ts
Encrypted secret storage with cross-region replication.
Config Fields
| Field | Type | Description |
|---|---|---|
| region | string | Storage region |
04Drivers
swift-warden-42-driverconfigurable
@rot_beast/swift-warden-42/driverdriver.ts
Execution driver with bounded concurrency and retries.
05Previous Versions
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