01README
Sync state of virtual machines and snapshots against a desired-state YAML. Diffs are previewed before any mutation.
Quick start
Add @stripe/open-guard-76 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @stripe/open-guard-76
workflows:
- name: open-guard-76-run
jobs:
- name: main
steps:
- name: diff
model: stripe/open-guard-76
method: diffRun with swamp workflow run open-guard-76-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.
- Composable workflows — wire methods into multi-step DAGs with retry, idempotency, and per-step logs.
- 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: virtualization multicloud
02Models
@stripe/open-guard-76/beaconv0.1.0beacon.ts
fn diff(limit: number)
Diff the resource.
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
fn get(filter: record)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
fn list(force: boolean, filter?: record, tags?: array)
List the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
| filter? | record | Key-value filter expression |
| tags? | array | List of tags to apply |
03Workflows
open forgeopen-forge
Composed workflow with retry and idempotency.
mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
04Drivers
open-guard-76-driverconfigurable
@stripe/open-guard-76/driverdriver.ts
Execution driver with bounded concurrency and retries.
05Previous Versions
1.1.6Sep 15, 2025
Modified 1 models
1.7.9Mar 30, 2025
06Stats
B
83 / 100
Downloads
5
Archive size
99.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- 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 declared0/1missing
- Verified public repository2/2earned
Repository
https://github.com/stripe/open-guard-7607Platforms
08Labels