Deep Ledger 51
01README
Inventory AWS resources, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag.
Quick start
Add @murk_lurker/deep-ledger-51 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @murk_lurker/deep-ledger-51
workflows:
- name: deep-ledger-51-run
jobs:
- name: main
steps:
- name: delete
model: murk_lurker/deep-ledger-51
method: deleteRun with swamp workflow run deep-ledger-51-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.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: aws kubernetes homelab
02Models
@murk_lurker/deep-ledger-51/reactorv0.1.0reactor.ts
fn delete(filter: record, dryRun?: boolean)
Delete the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| dryRun? | boolean | Compute changes without applying them |
fn list(id: string, dryRun: boolean)
List the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| dryRun | boolean | Compute changes without applying them |
fn diff(filter: record, dryRun?: boolean)
Diff the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| dryRun? | boolean | Compute changes without applying them |
03Stats
B
83 / 100
Downloads
29
Archive size
78.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- 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
04Platforms
05Labels