01README
AI-assisted analysis of infrastructure. Returns rubric-scored JSON suitable for downstream judging.
Quick start
Add @pagerduty/live-prism-39 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @pagerduty/live-prism-39
workflows:
- name: live-prism-39-run
jobs:
- name: main
steps:
- name: sync
model: pagerduty/live-prism-39
method: syncRun with swamp workflow run live-prism-39-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.
- Vault provider — encrypted secret storage with audit trail and cross-region replication.
- 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: infra dns
02Models
@pagerduty/live-prism-39/guardv0.1.0guard.ts
fn sync(dryRun: boolean)
Sync the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
fn list(id: string, filter: record)
List the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| filter | record | Key-value filter expression |
fn get(dryRun: boolean, filter: record, tags: array)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| filter | record | Key-value filter expression |
| tags | array | List of tags to apply |
03Vaults
live-prism-39-vaultconfigurable
@pagerduty/live-prism-39/vaultvault.ts
Encrypted secret storage with cross-region replication.
Config Fields
| Field | Type | Description |
|---|---|---|
| region | string | Storage region |
04Reports
live-prism-39-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
05Previous Versions
0.7.3Feb 3, 2026
06Stats
B
83 / 100
Downloads
30
Archive size
71.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- 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 repository0/2missing
07Platforms
08Labels