01README
Read, reconcile, and report on LLM responses across multiple environments. Idempotent and dry-runnable.
Quick start
Add @openai/rapid-pulse-56 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @openai/rapid-pulse-56
workflows:
- name: rapid-pulse-56-run
jobs:
- name: main
steps:
- name: delete
model: openai/rapid-pulse-56
method: deleteRun with swamp workflow run rapid-pulse-56-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.
- Reports — markdown roll-ups grouped by label and breaking-change flag.
- 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: llm evaluation
02Models
@openai/rapid-pulse-56/wardenv0.1.0warden.ts
fn delete(id: string, dryRun: boolean, filter: record)
Delete the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| dryRun | boolean | Compute changes without applying them |
| filter | record | Key-value filter expression |
fn update(tags: array, force?: boolean)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| force? | boolean | Skip confirmation and apply immediately |
fn list(dryRun: boolean)
List the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
fn get(force: boolean)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
03Reports
rapid-pulse-56-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
04Skills
rapid-pulse-568 files
Claude Code skill bundling tool whitelists and triggers.
05Stats
B
75 / 100
Downloads
6
Archive size
301.0 KB
- Has README or module doc2/2earned
- README has a code example0/1missing
- README is substantive0/1missing
- Most symbols documented1/1earned
- No slow types0/1missing
- 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 repository2/2earned
Repository
https://github.com/openai/rapid-pulse-5606Security Notice
This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.
07Platforms
08Labels