Live Anchor 52
diffs and reviewer signals orchestration with retry/backoff, structured logs, and per-step idempotency keys.
Quick start
Add @rot_beast/live-anchor-52 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @rot_beast/live-anchor-52
workflows:
- name: live-anchor-52-run
jobs:
- name: main
steps:
- name: diff
model: rot_beast/live-anchor-52
method: diffRun with swamp workflow run live-anchor-52-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.
- Datastore provider — collection-level Zod schemas, change-stream subscriptions, TTL indexes.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: code-review release diff terraform
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| tags | array | List of tags to apply |
| id | string | Resource identifier |
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| force? | boolean | Skip confirmation and apply immediately |
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| force? | boolean | Skip confirmation and apply immediately |
| dryRun? | boolean | Compute changes without applying them |
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| filter | record | Key-value filter expression |
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| id? | string | Resource identifier |
| force? | boolean | Skip confirmation and apply immediately |
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
Composed workflow with retry and idempotency.
Composed workflow with retry and idempotency.
Document datastore with TTL indexes and change streams.
Config Fields
| Field | Type | Description |
|---|---|---|
| uri | string | Connection URI |
Modified 1 models
Not yet scored.
A score will be generated the next time this extension is published. The owner can also trigger scoring manually.