Swift Compass 20
01README
AI-assisted analysis of release notes and changelogs. Returns rubric-scored JSON suitable for downstream judging.
Quick start
Add @slack/swift-compass-20 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @slack/swift-compass-20
workflows:
- name: swift-compass-20-run
jobs:
- name: main
steps:
- name: create
model: slack/swift-compass-20
method: createRun with swamp workflow run swift-compass-20-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.
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 github
02Models
@slack/swift-compass-20/sentinelv0.1.0sentinel.ts
fn create(filter: record, limit: number, id: string)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| limit | number | Maximum results to return |
| id | string | Resource identifier |
fn sync(filter: record, id?: string)
Sync the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| id? | string | Resource identifier |
@slack/swift-compass-20/tracerv0.1.0tracer.ts
fn list(force: boolean)
List the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
fn update(dryRun: boolean)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
fn delete(filter: record, dryRun?: boolean, id?: string)
Delete the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
| dryRun? | boolean | Compute changes without applying them |
| id? | string | Resource identifier |
@slack/swift-compass-20/forgev0.1.0forge.ts
fn update(force: boolean)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
fn get(id: string, filter?: record, force: boolean)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| filter? | record | Key-value filter expression |
| force | boolean | Skip confirmation and apply immediately |
fn create(dryRun: boolean)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
fn list(force: boolean, tags: array)
List the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
| tags | array | List of tags to apply |
03Previous Versions
1.5.4Feb 4, 2026
04Stats
A
100 / 100
Downloads
21
Archive size
346.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 repository2/2earned
05Platforms
06Labels