Swift Scout 06
01README
Read, reconcile, and report on cloud spend across multiple environments. Idempotent and dry-runnable.
Quick start
Add @silt_wraith/swift-scout-06 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @silt_wraith/swift-scout-06
workflows:
- name: swift-scout-06-run
jobs:
- name: main
steps:
- name: run
model: silt_wraith/swift-scout-06
method: runRun with swamp workflow run swift-scout-06-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Datastore provider — collection-level Zod schemas, change-stream subscriptions, TTL indexes.
- 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 observability security
02Datastores
swift-scout-06-storeconfigurable
@silt_wraith/swift-scout-06/datastoredatastore.ts
Document datastore with TTL indexes and change streams.
Config Fields
| Field | Type | Description |
|---|---|---|
| uri | string | Connection URI |
03Reports
swift-scout-06-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
04Previous Versions
1.1.9Oct 24, 2025
Added 1 reports
0.7.4Sep 4, 2025
05Stats
B
75 / 100
Downloads
30
Archive size
319.0 KB
- Has README or module doc2/2earned
- README has a code example0/1missing
- 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
06Platforms
07Labels