Sync Beacon 66
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: createRun 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
02Models
@linear/sync-beacon-66/compassv0.1.0compass.ts
fn create(dryRun: boolean)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
fn get(force: boolean, limit: number)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
| limit | number | Maximum results to return |
@linear/sync-beacon-66/vaultv0.1.0vault.ts
fn create(filter: record)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
fn sync(id: string, force?: boolean)
Sync the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| force? | boolean | Skip confirmation and apply immediately |
fn diff(tags: array, id: string)
Diff the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| id | string | Resource identifier |
fn list(dryRun: boolean, id?: string)
List the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| id? | string | Resource identifier |
03Previous Versions
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
Repository
https://github.com/linear/sync-beacon-6605Platforms
06Labels