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: listRun 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
02Models
@pagerduty/live-weaver-71/weaverv0.1.0weaver.ts
fn list(limit: number)
List the resource.
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
fn create(filter: record)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
@pagerduty/live-weaver-71/prismv0.1.0prism.ts
fn update(filter: record, force: boolean, dryRun: boolean)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| force | boolean | Skip confirmation and apply immediately |
| dryRun | boolean | Compute changes without applying them |
fn delete(limit: number)
Delete the resource.
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
03Reports
live-weaver-71-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
04Previous Versions
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