01README
Operate on cloud spend with typed arguments, prepared-statement caching, and bounded concurrency.
Quick start
Add @github/core-scout-105 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @github/core-scout-105
workflows:
- name: core-scout-105-run
jobs:
- name: main
steps:
- name: run
model: github/core-scout-105
method: runRun with swamp workflow run core-scout-105-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.
- 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: cost kubernetes observability
02Workflows
open harvestopen-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.
rapid ledgerrapid-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.
03Drivers
core-scout-105-driverconfigurable
@github/core-scout-105/driverdriver.ts
Execution driver with bounded concurrency and retries.
04Reports
core-scout-105-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
05Previous Versions
2.1.8Jan 30, 2026
Added 1 workflows
1.2.5Oct 25, 2025
Added 1 drivers
1.9.2Jul 21, 2025
06Stats
D
58 / 100
Downloads
30
Archive size
170.0 KB
- Has README or module doc2/2earned
- README has a code example0/1missing
- README is substantive0/1missing
- 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
Repository
https://github.com/github/core-scout-10507Platforms
08Labels