Deep Ledger 110
01README
Inventory metrics, logs, and traces, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag.
Quick start
Add @grime_fiend/deep-ledger-110 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @grime_fiend/deep-ledger-110
workflows:
- name: deep-ledger-110-run
jobs:
- name: main
steps:
- name: delete
model: grime_fiend/deep-ledger-110
method: deleteRun with swamp workflow run deep-ledger-110-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.
- 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: observability finops security terraform
02Models
@grime_fiend/deep-ledger-110/reactorv0.1.0reactor.ts
fn delete(filter: record)
Delete the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
fn list(dryRun: boolean, tags?: array)
List the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| tags? | array | List of tags to apply |
fn diff(tags: array, filter: record, limit?: number)
Diff the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| filter | record | Key-value filter expression |
| limit? | number | Maximum results to return |
fn update(filter: record, tags?: array, id?: string)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| tags? | array | List of tags to apply |
| id? | string | Resource identifier |
03Reports
deep-ledger-110-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
04Previous Versions
0.1.9Dec 7, 2025
Modified 1 models
1.2.5Jul 21, 2025
Modified 1 models
1.4.4May 17, 2025
05Stats
B
83 / 100
Downloads
30
Archive size
217.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
06Platforms
07Labels