01README
Sync state of cloud spend against a desired-state YAML. Diffs are previewed before any mutation.
Quick start
Add @azure/swift-weaver-18 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @azure/swift-weaver-18
workflows:
- name: swift-weaver-18-run
jobs:
- name: main
steps:
- name: delete
model: azure/swift-weaver-18
method: deleteRun with swamp workflow run swift-weaver-18-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Typed models — Zod-validated arguments, structured outputs, and a manifest the agent can reason about.
- 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 compliance security
02Models
@azure/swift-weaver-18/reactorv0.1.0reactor.ts
fn delete(dryRun: boolean)
Delete the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
fn create(filter: record, dryRun?: boolean, tags?: array)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| dryRun? | boolean | Compute changes without applying them |
| tags? | array | List of tags to apply |
fn get(dryRun: boolean)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
fn diff(filter: record, dryRun?: boolean, force: boolean)
Diff the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| dryRun? | boolean | Compute changes without applying them |
| force | boolean | Skip confirmation and apply immediately |
03Reports
swift-weaver-18-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
04Previous Versions
0.1.5Jan 25, 2026
Modified 1 models
2.3.1Sep 18, 2025
05Stats
B
83 / 100
Downloads
11
Archive size
256.0 KB
- Has README or module doc2/2earned
- README has a code example0/1missing
- README is substantive0/1missing
- 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 repository2/2earned
Repository
https://github.com/azure/swift-weaver-1806Platforms
07Labels