Skip to main content

Auto Prism 03

@tailscale/auto-prism-03v2.0.0· Apache-2.0· 3d agoMODELS·DRIVERS
01README

Operate on release notes and changelogs with typed arguments, prepared-statement caching, and bounded concurrency.

Quick start

Add @tailscale/auto-prism-03 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @tailscale/auto-prism-03

workflows:
  - name: auto-prism-03-run
    jobs:
      - name: main
        steps:
          - name: update
            model: tailscale/auto-prism-03
            method: update

Run with swamp workflow run auto-prism-03-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.
  • Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.

Configuration

Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.

Labels: release code-review

02Models3
@tailscale/auto-prism-03/compassv0.1.0compass.ts
fn update(dryRun: boolean, force?: boolean)
Update the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
force?booleanSkip confirmation and apply immediately
fn list(limit: number, force: boolean)
List the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
forcebooleanSkip confirmation and apply immediately
@tailscale/auto-prism-03/sentinelv0.1.0sentinel.ts
fn sync(force: boolean)
Sync the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
fn create(dryRun: boolean, force: boolean)
Create the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
forcebooleanSkip confirmation and apply immediately
fn delete(dryRun: boolean)
Delete the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
fn diff(filter: record, tags?: array, force: boolean)
Diff the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
tags?arrayList of tags to apply
forcebooleanSkip confirmation and apply immediately
@tailscale/auto-prism-03/wardenv0.1.0warden.ts
fn create(tags: array, dryRun: boolean, filter?: record)
Create the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
dryRunbooleanCompute changes without applying them
filter?recordKey-value filter expression
fn update(id: string, filter?: record)
Update the resource.
ArgumentTypeDescription
idstringResource identifier
filter?recordKey-value filter expression
fn diff(limit: number)
Diff the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
03Drivers1
auto-prism-03-driverconfigurable
@tailscale/auto-prism-03/driverdriver.ts

Execution driver with bounded concurrency and retries.

04Previous Versions1
0.3.8Dec 21, 2025
05Stats
B
75 / 100
Downloads
12
Archive size
278.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