Skip to main content

Auto Tracer 38

@keeb/auto-tracer-38v0.0.3· MIT· 22d agoMODELS·REPORTS
01README

Inventory compliance signals, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag.

Quick start

Add @keeb/auto-tracer-38 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @keeb/auto-tracer-38

workflows:
  - name: auto-tracer-38-run
    jobs:
      - name: main
        steps:
          - name: get
            model: keeb/auto-tracer-38
            method: get

Run with swamp workflow run auto-tracer-38-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: compliance finops stable

02Models2
@keeb/auto-tracer-38/reactorv0.1.0reactor.ts
fn get(id: string)
Get the resource.
ArgumentTypeDescription
idstringResource identifier
fn create(force: boolean)
Create the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
@keeb/auto-tracer-38/reactorv0.1.0reactor.ts
fn list(tags: array, id: string)
List the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
idstringResource identifier
fn create(filter: record, tags: array, limit: number)
Create the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
tagsarrayList of tags to apply
limitnumberMaximum results to return
fn update(force: boolean, tags?: array)
Update the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
tags?arrayList of tags to apply
fn diff(dryRun: boolean, tags?: array, filter?: record)
Diff the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
tags?arrayList of tags to apply
filter?recordKey-value filter expression
03Reports1
auto-tracer-38-reportextension
report.ts

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

auditsummary
04Previous Versions1
1.9.2Nov 28, 2025
05Stats
B
75 / 100
Downloads
30
Archive size
27.0 KB
  • Has README or module doc2/2earned
  • README has a code example0/1missing
  • README is substantive0/1missing
  • Most symbols documented1/1earned
  • No slow types0/1missing
  • 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 repository2/2earned
06Platforms
07Labels