Skip to main content

Auto Vault 101

@slime_beast/auto-vault-101v0.0.8· 1mo agoWORKFLOWS·REPORTS
01README

metrics, logs, and traces orchestration with retry/backoff, structured logs, and per-step idempotency keys.

Quick start

Add @slime_beast/auto-vault-101 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @slime_beast/auto-vault-101

workflows:
  - name: auto-vault-101-run
    jobs:
      - name: main
        steps:
          - name: run
            model: slime_beast/auto-vault-101
            method: run

Run with swamp workflow run auto-vault-101-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.
  • 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: observability finops self-hosted

02Workflows2
lite tracerlite-tracer

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.
smart scoutsmart-scout

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.
03Reports1
auto-vault-101-reportextension
report.ts

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

auditsummary
04Previous Versions1
0.6.2Oct 24, 2025
05Stats
D
58 / 100
Downloads
12
Archive size
227.0 KB
  • Has README or module doc2/2earned
  • README has a code example0/1missing
  • README is substantive1/1earned
  • 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 declared0/1missing
  • Verified public repository0/2missing
06Platforms
07Labels