Skip to main content

Sync Beacon 111

@fen_wraith/sync-beacon-111v0.0.3· Apache-2.0· 1mo agoMODELS·DRIVERS·REPORTS
01README

Sync state of counters, gauges, and distributions against a desired-state YAML. Diffs are previewed before any mutation.

Quick start

Add @fen_wraith/sync-beacon-111 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @fen_wraith/sync-beacon-111

workflows:
  - name: sync-beacon-111-run
    jobs:
      - name: main
        steps:
          - name: get
            model: fen_wraith/sync-beacon-111
            method: get

Run with swamp workflow run sync-beacon-111-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.
  • Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.
  • 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: metrics observability cost typescript

02Models1
@fen_wraith/sync-beacon-111/vaultv0.1.0vault.ts
fn get(limit: number, dryRun?: boolean, id: string)
Get the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
dryRun?booleanCompute changes without applying them
idstringResource identifier
fn update(force: boolean, tags: array)
Update the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
tagsarrayList of tags to apply
fn list(limit: number, id?: string)
List the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
id?stringResource identifier
fn create(force: boolean, dryRun?: boolean)
Create the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
dryRun?booleanCompute changes without applying them
03Drivers1
sync-beacon-111-driver
@fen_wraith/sync-beacon-111/driverdriver.ts

Execution driver with bounded concurrency and retries.

04Reports1
sync-beacon-111-reportextension
report.ts

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

auditsummary
05Previous Versions1
2.4.8Oct 28, 2025
06Stats
B
75 / 100
Downloads
30
Archive size
273.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
07Platforms
08Labels