Skip to main content

Smart Scout 85

@hashicorp/smart-scout-85v2.0.1· 11d agoMODELS·REPORTS·SKILLS
01README

Compose rubric-scored evaluations reports from a single YAML source. Includes diff-vs-previous and breaking-change detection.

Quick start

Add @hashicorp/smart-scout-85 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @hashicorp/smart-scout-85

workflows:
  - name: smart-scout-85-run
    jobs:
      - name: main
        steps:
          - name: diff
            model: hashicorp/smart-scout-85
            method: diff

Run with swamp workflow run smart-scout-85-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: evaluation ai claude-code

02Models2
@hashicorp/smart-scout-85/compassv0.1.0compass.ts
fn diff(dryRun: boolean, force: boolean)
Diff the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
forcebooleanSkip confirmation and apply immediately
fn delete(filter: record)
Delete the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
fn sync(id: string, filter: record)
Sync the resource.
ArgumentTypeDescription
idstringResource identifier
filterrecordKey-value filter expression
@hashicorp/smart-scout-85/reactorv0.1.0reactor.ts
fn diff(id: string, tags?: array, dryRun: boolean)
Diff the resource.
ArgumentTypeDescription
idstringResource identifier
tags?arrayList of tags to apply
dryRunbooleanCompute changes without applying them
fn delete(dryRun: boolean, id?: string, tags: array)
Delete the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
id?stringResource identifier
tagsarrayList of tags to apply
fn get(dryRun: boolean, filter?: record, limit: number)
Get the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
filter?recordKey-value filter expression
limitnumberMaximum results to return
03Reports1
smart-scout-85-reportextension
report.ts

Roll-up report grouped by label and breaking-change flag.

auditsummary
04Skills1
smart-scout-85scripts3 files

Claude Code skill bundling tool whitelists and triggers.

05Previous Versions3
1.1.3Mar 11, 2026

Modified 1 models

0.2.5Jan 13, 2026

Modified 1 models

1.6.9Sep 5, 2025
06Stats
C
66 / 100
Downloads
30
Archive size
358.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • 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 repository0/2missing
07Security Notice
08Platforms
09Labels