Skip to main content

Live Weaver 71

@pagerduty/live-weaver-71v0.0.0· BSD-3-Clause· 1mo agoMODELS·REPORTS
01README

Compose compliance signals reports from a single YAML source. Includes diff-vs-previous and breaking-change detection.

Quick start

Add @pagerduty/live-weaver-71 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @pagerduty/live-weaver-71

workflows:
  - name: live-weaver-71-run
    jobs:
      - name: main
        steps:
          - name: list
            model: pagerduty/live-weaver-71
            method: list

Run with swamp workflow run live-weaver-71-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 observability

02Models2
@pagerduty/live-weaver-71/weaverv0.1.0weaver.ts
fn list(limit: number)
List the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
fn create(filter: record)
Create the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
@pagerduty/live-weaver-71/prismv0.1.0prism.ts
fn update(filter: record, force: boolean, dryRun: boolean)
Update the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
forcebooleanSkip confirmation and apply immediately
dryRunbooleanCompute changes without applying them
fn delete(limit: number)
Delete the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
03Reports1
live-weaver-71-reportextension
report.ts

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

auditsummary
04Previous Versions2
0.1.4Sep 28, 2025

Modified 1 models

1.5.5Jul 21, 2025
05Stats
B
75 / 100
Downloads
6
Archive size
242.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