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: getRun 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
02Models
@keeb/auto-tracer-38/reactorv0.1.0reactor.ts
fn get(id: string)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
fn create(force: boolean)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
@keeb/auto-tracer-38/reactorv0.1.0reactor.ts
fn list(tags: array, id: string)
List the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| id | string | Resource identifier |
fn create(filter: record, tags: array, limit: number)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| tags | array | List of tags to apply |
| limit | number | Maximum results to return |
fn update(force: boolean, tags?: array)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
| tags? | array | List of tags to apply |
fn diff(dryRun: boolean, tags?: array, filter?: record)
Diff the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| tags? | array | List of tags to apply |
| filter? | record | Key-value filter expression |
03Reports
auto-tracer-38-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
04Previous Versions
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
Repository
https://github.com/keeb/auto-tracer-3806Platforms
07Labels