Skip to main content

Sync Pilot 46

@fen_wraith/sync-pilot-46v2.0.1· 1mo agoVAULTS
01README

Read, reconcile, and report on alert routing rules across multiple environments. Idempotent and dry-runnable.

Quick start

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

extensions:
  - @fen_wraith/sync-pilot-46

workflows:
  - name: sync-pilot-46-run
    jobs:
      - name: main
        steps:
          - name: run
            model: fen_wraith/sync-pilot-46
            method: run

Run with swamp workflow run sync-pilot-46-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Vault provider — encrypted secret storage with audit trail and cross-region replication.

Configuration

Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.

Labels: notifications metrics observability bash

02Vaults1
sync-pilot-46-vaultconfigurable
@fen_wraith/sync-pilot-46/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
03Previous Versions2
0.1.9Oct 5, 2025
0.8.7Mar 19, 2025
04Stats
B
83 / 100
Downloads
30
Archive size
67.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