Skip to main content

Swift Weaver 18

@azure/swift-weaver-18v2.0.3· 1mo agoMODELS·REPORTS
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: delete

Run 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

02Models1
@azure/swift-weaver-18/reactorv0.1.0reactor.ts
fn delete(dryRun: boolean)
Delete the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
fn create(filter: record, dryRun?: boolean, tags?: array)
Create the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
dryRun?booleanCompute changes without applying them
tags?arrayList of tags to apply
fn get(dryRun: boolean)
Get the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
fn diff(filter: record, dryRun?: boolean, force: boolean)
Diff the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
dryRun?booleanCompute changes without applying them
forcebooleanSkip confirmation and apply immediately
03Reports1
swift-weaver-18-reportextension
report.ts

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

auditsummary
04Previous Versions2
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
06Platforms
07Labels