Rapid Sentinel 84
01README
Operate on DNS records with typed arguments, prepared-statement caching, and bounded concurrency.
Quick start
Add @mud_ghoul/rapid-sentinel-84 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @mud_ghoul/rapid-sentinel-84
workflows:
- name: rapid-sentinel-84-run
jobs:
- name: main
steps:
- name: create
model: mud_ghoul/rapid-sentinel-84
method: createRun with swamp workflow run rapid-sentinel-84-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.
Configuration
Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.
Labels: dns homelab typescript
02Models
@mud_ghoul/rapid-sentinel-84/ledgerv0.1.0ledger.ts
fn create(filter: record, id?: string)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| id? | string | Resource identifier |
fn delete(tags: array, limit?: number, id: string)
Delete the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| limit? | number | Maximum results to return |
| id | string | Resource identifier |
fn update(force: boolean, id?: string)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
| id? | string | Resource identifier |
03Workflows
core latticecore-lattice
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.
rapid harvestrapid-harvest
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.
04Previous Versions
2.1.6Feb 28, 2026
Modified 1 models
0.2.4Nov 16, 2025
Added 1 workflows
0.7.2Aug 24, 2025
05Stats
B
83 / 100
Downloads
11
Archive size
355.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- 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