Skip to main content

Swift Compass 20

@slack/swift-compass-20v2.0.8· MIT· 1mo agoMODELS
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: create

Run 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

02Models3
@slack/swift-compass-20/sentinelv0.1.0sentinel.ts
fn create(filter: record, limit: number, id: string)
Create the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
limitnumberMaximum results to return
idstringResource identifier
fn sync(filter: record, id?: string)
Sync the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
id?stringResource identifier
@slack/swift-compass-20/tracerv0.1.0tracer.ts
fn list(force: boolean)
List the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
fn update(dryRun: boolean)
Update the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
fn delete(filter: record, dryRun?: boolean, id?: string)
Delete the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
dryRun?booleanCompute changes without applying them
id?stringResource identifier
@slack/swift-compass-20/forgev0.1.0forge.ts
fn update(force: boolean)
Update the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
fn get(id: string, filter?: record, force: boolean)
Get the resource.
ArgumentTypeDescription
idstringResource identifier
filter?recordKey-value filter expression
forcebooleanSkip confirmation and apply immediately
fn create(dryRun: boolean)
Create the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
fn list(force: boolean, tags: array)
List the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
tagsarrayList of tags to apply
03Previous Versions1
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