Skip to main content

Deep Ledger 110

@grime_fiend/deep-ledger-110v0.0.4· Apache-2.0· 1mo agoMODELS·REPORTS
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: delete

Run 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

02Models1
@grime_fiend/deep-ledger-110/reactorv0.1.0reactor.ts
fn delete(filter: record)
Delete the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
fn list(dryRun: boolean, tags?: array)
List the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
tags?arrayList of tags to apply
fn diff(tags: array, filter: record, limit?: number)
Diff the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
filterrecordKey-value filter expression
limit?numberMaximum results to return
fn update(filter: record, tags?: array, id?: string)
Update the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
tags?arrayList of tags to apply
id?stringResource identifier
03Reports1
deep-ledger-110-reportextension
report.ts

Roll-up report grouped by label and breaking-change flag.

auditsummary
04Previous Versions3
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