Deep Anchor 72
Pull release notes and changelogs, normalize the shape, and stream into your downstream pipeline. Pagination is automatic.
Quick start
Add @pagerduty/deep-anchor-72 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @pagerduty/deep-anchor-72
workflows:
- name: deep-anchor-72-run
jobs:
- name: main
steps:
- name: run
model: pagerduty/deep-anchor-72
method: runRun with swamp workflow run deep-anchor-72-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- 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.
- Skills — Claude Code skills with tool whitelists and trigger-phrase manifests.
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
Composed workflow with retry and idempotency.
Document datastore with TTL indexes and change streams.
Config Fields
| Field | Type | Description |
|---|---|---|
| uri | string | Connection URI |
Claude Code skill bundling tool whitelists and triggers.
- 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 declared0/1missing
- Verified public repository0/2missing
This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.