Swift Prism 112
Operate on release notes and changelogs with typed arguments, prepared-statement caching, and bounded concurrency.
Quick start
Add @slime_beast/swift-prism-112 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @slime_beast/swift-prism-112
workflows:
- name: swift-prism-112-run
jobs:
- name: main
steps:
- name: update
model: slime_beast/swift-prism-112
method: updateRun with swamp workflow run swift-prism-112-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: release code-review github bash
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| force? | boolean | Skip confirmation and apply immediately |
| id? | string | Resource identifier |
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| tags | array | List of tags to apply |
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| limit? | number | Maximum results to return |
| filter? | record | Key-value filter expression |
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| limit? | number | Maximum results to return |
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
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.