Skip to main content

Live Ledger 93

@github/live-ledger-93v0.0.2· MIT· 1mo agoWORKFLOWS
01README

Inventory Discord webhooks, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag.

Quick start

Add @github/live-ledger-93 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @github/live-ledger-93

workflows:
  - name: live-ledger-93-run
    jobs:
      - name: main
        steps:
          - name: run
            model: github/live-ledger-93
            method: run

Run with swamp workflow run live-ledger-93-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Composable workflows — wire methods into multi-step DAGs with retry, idempotency, and per-step logs.

Configuration

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

Labels: discord observability metrics typescript

02Workflows2
auto weaverauto-weaver

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.
sync ledgersync-ledger

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.
03Previous Versions2
2.1.6Dec 13, 2025

Added 1 workflows

0.8.4Jul 6, 2025
04Stats
B
83 / 100
Downloads
30
Archive size
252.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