01README
Sync state of compliance signals against a desired-state YAML. Diffs are previewed before any mutation.
Quick start
Add @datadog/rapid-scout-07 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @datadog/rapid-scout-07
workflows:
- name: rapid-scout-07-run
jobs:
- name: main
steps:
- name: update
model: datadog/rapid-scout-07
method: updateRun with swamp workflow run rapid-scout-07-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.
- Composable workflows — wire methods into multi-step DAGs with retry, idempotency, and per-step logs.
- 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: compliance finops node
02Models
@datadog/rapid-scout-07/beaconv0.1.0beacon.ts
fn update(force: boolean)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
fn diff(id: string)
Diff the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
@datadog/rapid-scout-07/wardenv0.1.0warden.ts
fn list(dryRun: boolean, filter?: record, force?: boolean)
List the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| filter? | record | Key-value filter expression |
| force? | boolean | Skip confirmation and apply immediately |
fn sync(tags: array, dryRun: boolean)
Sync the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| dryRun | boolean | Compute changes without applying them |
fn get(filter: record)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
03Workflows
live ledgerlive-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.
lite beaconlite-beacon
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.
04Reports
rapid-scout-07-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
05Previous Versions
2.1.8Oct 9, 2025
Modified 1 models
1.2.7Aug 12, 2025
Modified 1 models
2.6.2May 25, 2025
06Stats
B
75 / 100
Downloads
30
Archive size
195.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- 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 repository0/2missing
07Platforms
08Labels