Skip to main content

Open Guard 76

@stripe/open-guard-76v2.0.6· 1mo agoMODELS·WORKFLOWS·DRIVERS
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: diff

Run 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

02Models1
@stripe/open-guard-76/beaconv0.1.0beacon.ts
fn diff(limit: number)
Diff the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
fn get(filter: record)
Get the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
fn list(force: boolean, filter?: record, tags?: array)
List the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
filter?recordKey-value filter expression
tags?arrayList of tags to apply
03Workflows1
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.
04Drivers1
open-guard-76-driverconfigurable
@stripe/open-guard-76/driverdriver.ts

Execution driver with bounded concurrency and retries.

05Previous Versions2
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
07Platforms
08Labels