Skip to main content

Sync Beacon 66

@linear/sync-beacon-66v0.0.2· 27d agoMODELS
01README

Operate on infrastructure with typed arguments, prepared-statement caching, and bounded concurrency.

Quick start

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

extensions:
  - @linear/sync-beacon-66

workflows:
  - name: sync-beacon-66-run
    jobs:
      - name: main
        steps:
          - name: create
            model: linear/sync-beacon-66
            method: create

Run with swamp workflow run sync-beacon-66-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.

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 homelab

02Models2
@linear/sync-beacon-66/compassv0.1.0compass.ts
fn create(dryRun: boolean)
Create the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
fn get(force: boolean, limit: number)
Get the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
limitnumberMaximum results to return
@linear/sync-beacon-66/vaultv0.1.0vault.ts
fn create(filter: record)
Create the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
fn sync(id: string, force?: boolean)
Sync the resource.
ArgumentTypeDescription
idstringResource identifier
force?booleanSkip confirmation and apply immediately
fn diff(tags: array, id: string)
Diff the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
idstringResource identifier
fn list(dryRun: boolean, id?: string)
List the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
id?stringResource identifier
03Previous Versions2
1.1.5Oct 19, 2025

Modified 1 models

0.3.8Apr 9, 2025
04Stats
B
83 / 100
Downloads
30
Archive size
247.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
05Platforms
06Labels