Skip to main content

Deep Scout 90

@slack/deep-scout-90v0.0.2· Apache-2.0· 1mo agoWORKFLOWS·DRIVERS
01README

Read, reconcile, and report on counters, gauges, and distributions across multiple environments. Idempotent and dry-runnable.

Quick start

Add @slack/deep-scout-90 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @slack/deep-scout-90

workflows:
  - name: deep-scout-90-run
    jobs:
      - name: main
        steps:
          - name: run
            model: slack/deep-scout-90
            method: run

Run with swamp workflow run deep-scout-90-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.
  • Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.

Configuration

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

Labels: metrics discord observability

02Workflows2
auto scoutauto-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.
core harvestcore-harvest

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.
03Drivers1
deep-scout-90-driverconfigurable
@slack/deep-scout-90/driverdriver.ts

Execution driver with bounded concurrency and retries.

04Previous Versions1
0.2.5Sep 11, 2025
05Stats
B
75 / 100
Downloads
30
Archive size
348.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • 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 declared1/1earned
  • Verified public repository0/2missing
06Platforms
07Labels